activerecord-import/lib/activerecord-import
2011-10-10 13:07:10 -04:00
..
active_record/adapters Adding jdbcmysql support. 2011-05-04 20:27:11 -04:00
adapters Correctly obey MySQL MAX PACKET 2011-05-08 21:35:47 +00: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 Do not use ActiveRecord::Base.new(hsh) when instantiating AR models. Use form of instantiation that allows protected attributes to be set. 2011-04-29 00:13:26 -04: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