Zach Dennis
|
cb542a86f4
|
Updated how activerecord-import loads so it is done after a connection is established in ActiveRecord. This supports loading import for multiple adapters automatically w/o having to have a person require those specifically.
|
2010-09-26 20:48:14 -04:00 |
|
Zach Dennis
|
163f5c64be
|
Deprecating usage of "require 'activerecord-import/<adapter_name>'" in favor of "require 'activerecord-import'".
|
2010-09-26 17:07:41 -04:00 |
|
Zach Dennis
|
90057c43eb
|
Renaming ActiveRecord::Extensions to ActiveRecord::Import.
|
2010-09-26 17:05:02 -04:00 |
|
Zach Dennis
|
948dec0be2
|
Refactoring to allow for separation of activerecord-import code and activerecord's connection adapters.
|
2010-09-26 16:51:19 -04:00 |
|
Zach Dennis
|
b6c72f8456
|
Providing support for the Mysql2 adapter.
|
2010-09-26 16:04:00 -04:00 |
|
Zach Dennis
|
e0dff4c055
|
Moved all adapter specific code into adapters/ directory and updated all adapters to utilize the same "require_adapter" method of loading specific-database adapters.
* Adds back in SQLite3 and PostgreSQL support
issue-url: http://github.com/zdennis/activerecord-import/issues#issue/1
[contributes #1]
|
2010-08-10 20:46:32 -04:00 |
|
Zach Dennis
|
4fcfa7fd14
|
Restructuring directories.
|
2010-06-26 15:43:34 -04:00 |
|