Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to upgrade ruby and rails in mac os snow leopard

ruby-on-rails ruby

Throw exception when re-assigning a constant in Ruby?

ruby exception constants

returning an array that contains an array and hash in ruby method?

ruby-on-rails ruby

Is this a bug in the Array.fill method in Ruby? [duplicate]

arrays ruby

What is the correct way to load modules/classes from lib/ when using the config.threadsafe! option?

ruby-on-rails ruby

remove_column not removing column or giving any errors in rails

"gem install bundler --version=0.8.1" doesn't install the bundle executable

How do you mark a Ruby Binding as trusted?

ruby multithreading trusted

Where is the application.rb file located?

ruby-on-rails ruby

How can i execute 2 or more commands in the same ssh session?

ruby

Ruby Garbage Collection Heap Slot size

ruby garbage-collection

What's this _n_ Ruby koans?

ruby

Ruby 1.9 slower than Ruby 1.8?

How to load configuration at startup in rails?

ruby-on-rails ruby yaml

C# to Ruby sha1 base64 encode

c# ruby encoding base64 sha1

Can you put a conditional statement inside a here-doc?

ruby heredoc

rails 3 redirect_to pass params to a named route

ruby

ruby syntactic sugar: dealing with nils

ruby idioms

How come (a_method || :other) returns :other only when assigning to a var called a_method?

ruby

Is Cucumber simply a wrapper around rspec to help organize tests into features?