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.
Bosko Ivanisevic
2009-Jun-01 09:23 UTC
Re: sqlite db is note created with "rails" command.
It will be created once you do: rake db:migrate On Jun 1, 4:02 am, John Sun <jianwei....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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.