Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Extending Rails models

ruby-on-rails ruby

paperclip error while reporcessing after rails 3 upgrade

What is the point of having "x...n" in Ruby?

ruby