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