Closed ashkar closed 10 years ago
When i try to create db using "bundle exec rake db:create " i get this error
Using database set by environment variable SR_DEBIAN_SITEID (none) rake aborted! database configuration does not specify adapter
Tasks: TOP => db:create (See full trace by running task with --trace)
How to resolve this?
It seems you don't have a properly configured file config/database.yml.
When i try to create db using "bundle exec rake db:create " i get this error
Using database set by environment variable SR_DEBIAN_SITEID (none) rake aborted! database configuration does not specify adapter
Tasks: TOP => db:create (See full trace by running task with --trace)
How to resolve this?