globalize/globalize

data randomly swapped

saiqulhaq opened this issue · 1 comments

Sorry I can't reproduce this issue too, however this is my Gemfile content

gem 'activerecord', '5.1.7'
gem 'globalize', '5.3.0' 
globalize-accessors-0.2.1

so let say I have a model with name translation column. here is the example record

book = Book.last
book.name_en # title english
book.name_th # title in thai

after few weeks, in our db the data has changed to be

book.name_en # title in thai
book.name_th # title in thai

this happened few times and no ones changed the data

any ideas to debug this problem?

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.