Armando Assunção

Results 3 comments of Armando Assunção

This problem occurence because only include the module `Mongoid::History::Tracker` not call the your block `included`. So how `tracker_class_name` is `nil`, the line raises error `NameError: wrong constant name` https://github.com/mongoid/mongoid-history/blob/8ed7ba1e9d047c12cfe4605e9b65636956ed6a17/lib/mongoid/history/trackable.rb#L67-L68 some...

I agree, could have a function that return the only data without call `validate()`. Something like `getPureValue()`. @rashtay But for now, you can use the own API: `this.refForm.pureValidate().value` This return...