Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why does Ruby's hash method vary across runs?

ruby hash ruby-1.9

What is the equivalent of Ruby's string.unpack('N') in Groovy?

ruby groovy

Best matching between two arrays using fuzzy string matching

ruby algorithm

Sinatra/Thin runs and cannot be stopped with Ctrl-C

ruby sinatra eventmachine thin

Rails 4 HABTM stops working when I add "multiple true" to collection_select

ruby-on-rails ruby

instance_variable_set in constructor

ruby

Excess spaces wile rendering multiline string in Rails 5

How to know from what module user was called

ruby class module call

Git commit revision id to be five chars long when using pretty format in Ruby script

What's the splat doing here?

ruby splat

devise_error_messages! causes undefined method `errors' for nil:NilClass

How do I remove certain words from a string, but only if they appear at the end of the string?

ruby regex

"Watir::Exception::NoMatchingWindowFoundException: browser window was closed" error when using IE 11 x64 with Page-Object

Rails server exiting after starting

ruby-on-rails ruby

Rake w/Git says 'fatal: Will not add file alias' but I can do it manually?

ruby macos git octopress

How can I do the opposite .include?

ruby

How to return the hash key if the value is true?

ruby-on-rails ruby hash

Sorting by virtual attribute in Rails

Travis CI Ruby Version conflict

Rails 3: How to intercept any http request