Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-2.0

Undefined method 'to_h' on Ruby array

arrays ruby hash ruby-2.0

Why was the object_id for true and nil changed in ruby2.0?

Does multibyte character interfere with end-line character within a regex?

Configuring Rails for Ruby 2.0

Is there a pry debug setup that works with ruby 2.0?

ruby ruby-2.0 pry

Name is already used or reserved by Ruby on Rails?

Custom Error Handling with Rails 4.0

Trim a trailing .0

ruby excel ruby-2.0 roo-gem

Ruby request to https - "in `read_nonblock': Connection reset by peer (Errno::ECONNRESET)"

ruby ruby-2.0

Why does strip not remove the leading whitespace?

ruby strip ruby-2.0

Installing Ruby 2.0 and Rails 4.0.0beta on AWS EC2

How to run Ruby 2.0 with JRuby 1.7?

ruby jruby ruby-2.0

Ruby 2.0.0 String#Match ArgumentError: invalid byte sequence in UTF-8

What is the difference between 'include' and 'prepend' in Ruby?

ruby mixins prepend ruby-2.0

Ruby on Rails - "Add 'gem sqlite3'' to your Gemfile"

How to use the debugger with Ruby 2.0?

ruby debugging ruby-2.0

Comparability Issue rails 4 beta, ruby 2.0.0, mongoid

Rails - Get the time difference in hours, minutes and seconds

Garbage collector tuning in Ruby 2.0

How to improve memory sharing between unicorn processes with Ruby 2.0 on Linux