Briefly:
merb/muddle
$ rake db:automigrate
(in /cygdrive/f/projects/merb/muddlite)
...
Loading /cygdrive/f/projects/merb/muddlite/config/environments/rake.rb
~ Connecting to database...
rake aborted!
missing environment 'rake' in config file
/cygdrive/f/projects/merb/muddlite/config/database.yml
(See full trace by running task with --trace)
I'm trying to switch the db to sqlite3, but that's probably not important.
MERB_ENV=test rake db:automigrate will probably fix it.
The database.yml file is below my sig.
Ask if y'all need the --trace!
--
Phlip
development:
repositories:
couch: couchdb://localhost:5984/muddle_development
sqlite:
adapter: sqlite3
database: muddle_dev
test:
repositories:
couch: couchdb://localhost:5984/muddle_test
sqlite:
adapter: sqlite3
database: muddle_test
production:
repositories:
couch: couchdb://localhost:5984/muddle
sqlite:
adapter: sqlite3
database: muddle_prod
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---