Skip to content

Commit

Permalink
Clarify that the Active Record config should just work automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
kimptoc committed Sep 26, 2011
1 parent 4b9b2f3 commit d47c2c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion railties/guides/source/contributing_to_ruby_on_rails.textile
Expand Up @@ -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".

Expand Down

0 comments on commit d47c2c4

Please sign in to comment.