diff options
author | Chris Kimpton <chris@kimptoc.net> | 2011-09-26 08:17:28 +0200 |
---|---|---|
committer | Chris Kimpton <chris@kimptoc.net> | 2011-09-26 08:17:28 +0200 |
commit | d47c2c4620f0580390d2009dc8dedc07b9f4c3bd (patch) | |
tree | 3716f14d1ade4c60519fc7517ea33f9e62381d11 /railties/guides | |
parent | 4b9b2f3d048906337d936ec6b85cd13a92b51448 (diff) | |
download | rails-d47c2c4620f0580390d2009dc8dedc07b9f4c3bd.tar.gz rails-d47c2c4620f0580390d2009dc8dedc07b9f4c3bd.tar.bz2 rails-d47c2c4620f0580390d2009dc8dedc07b9f4c3bd.zip |
Clarify that the Active Record config should just work automatically
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index 20263b1b37..678df55d51 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -122,7 +122,11 @@ WARNING: If you're working with Active Record code, you _must_ ensure that the t h5. Set up Database Configuration -The Acitve 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 Acitve 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". |