mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
copy edit d47c2c4
This commit is contained in:
parent
aafd4c0452
commit
a775853d6a
1 changed files with 1 additions and 7 deletions
|
@ -122,13 +122,7 @@ WARNING: If you're working with Active Record code, you _must_ ensure that the t
|
|||
|
||||
h5. Set up Database Configuration
|
||||
|
||||
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
|
||||
missing/corrupt is resolved.
|
||||
|
||||
The SQLite3 config should work "as is".
|
||||
The Active Record test suite requires a custom config file: +activerecord/test/config.yml+. An example is provided in +activerecord/test/config.example.yml+ which can be copied and used as needed for your environment.
|
||||
|
||||
h5. SQLite3
|
||||
|
||||
|
|
Loading…
Reference in a new issue