Skip to content

Releases: technoweenie/model_iterator

v2.0.0

Choose a tag to compare

@technoweenie technoweenie released this 31 Mar 20:03

No new features are added. Continue using v1.0.4 for ActiveRecord 3.x.

v1.0.4

Choose a tag to compare

@technoweenie technoweenie released this 01 May 19:07
  • Fix Ruby 1.8.7 regression with the :conditions option.

v1.0.3

Choose a tag to compare

@technoweenie technoweenie released this 01 May 19:08
  • Adds a ModelIterator::NullRedis object in case you don't want state saved anywhere.

v1.0.2

Choose a tag to compare

@technoweenie technoweenie released this 01 May 18:21
  • Let conditions be specified as a :conditions hash key. @ymendel