mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Moved the tournament navbar to the bottom of the page and made site responsive. Fixed puma solid queue in development. Added a note about clobbering assets in the README. Fixed the ad blocker check due to turbolinks it had to be idempotent. Added migrations for all dbs in the rails-dev-db-create.sh script.
This commit is contained in:
@@ -3,4 +3,7 @@ project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
|
||||
|
||||
cd ${project_dir}
|
||||
rake db:setup
|
||||
rake db:migrate RAILS_ENV=test
|
||||
rake db:migrate
|
||||
rake db:migrate:cache
|
||||
rake db:migrate:queue
|
||||
rake db:migrate:cable
|
||||
|
||||
Reference in New Issue
Block a user