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
This is not a huge deal, and straightforward to work around, but it broke some tests during our upgrade from 1.2.9 -> 1.3.2 that had lines like myobject.translations.slice(:en).
Perhaps it is not an issue, but I thought I would bring it up in case this change in behaviour is unintended and likely to have other consequences.
The text was updated successfully, but these errors were encountered:
Rails 8.0.1 (and 7.2.2 too), Ruby 3.4.2, JSONB container backend, postgresql, and ActiveRecord.
Mobility 1.2.9:
Mobility 1.3.2
This is not a huge deal, and straightforward to work around, but it broke some tests during our upgrade from 1.2.9 -> 1.3.2 that had lines like
myobject.translations.slice(:en)
.Perhaps it is not an issue, but I thought I would bring it up in case this change in behaviour is unintended and likely to have other consequences.
The text was updated successfully, but these errors were encountered: