SQLite3 and ‘No Such File to Load’ errors
While I was playing with Rails 2.1 I decided to try the SQLite3 support that comes built into OS X instead of using MySQL. Upon trying to run a migrate command via rake I was created with:
rake aborted!
no such file to load — sqlite3/database
After some digging around I found out that (for at least [...]
Categories:
