aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-08-04 15:18:35 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-08-04 15:18:35 +0530
commit3d3fa165e40c8cdaaebdab9dd2985d0ca3a36236 (patch)
tree21ae9b984d34c9487628097f3933f8fa14a3558f /guides/source/contributing_to_ruby_on_rails.textile
parentc963f883a41913624363bfd8203b5640318198c2 (diff)
parentb51201242aaf77c6db5a9b2f72e433c521df79c5 (diff)
downloadrails-3d3fa165e40c8cdaaebdab9dd2985d0ca3a36236.tar.gz
rails-3d3fa165e40c8cdaaebdab9dd2985d0ca3a36236.tar.bz2
rails-3d3fa165e40c8cdaaebdab9dd2985d0ca3a36236.zip
Merge branch 'master' of github.com:lifo/docrails
Conflicts: activemodel/lib/active_model/secure_password.rb activerecord/lib/active_record/associations/collection_proxy.rb
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.textile')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile
index a8a097d156..dd43ef795f 100644
--- a/guides/source/contributing_to_ruby_on_rails.textile
+++ b/guides/source/contributing_to_ruby_on_rails.textile
@@ -215,7 +215,7 @@ NOTE: Using the rake task to create the test databases ensures they have the cor
NOTE: You'll see the following warning (or localized warning) during activating HStore extension in PostgreSQL 9.1.x or earlier: "WARNING: => is deprecated as an operator".
-If you’re using another database, check the files under +activerecord/test/connections+ for default connection information. You can edit these files to provide different credentials on your machine if you must, but obviously you should not push any such changes back to Rails.
+If you’re using another database, check the file +activerecord/test/config.yml+ or +activerecord/test/config.example.yml+ for default connection information. You can edit +activerecord/test/config.yml+ to provide different credentials on your machine if you must, but obviously you should not push any such changes back to Rails.
You can now run the tests as you did for +sqlite3+. The tasks are respectively