开发者

Error on rake command

开发者 https://www.devze.com 2023-01-01 17:59 出处:网络
Have you an idea about this error message开发者_高级运维 when i run the rake db:migrate command under Aptana ?

Have you an idea about this error message开发者_高级运维 when i run the rake db:migrate command under Aptana ?

rake aborted! NoMethodError: undefined method `ord' for 0:Fixnum: SET SQL_AUTO_IS_NULL=0

Thanks

Here My Config : Windows XP PRO SP2 Wamp 2.0 Aptana 2.0.4 RubyGems 1.3.5 Ruby 1.8.6


Check your log with [rake db:migrate --trace] to see where it's breaking. You probably tried to use an invalid type in your migrations file.

0

精彩评论

暂无评论...
验证码 换一张
取 消