Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby support for XML namespaces

ruby xml namespaces

Rails Reserved Class Names

How to remove size property from input generated by text_field?

ruby-on-rails ruby forms

When creating an object in Ruby on Rails, which method of saving do you prefer, and why?

How does Smalltalk deal with monkeypatching?

Have you ever used a "class instance variable" in any of your Ruby code?

Multipart File Upload in Ruby

Ruby gem LoadError - rubygems/defaults/operating_system

ruby operating-system gem

Convert two-digit year to four-digit year in Ruby

ruby date time

Which Twitter API Library for Ruby do you recommend? [closed]

ruby api twitter

Where do I put code in Sinatra (ruby web framework) that I just want to execute once?

ruby sinatra

Set up default option handler for ruby's OptionParser

Can you call compiled JRuby classes from java?

java ruby jruby compilation

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