Extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyon
Go to file
Zach Dennis 3a91f37c2a Updating Gemfile to include rake so it works with rvm and bundler without complaint 2011-01-05 19:12:48 -05:00
benchmarks Restructuring directories. 2010-06-26 15:43:34 -04:00
lib Use ActiveRecord Column#type_cast to properly parse fields represented by a string. 2011-01-05 19:09:55 -05:00
test Use ActiveRecord Column#type_cast to properly parse fields represented by a string. 2011-01-05 19:09:55 -05:00
.gitignore Initial work for re-packaging as gem. 2010-08-10 21:39:26 -04:00
Gemfile Updating Gemfile to include rake so it works with rvm and bundler without complaint 2011-01-05 19:12:48 -05:00
README.markdown Updating README to point to wiki 2010-08-21 12:44:48 -04:00
Rakefile Updating Gemfile to require jeweler and rakefile to use Bundler to ensure dependencies are installed. 2010-09-26 20:48:14 -04:00
VERSION Version bump to 0.2.4 2011-01-05 19:11:09 -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: http://wiki.github.com/zdennis/activerecord-import/

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