> So, I appear to really need a config/database.yml file and > there doesn't seem to be a sample on hand. This sounds like > the place where I ask AM to make good on his unwary promise.
You'll need something like the attached in the config directory :-) If you run 'rake migrate' it will create the development database. If you want to run the tests run 'rake prepare_test_database' (and 'rake purge_test_database' afterwords). Cheers, Assaph
database.yml
Description: Binary data
_______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
