mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #5336 from kennyj/fix_wrong_extension
Update CHANGELOG to fix wrong extension.
This commit is contained in:
commit
efc0d0373e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
3) boot rails.
|
||||
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.
|
||||
RAILS_ENV=production bundle exec rake db:schema:cache:clear
|
||||
|
|
Loading…
Reference in a new issue