Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I always round a number down in Ruby?

ruby numbers integer fixnum

Ruby number equal?

ruby

Multiply each item in an array by each item in another array

arrays ruby

Bundler works when .rb file called directly, fails when called via exec from other ruby script

ruby rubygems bundler

How can I return true only if one of a set of strings matches?

regex ruby

simpler way to modify a string

ruby-on-rails ruby rspec

Ruby Rails Time.change not working as I would expect...I have checked the docs!

Is it wrong to not implement all REST actions in Rails controller?

is there an objective-c "equivalent" to ruby's send method?

iphone objective-c ruby

How do I find a integer/max integer in an array for ruby and return the indexed position?

ruby

In ruby, how to decrypt a string which is encrypted by "crypted" method

ruby encryption

Getting count of elements by `created_at` by day in a given month

Ruby: String no longer mixes in Enumerable in 1.9

ruby code-formatting

how to define a class without 'class' statement in Ruby?

ruby class

subversion client for ruby?

ruby svn version-control

frequency of objects in an array using Ruby

ruby arrays

Rails Metaprogramming: How to add instance methods at runtime?

Download and write .tar.gz files without corruption

ruby http file download

validation of special characters

ruby-on-rails ruby regex

Compare arrays and remove duplicates, in Ruby?

ruby arrays compare duplicates