When I try to create my rail demo application by following an example, there is no default database created under db directory? Is that normal?
I do have all the sqlite3 stuff installed.
Thanks, J.w.
When I try to create my rail demo application by following an example, there is no default database created under db directory? Is that normal?
I do have all the sqlite3 stuff installed.
Thanks, J.w.
It will be created once you do:
rake db:migrate