Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby Koans - Regex and .sub: Don't understand reason behind answer

ruby regex

How to move attributes in Ruby hash "up" one level

ruby

Rails website documentation for an older version

ruby-on-rails ruby

Why can't I require a file in the parent directory in ruby?

ruby require load-path

Can I dynamically define a Ruby method that takes a block?

Why require mongo gives me LoadError: no such file to load -- openssl

ruby

Why does the break statement in ruby behave differently when using Proc.new v. the ampersand sign?

Log rotation in Rails DEVELOPMENT mode?

Not understanding Classes, Modules, and the class << self method

ruby-on-rails ruby

Add $LOAD_PATH externally

ruby load-path

Ruby does string equal one of the strings in an array of strings?

ruby arrays string

How should I be trying out my gem during development?

ruby gem rake

Is Ruby's seed for OpenSSL::Random sufficient?

How should I handle this use case using EventMachine?

ruby eventmachine

Waiting for Ruby child pid to exit

ruby fork

Secure Random hex digits only

ruby ruby-on-rails-3

Rails : new asset path for PDF's not being recognised

Cannot assign requested address - bind(2) (Errno::EADDRNOTAVAIL)

ruby-on-rails ruby gem mongrel

How are render @users and render 'new' different?

ruby-on-rails ruby

Overloading a method in an ActiveSupport::Concern