diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-01-08 16:40:49 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-01-08 16:40:49 +0100 |
commit | f4fc9e65ed4d51c50ff117ea337206a11b463eeb (patch) | |
tree | 0e037962dd4aad8eb551e17ee7a6631a5e82b63a | |
parent | 724509a9d5322ff502aefa90dd282ba33a281a96 (diff) | |
download | rails-f4fc9e65ed4d51c50ff117ea337206a11b463eeb.tar.gz rails-f4fc9e65ed4d51c50ff117ea337206a11b463eeb.tar.bz2 rails-f4fc9e65ed4d51c50ff117ea337206a11b463eeb.zip |
Minor typos fix [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index b24e33e672..bd7dcb6167 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -2,12 +2,12 @@ *Yves Senn*, *Nishant Modak*, *Prathamesh Sonpatki* -* Don't create/drop the test database if RAILS_ENV is specified explicitely. +* Don't create/drop the test database if RAILS_ENV is specified explicitly. Previously, when the environment was development, we would always create or drop both the test and development databases. - Now, if RAILS_ENV is explicitely defined as development, we don't create + Now, if RAILS_ENV is explicitly defined as development, we don't create the test database. *Damien Mathieu* @@ -38,7 +38,7 @@ *Yves Senn* -* Since the `test_help.rb` in Railties now automatically maintains +* Since the `test_help.rb` file in Railties now automatically maintains your test schema, the `rake db:test:*` tasks are deprecated. This doesn't stop you manually running other tasks on your test database if needed: |