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
(Not a solution, but just want to give the hint that – if I am not mistaken – validates :name, presence: true will validate depending on the current ::I18n.locale which might be different for different requests (and will take into account plugins like fallback etc). Maybe this is what you want, but it could happen that a record is valid with ::I18n.locale = :en but invalid with ::I18n.locale = :de, just to keep that in mind.)
Hey, thanks for the library and great work.
We are implementing multi language with Mobility and we found this issue:
Context
We are using Mobility with a Rails 7 application and the v1.3.0.rc1
Expected Behavior
Deactivating the cache is making everything to work as expected
Actual Behavior
With the cache active in the Mobility config we experienced this behaviour;
The text was updated successfully, but these errors were encountered: