Skip to content

Commit

Permalink
Change AR's CHANGELOG, because it is related to e35c67a
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyj committed Aug 1, 2012
1 parent 0d45d4e commit 79dc922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Expand Up @@ -407,7 +407,7 @@
RAILS_ENV=production bundle exec rake db:schema:cache:dump
=> generate db/schema_cache.dump

2) add config.use_schema_cache_dump = true in config/production.rb. BTW, true is default.
2) add config.active_record.use_schema_cache_dump = true in config/production.rb. BTW, true is default.

3) boot rails.
RAILS_ENV=production bundle exec rails server
Expand Down

0 comments on commit 79dc922

Please sign in to comment.