Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

How to load my rails console with spanish

ruby-on-rails ruby

Can not catch exception in ruby

ruby exception

Can an object's methods act on itself?

Why use class << self in ruby?

ruby

Ruby: How to filter in a hash structure to get all the keys which are <>"1"?

ruby

Is there an alternative to using a counter variable in a each do loop in Ruby?

ruby