开发者

Rails and Sqlite - rails new Example -d mysql Issue

开发者 https://www.devze.com 2023-02-24 06:18 出处:网络
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.

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开发者_StackOverflow.8.7


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

0

精彩评论

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