search for: versus_id

Displaying 1 result from an estimated 1 matches for "versus_id".

2010 Jun 10
9
Rails3 beta4 + Ruby 1.9
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 => #<Game id: nil, player_id: nil, versus_id: nil, finished: nil, created_at: nil, updated_at: nil> ruby-1.9.1-p378 > g.save NameError: undefined method `<=>'' for class `ActiveSupport::Multibyte::Chars'' I found on someone''s blog that exact error message and it said to use 1.9.2-head, know issue, etc. S...