Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Chunk a Ruby array according to streaks within it

ruby

Ruby on Rails: Find the record with lowest value of a specific column

mysql ruby-on-rails ruby

Derived class for Ruby Thread?

ruby multithreading

Accessing variables from included files in Ruby

ruby include

Get The Name Of A Local Variable

ruby

What is the <= operator on Ruby Classes?

ruby operators

Ruby `when' keyword does not use == in case statement. What does it use?

ruby case

Create an array with evenly-spaced values

ruby

Rspec Ruby Basic Example Error

ruby rspec

Why should you avoid the then keyword in Ruby?

ruby coding-style

Lisp - Is it good for web programming/applications (interactive) ? The way ruby is ? The way php is?

ruby common-lisp

ruby-debug19 on ruby-1.9.3-preview1 [duplicate]

ruby debugging rubygems

Why aren't Rails model attributes accessible using symbols instead of strings?

Could not find heroku (>= 0) amongst [] (Gem::LoadError)

ruby heroku gem

Why am I getting this Passenger error Could not find rake-0.9.2.2 in any of the sources?

How does rake db::migrate actually work

ruby-on-rails ruby rake

Ruby copy an array of arrays

ruby arrays reference

Ruby equivalent to PHP's $this

php ruby oop this

Fetching the substring contained between two specific words

Xpath doesn't return anything in Nokogiri [duplicate]

ruby xml nokogiri