activerecord-import
https://github.com/zdennis/activerecord-import
Ruby
A library for bulk insertion of data into your database using ActiveRecord.
ActiveRecord::Import::SQLite3Adapter#sql_for_on_duplicate_key_update_as_hash
No Docs, write some!
Edit
git clone [email protected]:zdennis/activerecord-import.git
cd activerecord-import
open lib/activerecord-import/adapters/sqlite3_adapter.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ActiveRecord--Import--SQLite3Adapter-sql_for_on_duplicate_key_update_as_hash-for-pr
# Commit to gitgit add lib/activerecord-import/adapters/sqlite3_adapter.rbgit commit -m "better docs for ActiveRecord::Import::SQLite3Adapter#sql_for_on_duplicate_key_update_as_hash"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ActiveRecord--Import--SQLite3Adapter-sql_for_on_duplicate_key_update_as_hash-for-pr
hub pull-request
# Celebrate!