diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-18 20:49:59 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-18 20:49:59 +0000 |
commit | 57b5fb43efc1fd990f36e5b6a6a2f2c15cc480f1 (patch) | |
tree | a03216b346db086113de5241e8ba5c50676a86d6 /activerecord/README | |
parent | 7288fd3e3f288fb10fad347cff949b4202c3ae30 (diff) | |
download | rails-57b5fb43efc1fd990f36e5b6a6a2f2c15cc480f1.tar.gz rails-57b5fb43efc1fd990f36e5b6a6a2f2c15cc480f1.tar.bz2 rails-57b5fb43efc1fd990f36e5b6a6a2f2c15cc480f1.zip |
Correct rdoc link to OracleAdapter. Closes #5289.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6771 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/README')
-rwxr-xr-x | activerecord/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/README b/activerecord/README index c938c66fde..2235c648ff 100755 --- a/activerecord/README +++ b/activerecord/README @@ -176,7 +176,7 @@ A short rundown of the major features: ) {Learn more}[link:classes/ActiveRecord/Base.html#M000081] and read about the built-in support for - MySQL[link:classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html], PostgreSQL[link:classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter.html], SQLite[link:classes/ActiveRecord/ConnectionAdapters/SQLiteAdapter.html], Oracle[link:classes/ActiveRecord/ConnectionAdapters/OCIAdapter.html], SQLServer[link:classes/ActiveRecord/ConnectionAdapters/SQLServerAdapter.html], and DB2[link:classes/ActiveRecord/ConnectionAdapters/DB2Adapter.html]. + MySQL[link:classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html], PostgreSQL[link:classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter.html], SQLite[link:classes/ActiveRecord/ConnectionAdapters/SQLiteAdapter.html], Oracle[link:classes/ActiveRecord/ConnectionAdapters/OracleAdapter.html], SQLServer[link:classes/ActiveRecord/ConnectionAdapters/SQLServerAdapter.html], and DB2[link:classes/ActiveRecord/ConnectionAdapters/DB2Adapter.html]. * Logging support for Log4r[http://log4r.sourceforge.net] and Logger[http://www.ruby-doc.org/stdlib/libdoc/logger/rdoc] |