diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-09-28 00:00:50 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-09-28 00:00:50 +0530 |
commit | a775853d6aabaadcd343b2f61bcbc7c7e2c59363 (patch) | |
tree | e56cc3b2091bac4b3f2dab5dc0503f2521351f64 | |
parent | aafd4c0452170c2fd3c86b94b86026df7ecb7f7d (diff) | |
download | rails-a775853d6aabaadcd343b2f61bcbc7c7e2c59363.tar.gz rails-a775853d6aabaadcd343b2f61bcbc7c7e2c59363.tar.bz2 rails-a775853d6aabaadcd343b2f61bcbc7c7e2c59363.zip |
copy edit d47c2c4
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index dafeb8d85e..5848172510 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -122,13 +122,7 @@ WARNING: If you're working with Active Record code, you _must_ ensure that the t h5. Set up Database Configuration -The Active Record test suite requires a custom config file: +activerecord/test/config.yml+ . -An example is provided: +activerecord/test/config.example.yml+ - copy this and amend as needed for your environment. - -The above should happen automatically - so this section may be removed when the underlying issue that causes the file to be -missing/corrupt is resolved. - -The SQLite3 config should work "as is". +The Active Record test suite requires a custom config file: +activerecord/test/config.yml+. An example is provided in +activerecord/test/config.example.yml+ which can be copied and used as needed for your environment. h5. SQLite3 |