Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Test that hash contains specific keys and that values for those keys are not nil

ruby rspec

Ruby : how to prevent modification of an array instance variable through an attribute reader

Redirect stderr to Logger instance

ruby stderr

Mongoid: convert embedded document into referenced/own collection

ruby mongodb migration mongoid

Ruby: Include a dynamic module name

How to use umlauts with ruby's URI library

ruby unicode uri

Convert Ruby array of tuples into a hash given an array of keys?

ruby arrays

Wrong number of arguments when calling super

ruby

Accessing a variable declared in another rb file

ruby

flatten ruby hash into array with keys removed

ruby

Why are all my puts returning =>nil?

ruby null puts

Form_for "First argument in form cannot contain nil or be empty" error

ruby-on-rails ruby

Why do we pass 0 as a parameter to "exit"?

ruby exit

Can I add class methods and instance methods from the same module?

ruby

How to get HTTP headers before downloading with Ruby's OpenUri

ruby http-headers open-uri

Regex match including new line

ruby regex

Ruby difference between send and instance_eval?

ruby send instance-eval

Pass object or id

ruby-on-rails ruby

Segmentation fault with ruby 2.0.0p247 leading to rails server crashing

ruby-on-rails ruby

Ruby, how to create a Rack::Request for testing purposes?

ruby unit-testing request rack