diff options
author | Chris Kimpton <chris@kimptoc.net> | 2011-09-26 09:21:12 +0200 |
---|---|---|
committer | Chris Kimpton <chris@kimptoc.net> | 2011-09-26 09:21:12 +0200 |
commit | 51cc6e4f1cc17c461544a4b099deff5a579978c9 (patch) | |
tree | 1903169feb62b7177cca4c1492b4d79c0f42396a /railties | |
parent | d47c2c4620f0580390d2009dc8dedc07b9f4c3bd (diff) | |
download | rails-51cc6e4f1cc17c461544a4b099deff5a579978c9.tar.gz rails-51cc6e4f1cc17c461544a4b099deff5a579978c9.tar.bz2 rails-51cc6e4f1cc17c461544a4b099deff5a579978c9.zip |
Fixed typo that I added - doh.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 1 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 678df55d51..dafeb8d85e 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -122,7 +122,7 @@ 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+ . +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 |