Stephen Waits
1/4/2006 4:01:00 AM
On Jan 3, 2006, at 7:43 PM, ara.t.howard@noaa.gov wrote:
> what's the best way to bootstrap the db? i've got the db
> configured alright
> and see db/schema.rb... now what?
I did `rake db_schema_import` (or whatever that poorly named task is
called), and then `rake migrate`. But then I gave up when it need
RMagick (was on my win32 box @ work).
I didn't look at the db after that, but did see the db file (using
sqlite3) was there afterward.
--Steve