Extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyon
Go to file
Ben Woosley 7bd0e2693a Fix that values_sql_for_attributes wasn't accessing the columns with the same indexes as the array_of_attributes, and so was sometime mismatched.
Also return to the column_names[j] == primary_key style of testing, as the column itself is not always present
2011-01-10 22:27:22 -05:00
benchmarks Restructuring directories. 2010-06-26 15:43:34 -04:00
lib Fix that values_sql_for_attributes wasn't accessing the columns with the same indexes as the array_of_attributes, and so was sometime mismatched. 2011-01-10 22:27:22 -05:00
test Keep test/database.yml out of the project so others can keep their own around 2011-01-10 21:57:40 -05:00
.gitignore Keep test/database.yml out of the project so others can keep their own around 2011-01-10 21:57:40 -05:00
Gemfile Discriminate between ruby 1.9 and 1.8 in the bundle so we don't blow up on ruby-debug 2011-01-10 21:57:40 -05:00
Rakefile :check_dependencies task isn't provided by Jeweler when a Gemfile is around. See: https://github.com/technicalpickles/jeweler/blob/master/lib/jeweler/tasks.rb 2011-01-10 21:57:40 -05:00
README.markdown Updating README to point to wiki 2010-08-21 12:44:48 -04:00
VERSION Version bump to 0.2.4 2011-01-05 19:11:09 -05: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