Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Advanced Java-like enums in Ruby

java ruby enums

How do I select an element with its text content via CSS not XPath?

ruby nokogiri

Am I missing something by not installing ri and rdoc for gems?

ruby rubygems

Ruby equivalent of C#'s 'yield' keyword, or, creating sequences without preallocating memory

ruby yield sequences

Scala version of Rubys' each_slice?

No such file to load bundler error for Rails 3

What's the best way to write Resque-related specs in RSpec?

Randomizing array elements

ruby shuffle

"wrong number of arguments" ArgumentError when using round

ruby rounding

Scientific Programming with Ruby

How to update gems in Ruby for Windows?

ruby rubygems

Delayed_job: how to use handle_asynchronously to work with a function?

Can't use an array as default values for Ruby Hash? [duplicate]

ruby hash

How is writing a C interface easier in Ruby than Perl?

ruby perl cextension

Finding user's friends with Facebook Graph API

How should I capitalize Ruby? [closed]

Checking if date is over a day old, over a year old etc?

ruby-on-rails ruby

Logging all method calls in a Rails app

Rails, Ruby 1.9.3p0, and mysql gem

How to return a new instance of self from a ruby instance method

ruby