mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Clarify that the Active Record config should just work automatically
This commit is contained in:
@@ -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".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user