Extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyon
Go to file
Zach Dennis b500ebe5a1 Updating tests around working with non-standard ActiveRecord models with non-sequence based primary keys.
* move into test/import_test so it runs across all supported adapters

[#60]
2012-08-06 09:23:01 -04:00
benchmarks Restructuring directories. 2010-06-26 15:43:34 -04:00
lib Model#import fails to find model's primary key sequence 2012-08-04 17:35:50 -07:00
test Updating tests around working with non-standard ActiveRecord models with non-sequence based primary keys. 2012-08-06 09:23:01 -04:00
.gitignore Updating .gitignore with more entries 2011-03-19 15:04:54 -04:00
Gemfile Making activerecord dependency be require a version of activerecord 3.x. https://github.com/zdennis/activerecord-import/pull/43 2012-01-20 17:48:04 -05:00
Gemfile.lock Bumping sqlite3 dependency for development 2012-01-20 17:50:27 -05:00
README.markdown Update README.markdown 2012-02-15 15:38:37 -08:00
Rakefile Adding jdbcmysql support. 2011-05-04 20:27:11 -04:00
VERSION Version bump to 0.2.9 2012-01-20 17:50:58 -05:00

README.markdown

activerecord-import

activerecord-import is a library for bulk inserting data using ActiveRecord.

For more information on activerecord-import please see its wiki: https://github.com/zdennis/activerecord-import/wiki

License

This is licensed under the ruby license.

Author

Zach Dennis (zach.dennis@gmail.com)

Contributors

  • Blythe Dunham
  • Gabe da Silveira
  • Henry Work
  • James Herdman
  • Marcus Crafter
  • Thibaud Guillaume-Gentil
  • Mark Van Holstyn
  • Victor Costan