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
Issue: I'm getting this error when I try to load the logidze gem in Rails 5.2.0.beta2.
Error:
There was an error while trying to load the gem 'logidze'. (Bundler::GemRequireError)
Gem Load Error is: uninitialized constant ActiveModel::Type::Value
Issue: I'm getting this error when I try to load the logidze gem in Rails 5.2.0.beta2.
Error:
Where it happens:
/lib/logidze/history/type.rb:2
What solved it for me:
Link: https://github.com/MatiasFMolinari/logidze/blob/df9e885078517b3107e817979be1be50d2c56c75/lib/logidze/history/type.rb#L2
Source:
I don't fully understand how the loading changed in this new rails version. I stumbled upon the solution on this commit: https://github.com/iaankrynauw/paranoia/commit/49b9e68ee79d8a8e5fa04add1e93b9d69ccf9315
The text was updated successfully, but these errors were encountered: