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
b3dda82c10
activerecord-import
/
test
History
Ben Woosley
0bbc24ba38
Keep test/database.yml out of the project so others can keep their own around
2011-01-10 21:57:40 -05:00
..
active_record
Moved all adapter specific code into adapters/ directory and updated all adapters to utilize the same "require_adapter" method of loading specific-database adapters.
2010-08-10 20:46:32 -04:00
adapters
Providing support for the Mysql2 adapter.
2010-09-26 16:04:00 -04:00
models
About 85% through porting over MySQL on duplicate key functionality.
2010-03-13 21:33:03 -05:00
mysql
Updating MySQL import tests to load files in a ruby1.9 friendly way.
2010-09-26 22:10:12 -04:00
mysql2
Updating MySQL import tests to load files in a ruby1.9 friendly way.
2010-09-26 22:10:12 -04:00
schema
Added back in basic benchmark support. To run:
2010-04-08 23:12:28 -04:00
support
Refactoring to allow for separation of activerecord-import code and activerecord's connection adapters.
2010-09-26 16:51:19 -04:00
database.yml.sample
Update test/database.yml.sample from test/database.yml
2011-01-10 21:57:40 -05:00
import_test.rb
Use ActiveRecord Column#type_cast to properly parse fields represented by a string.
2011-01-05 19:09:55 -05:00
test_helper.rb
Updatin to not depend on Rails 3, only ActiveRecord, both in gem file and in tests
2010-10-05 22:38:18 -04:00