RubyGems.org

batcher

0.0.1

Allows you to process many records in batches. Similar to #find_each in ActiveRecord, but allows you to specify a slicing attribute that is not the table's primary key

installgem install batcher
Authors

Harold Giménez

883 total downloads 883 for this version
Owners

53be54e5db4dc58e4980db5a8255621b

Gemfile
gem "batcher", "~> 0.0.1"
Versions
  1. 0.0.1 December 16, 2011
Runtime Dependencies
  1. activerecord >= 0
Development Dependencies
  1. pg >= 0
  2. rspec >= 0