[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: [ANN] Family Connection 0.9

Ara.T.Howard

1/4/2006 3:44:00 AM

2 Answers

Stephen Waits

1/4/2006 4:01:00 AM

0


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



Ara.T.Howard

1/4/2006 4:23:00 AM

0