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
9fd19a36bd
activerecord-import
/
lib
/
activerecord-import
History
Doug Orleans
9fd19a36bd
Also clear the destroyed flag after synchronizing.
2012-12-14 09:59:58 -05:00
..
active_record
/adapters
Fixes case-sensitive SQLite3 adapter name typos.
2012-10-01 03:08:07 -04:00
adapters
Fixes case-sensitive SQLite3 adapter name typos.
2012-10-01 03:08:07 -04: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
Performance improvements.
2012-12-14 09:50:36 -05: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
Also clear the destroyed flag after synchronizing.
2012-12-14 09:59:58 -05:00