1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update CHANGELOG to fix wrong extension.

This commit is contained in:
kennyj 2012-03-08 20:07:44 +09:00
parent 104eebb4cc
commit aa9b64790b

View file

@ -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