model_iterator
model_iterator copied to clipboard
Not compatible with Active Record 4
When ran against Active Record 4.2, the test suite fails because AR::Base#all method doesn't accept arguments to set conditions anymore. The conditions and ordering are expected to be set using relation methods such as where() and order()
I guess this is fixed on version 2.0