activerecord-import/lib/activerecord-import
Zach Dennis 0b03543612 Merge pull request #58 from alexagranov/e6cafdb23a64e68a246a838565afaecf6faf952a
The jdbcmysql_adapter was left out of the InstanceMethods refactoring.
2012-08-29 20:47:07 -07:00
..
active_record/adapters Merge pull request #58 from alexagranov/e6cafdb23a64e68a246a838565afaecf6faf952a 2012-08-29 20:47:07 -07:00
adapters Solving #50 - memoize MySQL's max_allowed_packet instead of querying it every time you run .import 2012-03-20 16:40:10 -05:00
base.rb Use connection pool instead of actual connection to avoid having to connect to the database until necessary 2011-10-10 13:07:10 -04:00
import.rb Raise a useful message when a value doesn't have a corresponding column. 2012-08-19 19:41:02 +01:00
mysql.rb Deprecating usage of "require 'activerecord-import/<adapter_name>'" in favor of "require 'activerecord-import'". 2010-09-26 17:07:41 -04:00
mysql2.rb Deprecating usage of "require 'activerecord-import/<adapter_name>'" in favor of "require 'activerecord-import'". 2010-09-26 17:07:41 -04:00
postgresql.rb Deprecating usage of "require 'activerecord-import/<adapter_name>'" in favor of "require 'activerecord-import'". 2010-09-26 17:07:41 -04:00
sqlite3.rb Deprecating usage of "require 'activerecord-import/<adapter_name>'" in favor of "require 'activerecord-import'". 2010-09-26 17:07:41 -04:00
synchronize.rb Updating documentation for synchronize. 2011-04-06 14:41:42 -04:00