did u try creating your app like ruby <name_of_application>
–database=sqlite3
also check your database.yml file in the config directory for correct
adapters.
On Thu, 17 Jan 2008 09:17:24 +0530, Vaibhav Pandey wrote:
did u try creating your app like ruby <name_of_application>
–database=sqlite3
also check your database.yml file in the config directory for correct
adapters.
Ditto.
rails foo --database=sqlite3
the above command will create a rails project and db in one go. If it
doesn’t, then there’s something wrong with the setup. (The db file is,
IIRC, named foo_development.db or similar.)
-Thufir
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.