aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorMichael Gunderloy <mike@Excess.local>2009-09-21 18:04:47 -0500
committerMichael Gunderloy <mike@Excess.local>2009-09-21 18:04:47 -0500
commit1ec3cdce592a864770f7449971043dd6a0ae0222 (patch)
treef340aaec47a2b6602a087ba0d285d392e8acebe3 /railties/guides/source
parent3ed6b3a8b310598b391d004514ee72c58171d637 (diff)
downloadrails-1ec3cdce592a864770f7449971043dd6a0ae0222.tar.gz
rails-1ec3cdce592a864770f7449971043dd6a0ae0222.tar.bz2
rails-1ec3cdce592a864770f7449971043dd6a0ae0222.zip
SQLite 2 test passage is no longer required when patching AR.
Diffstat (limited to 'railties/guides/source')
-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 2b5335f7c3..7a35076dd3 100644
--- a/railties/guides/source/contributing_to_rails.textile
+++ b/railties/guides/source/contributing_to_rails.textile
@@ -104,7 +104,7 @@ You can replace +sqlite3+ with +jdbcmysql+, +jdbcsqlite3+, +jdbcpostgresql+, +my
-NOTE: If you're working with Active Record code, you _must_ ensure that the tests pass for at least MySQL, PostgreSQL, SQLite 2, 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.
+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.
h3. Helping to Resolve Existing Issues