Skip to content

Commit

Permalink
Merge pull request rails#7228 from kennyj/move_to_ar2
Browse files Browse the repository at this point in the history
Change AR's CHANGELOG, because it is related to e35c67a

[ci skip]
  • Loading branch information
carlosantoniodasilva committed Aug 1, 2012
2 parents 0d45d4e + 79dc922 commit 601d9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
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 601d9d8

Please sign in to comment.