mysql2 gem在Rails3上运行时导致'utc'错误

时间:2011-04-05 10:27:20

标签: mysql2 ruby-on-rails-3

我在Windows7上运行Rails应用程序。 首先,我使用Rails3 + Mysql2。 但是,当我在控制台上测试时会导致错误:

  

rails console -s

     

Photo.where(:id => 2)

ArgumentError: argument out of range
    from C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.2.6-x86-mingw32/lib/active_record/connection_adapters/mysql2_adapter.rb:640:in `utc'

我确定这是mysql2的错误。因为当我切换到mysql gem时,一切运行正常。

谁可以帮助我。感谢

0 个答案:

没有答案