aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_rails.textile
diff options
context:
space:
mode:
authorAndrés Mejía <andmej@gmail.com>2010-11-26 14:11:28 +0100
committerAndrés Mejía <andmej@gmail.com>2010-11-26 14:11:28 +0100
commitfe2103a1c8336e8ef164d696e8eaeab62158d84b (patch)
tree34146aa2b2976c6ce5c71b837bcaf0364df859c2 /railties/guides/source/contributing_to_rails.textile
parent5b9f6a74db1a58c5557087cd924fd67dd9cf43e0 (diff)
downloadrails-fe2103a1c8336e8ef164d696e8eaeab62158d84b.tar.gz
rails-fe2103a1c8336e8ef164d696e8eaeab62158d84b.tar.bz2
rails-fe2103a1c8336e8ef164d696e8eaeab62158d84b.zip
Added missing word.
Diffstat (limited to 'railties/guides/source/contributing_to_rails.textile')
-rw-r--r--railties/guides/source/contributing_to_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_rails.textile b/railties/guides/source/contributing_to_rails.textile
index f501335958..721adc00d7 100644
--- a/railties/guides/source/contributing_to_rails.textile
+++ b/railties/guides/source/contributing_to_rails.textile
@@ -127,7 +127,7 @@ You can now run tests as you did for +sqlite3+:
rake test_mysql
</shell>
-You can also +myqsl+ with +postgresql+, +jdbcmysql+, +jdbcsqlite3+ or +jdbcpostgresql+. Check out the file +activerecord/RUNNING_UNIT_TESTS+ for information on running more targeted database tests, or the file +ci/ci_build.rb+ to see the test suite that the Rails continuous integration server runs.
+You can also replace +myqsl+ with +postgresql+, +jdbcmysql+, +jdbcsqlite3+ or +jdbcpostgresql+. Check out the file +activerecord/RUNNING_UNIT_TESTS+ for information on running more targeted database tests, or the file +ci/ci_build.rb+ to see the test suite that the Rails continuous integration server runs.
NOTE: If you're working with Active Record code, you _must_ ensure that the tests pass for at least MySQL, PostgreSQL, and SQLite 3. Subtle differences between the various Active Record database adapters have been behind the rejection of many patches that looked OK when tested only against MySQL.