Rails 和 Sqlite - Rails new 示例 -d mysql 问题

发布于 2024-11-01 03:56:27 字数 289 浏览 1 评论 0原文

假设您创建了一个新的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

还给你自由 2024-11-08 03:56:27

在评论中回答了这个问题 - 每当您更换提供商时,您还需要更新 Gemfile 以反映更改

answered this in the comments - whenever you switch your provider you also need to update you Gemfile as well to reflect the changes

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文