activerecord-import/test
mildmojo 43bd628e05 Fixes case-sensitive SQLite3 adapter name typos.
The SQLite3 adapter name was referenced as
`ActiveRecord::ConnectionAdapters::Sqlite3Adapter`, but the
ActiveRecord class is spelled `SQLite3Adapter` (upper-case "SQL"). As
a result, `active_record/adapters/sqlite3_adapter.rb` wasn't actually
including the methods from `adapters/sqlite3_adapter.rb` into the AR
adapter class.

This adds a test for proper inheritance and fixes the spelling of
`SQLite3Adapter`, unifying all references to the ActiveRecord version.
2012-10-01 03:08:07 -04:00
..
active_record Fixes case-sensitive SQLite3 adapter name typos. 2012-10-01 03:08:07 -04:00
adapters Put together tests for seamless_database_pool adapter 2012-08-22 19:50:37 -07:00
jdbcmysql Adding jdbcmysql support. 2011-05-04 20:27:11 -04:00
models Updating tests around working with non-standard ActiveRecord models with non-sequence based primary keys. 2012-08-06 09:23:01 -04:00
mysql Updating MySQL import tests to load files in a ruby1.9 friendly way. 2010-09-26 22:10:12 -04:00
mysql2 Updating MySQL import tests to load files in a ruby1.9 friendly way. 2010-09-26 22:10:12 -04:00
postgresql Updating tests around working with non-standard ActiveRecord models with non-sequence based primary keys. 2012-08-06 09:23:01 -04:00
schema Updating Gemfile to latest versions of libraries: 2012-08-06 09:24:34 -04:00
support Model#import fails to find model's primary key sequence 2012-08-04 17:35:50 -07:00
database.yml.sample Put together tests for seamless_database_pool adapter 2012-08-22 19:50:37 -07:00
import_test.rb Merge pull request #56 from grzuy/support_all_or_none_records 2012-08-29 20:48:18 -07:00
synchronize_test.rb Adding in support for :synchronization option for #import. Pulled in from ar-extensions. Currently only works with MySQL since that is the only database that supports on duplicate key update functionality. 2011-03-19 15:49:26 -04:00
test_helper.rb Updatin to not depend on Rails 3, only ActiveRecord, both in gem file and in tests 2010-10-05 22:38:18 -04:00