Clarify that the Active Record config should just work automatically

This commit is contained in:
Chris Kimpton
2011-09-26 08:17:28 +02:00
parent 4b9b2f3d04
commit d47c2c4620

View File

@@ -122,7 +122,11 @@ WARNING: If you're working with Active Record code, you _must_ ensure that the t
h5. Set up Database Configuration 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". The SQLite3 config should work "as is".