update readme
This commit is contained in:
parent
7a95dabe95
commit
aa211be12a
|
@ -17,7 +17,7 @@ This is the app running on https://api.travis-ci.org/
|
||||||
|
|
||||||
### Database setup
|
### Database setup
|
||||||
|
|
||||||
NB detail for how `rake` sets up the database can be found in the `Rakefile`. In the `namespace :db` block you will see the database name for development is hardcoded to `travis-development`. If you are using a different configuration you will have to make your own adjustments.
|
NB detail for how `rake` sets up the database can be found in the `Rakefile`. In the `namespace :db` block you will see the database name is conigured according to the RAILS_ENV. If you are using a different configuration you will have to make your own adjustments.
|
||||||
|
|
||||||
1. `bundle exec rake db:create`
|
1. `bundle exec rake db:create`
|
||||||
2. for testing 'RAILS_ENV=test bundle exec rake db:create --trace'
|
2. for testing 'RAILS_ENV=test bundle exec rake db:create --trace'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user