Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is there something similar to JS 'Promise.all()' in Ruby?

ruby-on-rails ruby

How do I get method signatures or method descriptions in Ruby's irb?

ruby irb

Ruby on Rails automatic string extraction for translation

How to skip incorrect ssh passwords

ruby ssh

Floats, Decimals, or Integers

ruby activerecord decimal

(byebug) status 200 *** ArgumentError Exception: wrong number of arguments (given 1, expected 0)

Ordered insertion of data with parallel processing in ruby

ruby Thread, kill vs terminate vs exit

How to switch my Rails app to postgresql from Sqlite3?

Error when using overcommit and Github Desktop

ruby github rvm

Using a method that accepts blocks and can return truthy or falsey values

ruby methods reduce

Transform array of objects in Ruby

arrays ruby json

Ruby: two ways using try in Hash

ruby-on-rails ruby

Use Rails 'contains operator' (or alternative) for search with multiple values

What value is returned when a method exits early on a return keyword with no argument?

ruby