This website requires JavaScript.
Explore
Help
Sign In
deac
/
activerecord-import
Watch
1
Star
0
Fork
You've already forked activerecord-import
0
Code
Issues
Pull requests
Releases
Wiki
Activity
e079e19a29
activerecord-import
/
lib
/
activerecord-import
History
Zach Dennis
5aefbb2989
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
..
active_record
/adapters
Renaming ActiveRecord::Extensions to ActiveRecord::Import.
2010-09-26 17:05:02 -04:00
adapters
Ensure the #max_allowed_packet method exists for the MysqlAdapters.
2011-01-11 21:01:34 -05:00
base.rb
Pulled in ActiveRecord synchronize functionality from the old ar-extensions code base.
2011-03-19 15:38:24 -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