aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorDeepak Kannan <kannan.deepak@gmail.com>2012-05-26 23:05:48 +0530
committerDeepak Kannan <kannan.deepak@gmail.com>2012-05-26 23:05:48 +0530
commitef4b3eef50f0d2526854ac1551d0f36b8eb82347 (patch)
tree8d10255e86cca30ce2308ed967391ec654bafbb5 /guides/source
parent0cfbaa030a0684aaa89d3d3c85528e80c1995836 (diff)
downloadrails-ef4b3eef50f0d2526854ac1551d0f36b8eb82347.tar.gz
rails-ef4b3eef50f0d2526854ac1551d0f36b8eb82347.tar.bz2
rails-ef4b3eef50f0d2526854ac1551d0f36b8eb82347.zip
Revert "Small correction to contributing_to_rails in the section for testing ActiveRecord " This reverts commit 0cfbaa030a0684aaa89d3d3c85528e80c1995836. Sorry did not see the section on MySql and PostgreSQL # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: guides/source/contributing_to_ruby_on_rails.textile #
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.textile6
1 files changed, 0 insertions, 6 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile
index 8f36511d7d..72cdea885f 100644
--- a/guides/source/contributing_to_ruby_on_rails.textile
+++ b/guides/source/contributing_to_ruby_on_rails.textile
@@ -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.