Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-1.9

Unable to install rmagick, ruby 1.9, rails 3, windows

What aynchronous Ruby server to use?

ruby serialport gem, who is responsible to check parity errors?

ruby serial-port ruby-1.9

Sinatra app with sprockets not working on Heroku

How do I convert a Block to a Proc in a Ruby 1.9 C extension?

Why does this code work in ruby 1.8 and not ruby 1.9?

Stopping a Distributed Ruby Service

IRB - Ruby 1.9.x hash syntax: {if: true} is not equal to {:if => true}

How to use ruby fibers to avoid blocking IO

ruby ruby-1.9

Why doesn't `block_given?` work in this dynamically-defined method?

ruby ruby-1.9 ruby-1.9.3

Why can procs be invoked with === in ruby 1.9?

ruby ruby-1.9 proc-object

Does Time.to_i always return number of seconds since EPOCH in UTC?

Ruby1.9 and Amazon SQS?

Multiple Forms on the Same Page with Rails

how do you start ruby 1.9 without rubygems

ruby ruby-1.9

Ruby on Rails - can not install SystemTimer

How can I print the runtime stack trace of a Ruby 1.9 process?

ruby unix ruby-1.9

Why this code is not compiling on ruby 1.9 but is on ruby 1.8?

ruby ruby-1.9 ruby-1.8

Where are methods defined at the ruby top level?

Why does ActiveRecord return fields encoded as ASCII-8BIT even with mysql2 gem?