1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Small correction to contributing_to_rails in the section for testing ActiveRecord

This commit is contained in:
Deepak Kannan 2012-05-26 23:05:48 +05:30
parent 0cfbaa030a
commit ef4b3eef50

View file

@ -128,12 +128,6 @@ The test suite of Active Record attempts to run four times: once for SQLite3, on
WARNING: If you're working with Active Record code, you _must_ ensure that the tests pass for at least MySQL, PostgreSQL, and SQLite3. Subtle differences between the various adapters have been behind the rejection of many patches that looked OK when tested only against MySQL.
NOTE: need to install gems in the db group:
<shell>
$ bundle install --without ""
</shell>
h5. Database Configuration
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.