Rails 3 迁移错误
我是 Ruby 和 Rails 的新手,每当我尝试使用 rake db:migrate 生成数据库时,我都会收到以下错误:
rake aborted! 您已经激活了 rake 0.9.3.beta.1,但您的 Gemfile 需要 rake 0.9.2。考虑使用bundle exec。
我使用的是 Ruby 1.9.2 和 Rails 3。
I am new to Ruby and Rails, and whenever I attempt to generate my database using rake db:migrate I get the following error:
rake aborted!
You have already activated rake 0.9.3.beta.1, but your Gemfile requires rake 0.9.2. Consider using bundle exec.
I am using Ruby 1.9.2 and Rails 3.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是你的线索。试试这个:
There's your clue. Try this instead: