Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Refactoring Ruby : Converting string array to int array

ruby rspec

How to extend Ruby Test::Unit assertions to include assert_false?

Delete the first "#" character in a String - Rails

ruby-on-rails ruby

How to return true if only one specific key in a hash has a true value (all the other values are false)

ruby hash

Adding a new method to the Array class

ruby instance

Iterate through Map in ruby [closed]

ruby

Grunt task Compass fails - Could not find RubyGem compass (>= 0)

ruby-on-rails ruby gruntjs npm

Sort Ruby String Array by the number in the string

ruby arrays string sorting

Gist not getting color coded [closed]

ruby github gist

In Ruby, are the terms "metaclass", "eigenclass", and "singleton class" completely synonymous and fungible?

ruby

List Array of Days Between Two Dates

ruby

Rails exists? Case insensitive

Is the "caller" in Java the same as the "receiver" in Ruby?

java ruby terminology

Coming back to Rails

ruby-on-rails ruby

date_select Ruby

How to keep strings in yaml from getting converted to times

ruby-on-rails ruby yaml

Arbitrary precision arithmetic with Ruby

How to ensure a rake task only running a process at a time

ruby linux rake rake-task

Regex to match comma followed by whitespace?

regex ruby

Ruby generate unique integer for use as a primary key

ruby-on-rails ruby