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
08c36d33e4
activerecord-import
/
lib
/
activerecord-import
History
Nat Budin
08c36d33e4
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
..
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