From 51cc6e4f1cc17c461544a4b099deff5a579978c9 Mon Sep 17 00:00:00 2001 From: Chris Kimpton Date: Mon, 26 Sep 2011 09:21:12 +0200 Subject: Fixed typo that I added - doh. --- railties/guides/source/contributing_to_ruby_on_rails.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') 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 -- cgit v1.2.3