Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Coerce to boolean

ruby

What do dots after "Resolving dependencies" from bundle install (or bundle update) mean?

ruby bundler

How do you test that a method is called inside a method call block, and what is passed to that method call inside the block with rspec

ruby-on-rails ruby rspec

Dockerfile: Permission denied when trying to install ruby-build

ruby docker centos dockerfile

Ruby / Chef: is there a way to refer to the resource 'name' and pass to a function?

Trying to search by first_name and last_name

How do I build a query in Ruby on Rails that joins on the max of a has_many relation only and includes a select filter on that relation?

Comparing bigdecimal output

Calling instance method in Class in Ruby

ruby

be false vs be_falsey in rspec [duplicate]

ruby rspec

Least significant bit first

ruby computer-science

How to check if a file exists

ruby

Different behavior between multi-line vs. in-line block

Sublime Text 3: How to configure rubocop.yml path in sublime settings?

ruby sublimetext3

Find which version of Capistrano is running

ruby rubygems rvm capistrano

rails - activerecord SELECT TOP 1 field_name * FROM table_name

How to use stripe elements without wepacker in rails 7?

Set boolean variable in Ruby

ruby-on-rails ruby

Error "tar: Invalid transform expression"while I am creating a TAR using system command in ruby. Why?

ruby-on-rails ruby linux