aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2012-08-02 01:44:11 +0900
committerkennyj <kennyj@gmail.com>2012-08-02 01:44:11 +0900
commit79dc92208750d5cf690ddebad2f621eb12a08606 (patch)
tree498146be141f5760ee09315ecf4f33c6d8224ed5 /activerecord/CHANGELOG.md
parent0d45d4ebc7b387edd478121f45cabb051b453eeb (diff)
downloadrails-79dc92208750d5cf690ddebad2f621eb12a08606.tar.gz
rails-79dc92208750d5cf690ddebad2f621eb12a08606.tar.bz2
rails-79dc92208750d5cf690ddebad2f621eb12a08606.zip
Change AR's CHANGELOG, because it is related to e35c67ae0f920011a2440210041e96659a8de985
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 00bc45e4cc..af15dc37c9 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -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