1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Stephen Bannasch 4ef9845aa3 Adding AR tests for JDBC connections
New connections:

  jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb jdbcpostgresql

To test you will need the native database installed (if one is required),
activerecord-jdbc-adapter and the specific activerecord-jdbc<database>-adapter
for the database you are testing.

Run the tests like this:

  jruby -S rake test_jdbcmysql

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1685 state:committed]
2009-01-26 16:08:44 +13:00
..
assets move assets and models 2008-01-18 07:27:03 +00:00
cases Make sure inner scope conditions get a preference over the outer ones 2009-01-24 17:54:10 +00:00
connections Adding AR tests for JDBC connections 2009-01-26 16:08:44 +13:00
fixtures Preload uses exclusive scope [#643 state:resolved] 2008-12-26 18:25:55 +00:00
migrations Made migrations transactional for PostgreSQL [#834 state:resolved] 2008-08-22 14:46:25 -07:00
models Make sure inner scope conditions get a preference over the outer ones 2009-01-24 17:54:10 +00:00
schema Fix dirty handling of nullable non-integer numeric columns [#1692 state:resolved] 2009-01-16 17:23:35 +00:00
config.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00