This project is archived and is in readonly mode.

#4822 ✓wontfix
Greg Donald

Rails3 beta4 + Ruby 1.9

Reported by Greg Donald | June 10th, 2010 @ 02:51 PM

When I try rails console using Rails3 beta4 and Ruby 1.9.1-p378 I
cannot save a record:

rails console Loading development environment (Rails 3.0.0.beta4)
ruby-1.9.1-p378 > g = Game.new
=> #
ruby-1.9.1-p378 > g.save
NameError: undefined method <=>' for classActiveSupport::Multibyte::Chars'

I found on someone's blog that exact error message and it said to use
1.9.2-head, know issue, etc. So with 1.9.2-head I can't even start
rails console:

rails console /Users/destiney/.rvm/gems/ruby-1.9.2-head/gems/railties-3.0.0.beta4/lib/rails/engine.rb:122:in delegate': wrong argument type Symbol (expected Proc) (TypeError)

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Tags

Pages