Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Array#slice(index, length) that fetches elements at the beginning of the array when index+length is out of range

ruby

Convert time to other timezone

ruby timezone ruby-1.8

Inserting a value into a linked list in Ruby

ruby linked-list

Is there a way to make attr_reader create methods with a different name than the instance variable?

returning an array of objects in rails

ruby-on-rails ruby arrays

How to reopen a module in Ruby/Rails

ruby-on-rails ruby

While loop to create multiple records in rails

Is there a benefit to using <=> rather than just sorting and reversing?

ruby

How do I split an array based on the index of its values?

ruby

Best search algorithm in large array of objects with several fields

Ruby: Error in minitest to destroy user

ruby minitest fixtures destroy

`connects_to` can only be called on ActiveRecord::Base or abstract classes

setting density upon image read with RMagick

DRb::DRbServerNotFound passing Sinatra params

ruby sinatra drb

How do I use a Ruby regex to capture non-English words?

ruby regex utf-8 cpu-word

Rails Error on Windows: ImageMagick/GraphicsMagick is not installed

ruby-rubocop cannot load such file -- rubocop/rspec/focused

Do ruby class variables get cleared between Rails requests?

Parsing string dates in ruby such as "28-May-10"

Learn unit test from zero in Ruby [closed]