Extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyon
Go to file
Zach Dennis 3c08fad1a2 Bumping to 0.2.8 2011-08-14 01:39:44 -04:00
benchmarks Restructuring directories. 2010-06-26 15:43:34 -04:00
lib Merge pull request #21 from jamiecobbett/master 2011-06-22 19:51:29 -07:00
test Merge pull request #21 from jamiecobbett/master 2011-06-22 19:51:29 -07:00
.gitignore Updating .gitignore with more entries 2011-03-19 15:04:54 -04:00
Gemfile Relax pg version dependency a bit. The Gemfile specifies pg ~>0.9.0 and Rails 3.1 specifies pg 0.11 so there is no way for bundler to install pg for a new download. 2011-07-12 19:04:53 -06:00
Gemfile.lock Relax pg version dependency a bit. The Gemfile specifies pg ~>0.9.0 and Rails 3.1 specifies pg 0.11 so there is no way for bundler to install pg for a new download. 2011-07-12 19:04:53 -06:00
README.markdown Updating README to point to wiki 2010-08-21 12:44:48 -04:00
Rakefile Adding jdbcmysql support. 2011-05-04 20:27:11 -04:00
VERSION Bumping to 0.2.8 2011-08-14 01:39:44 -04: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