Open alejanderl opened 1 year ago
We're also experiencing this issue when using Rails 7 in conjunction with mobility 1.3.0.rc1.
@alejanderl did you find a way to work around this without having to disable the caching?
Hi folks. I really need a failng test for this.
(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;