You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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 aswhere()
andorder()
The text was updated successfully, but these errors were encountered: