mirror of https://github.com/rails/rails
Merge pull request #5336 from kennyj/fix_wrong_extension
Update CHANGELOG to fix wrong extension.
This commit is contained in:
commit
efc0d0373e
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
3) boot rails.
|
3) boot rails.
|
||||||
RAILS_ENV=production bundle exec rails server
|
RAILS_ENV=production bundle exec rails server
|
||||||
=> use db/schema_cache.db
|
=> use db/schema_cache.dump
|
||||||
|
|
||||||
4) If you remove clear dumped cache, execute rake task.
|
4) If you remove clear dumped cache, execute rake task.
|
||||||
RAILS_ENV=production bundle exec rake db:schema:cache:clear
|
RAILS_ENV=production bundle exec rake db:schema:cache:clear
|
||||||
|
|
Loading…
Reference in New Issue