Rails 3.0 & Ruby 1.9.2rc: Rake commands return 'already initialized constant' & stack level too deep errors. Any ideas

前端 未结 13 1992
天涯浪人
天涯浪人 2020-12-08 07:19

I\'m trying to run Rails 3 beta 4 & Ruby 1.9.2rc on Ubuntu 10.04. It worked initially, but after doing my first bundle install/package, I now get the following errors in

13条回答
  •  执念已碎
    2020-12-08 08:21

    I'm afraid the easier solution is running this command instead of rake db:migrate

    bundle exec rake db:migrate
    

提交回复
热议问题