activerecord-import
https://github.com/zdennis/activerecord-import
Ruby
A library for bulk insertion of data into your database using ActiveRecord.
BenchmarkOptionParser::OptionsStruct#number_of_objects
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-number_of_objects-for-pr
# Commit to gitgit add benchmarks/lib/cli_parser.rbgit commit -m "better docs for BenchmarkOptionParser::OptionsStruct#number_of_objects"
# 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-number_of_objects-for-pr
hub pull-request
# Celebrate!