model_iterator icon indicating copy to clipboard operation
model_iterator copied to clipboard

Not compatible with Active Record 4

Open mislav opened this issue 10 years ago • 1 comments

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()

mislav avatar Feb 19 '15 03:02 mislav

I guess this is fixed on version 2.0

arthurnn avatar Feb 22 '17 20:02 arthurnn