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