Rails 和 Sqlite - Rails new 示例 -d mysql 问题
假设您创建了一个新的 Rails 应用程序 - 使用 mysql 开关的示例。 你开始建造。大约 2 天后,您决定切换到 Sqlite 进行开发。 除了切换到默认的 /config/database.yml 之外,您还需要做什么?
这就是我现在所做的一切,然后我得到一个 no such file to load -- sqlite3 错误 当运行rake db:migrate时,
这个问题很容易重复。我正在使用 Rails 3.0.4 和 Ruby 1.8.7
Lets say you create a new Rails app - Example using the mysql switch.
You start building away. After about 2 days you decide to switch to Sqlite for development.
What else do you need to do besides switch to the default /config/database.yml ?
That is all I'm doing now and I then get a no such file to load -- sqlite3 error
when running rake db:migrate
This problem is easily repeatable. I'm using Rails 3.0.4 and Ruby 1.8.7
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在评论中回答了这个问题 - 每当您更换提供商时,您还需要更新 Gemfile 以反映更改
answered this in the comments - whenever you switch your provider you also need to update you Gemfile as well to reflect the changes