model_iterator icon indicating copy to clipboard operation
model_iterator copied to clipboard

Results 2 model_iterator issues
Sort by recently updated
recently updated
newest added

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...

Take this example default scope: ``` rb default_scope :order => "created_at DESC" ``` The SQL queries resulting from model iterator for the above model will end up having this clause:...