I am running OS X 10.5, Ruby 1.8.6, Rails 2.1, and sqlite3-ruby 1.2.2 and I get the following error when trying to rake db:migrate on an app that works find connected to MySQL.
rake aborted! no such file to load -- sqlite3/database
|
|
I am running OS X 10.5, Ruby 1.8.6, Rails 2.1, and sqlite3-ruby 1.2.2 and I get the following error when trying to rake db:migrate on an app that works find connected to MySQL.
|
|||
|
|
|
|
Jamis has just released 1.2.4, and the comment history on that bug suggests that the fix is in 1.2.3 and later versions. As a quick test, I did the following on an OS X 10.5 box with Ruby 1.8.6:
(verified version number of 1.2.4)
(used default
Ran fine. The error would have happened when sqlite3 was |
||
|
|
|
|
|
||
|
|
|
|
Looks like there's a bug with 1.2.2. Just roll back to 1.2.1 with:
and that will fix the problem. |
||
|
|
|
|
Sqlite rules :D |
||
|
|