aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_ruby_on_rails.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-28 00:04:45 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-28 00:04:45 +0530
commit33b55cfbdbbab1de171a44c6845a2c236325e229 (patch)
treeb0df784ed46c1e5fe642bd5ede938a70ab8513b8 /railties/guides/source/contributing_to_ruby_on_rails.textile
parent9a7e2b8d44b80e3380fb5ab042a861e84c8fe35c (diff)
parenta775853d6aabaadcd343b2f61bcbc7c7e2c59363 (diff)
downloadrails-33b55cfbdbbab1de171a44c6845a2c236325e229.tar.gz
rails-33b55cfbdbbab1de171a44c6845a2c236325e229.tar.bz2
rails-33b55cfbdbbab1de171a44c6845a2c236325e229.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/contributing_to_ruby_on_rails.textile')
-rw-r--r--railties/guides/source/contributing_to_ruby_on_rails.textile4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index 30714e7e18..5848172510 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -120,6 +120,10 @@ 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.
+h5. Set up 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.
+
h5. SQLite3
The gem +sqlite3-ruby+ does not belong to the "db" group indeed, if you followed the instructions above you're ready. This is how you run the Active Record test suite only for SQLite3: