Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

What's the difference between the ruby irb prompt modes?

ruby irb

Rails, use the content of file in the controller

ruby-on-rails ruby

How to iterate multiple enumerables in ruby?

ruby enumerable

Read from a file into an array and stop if a ":" is found in ruby

ruby arrays

One-liner to Convert Nested Hashes into dot-separated Strings in Ruby?

ruby parsing yaml

solr or sphinx? which is better? [duplicate]

Ruby: What does Errno::EEXIST mean when installing a gem?

ruby rubygems

Installing RVM (Ruby Version Manager)

ruby

'Splitting' ActiveRecord collection

What is this format in ruby?

ruby syntax

Is it possible to work with HTTParty request results as an object

Rails.root is Empty in Custom Rake Task in Rails 3.0

ruby-on-rails ruby rake

Understanding Ruby Syntax [duplicate]

ruby-on-rails ruby syntax

rvm, irb and require - not working for installed gems under irb

ruby gem rvm irb

Installing ruby using RVM fails, without trace

ruby rvm

What does the "!!" symbol mean in Ruby?

ruby

How to mock an instance method of an already mocked object?

ruby ruby-mocha

How a Ruby on Rails developer should start learning Python Django

Ruby Assignment Operators

ruby

Are `return` and `break` useless inside a Ruby block when used as a callback?

ruby-on-rails ruby block