Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby - Escape Parenthesis

ruby-on-rails ruby

Rails 3 find all associated records has_many :through

Why in Ruby, a || 1 will throw an error when `a` is undefined, but a = a || 1 will not?

Is there any easy way to toggle "do/end" and "{}" in ruby in Vim?

vim textmate ruby macvim

Is there something like Java Quartz in ruby?

java ruby quartz-scheduler

When should I test Views separately in Cucumber & RSpec workflow?

turn a ruby hash into html list

ruby-on-rails ruby hash

Document updates using mongo-ruby-driver?

Is there a Ruby library that can put an array of arrays into a ascii table? [closed]

ruby

Rails Object#blank? vs. String#empty? confusion

ruby-on-rails ruby string

Why are some rake tasks missing?

ruby ruby-on-rails-3 rake

How to convert html color names into RGB values in Ruby?

ruby colors gem

Ruby's range step method causes very slow execution?

Using group_by in rails/ruby

How to make Ruby file run as executable?

Ruby version for production

ruby-on-rails ruby

How to monkeypatch Ruby properly?

Unable to install rails with jRuby

How do you call a method every hour in Rails?

sending an email via Pony mail with no authentication?

ruby