Did anybody have any success using Observable module from stdlib with Rails? (version doesn’t matter).
The problem I encountered is that changed method from ActiveModel::Dirty conflicts with changed from Observable.
Did anybody have any success using Observable module from stdlib with Rails? (version doesn’t matter).
The problem I encountered is that changed method from ActiveModel::Dirty conflicts with changed from Observable.
I wonder if there is any reasonable alternative rather than re-implementing Observable.