Extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyon
Go to file
2011-06-22 16:01:33 -07:00
benchmarks Restructuring directories. 2010-06-26 15:43:34 -04:00
lib Regexp.escape which is called by Gem.loaded_path? (/usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb) expects the path as a String, not a Pathname. Convert Pathnames to Strings prior to calling 'require' 2011-06-22 16:01:33 -07:00
test Updating import_test to be Ruby 1.9.2 compatible. Ruby 1.9.1 changed the Date.parse capabilities to no longer support MM/DD/YYYY functionality so we only test against YYYY/MM/DD. 2011-05-04 19:55:46 -04:00
.gitignore Updating .gitignore with more entries 2011-03-19 15:04:54 -04:00
Gemfile Updating gemfile to use spermy operator where appropriate. 2011-03-19 15:03:27 -04:00
Gemfile.lock Updating gemfile to use spermy operator where appropriate. 2011-03-19 15:03:27 -04:00
Rakefile Turning off warnings because FactoryGirl spews out crap and it makes it impossible to see anything useful. 2011-03-19 15:21:04 -04:00
README.markdown Updating README to point to wiki 2010-08-21 12:44:48 -04:00
VERSION Version bump to 0.2.7 2011-04-29 00:13:40 -04:00

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