Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Makes sense @mreinstein. For the purposes of this PR, are you saying the way these are expanded is correct as it stands (if so, feel free to just close this...
Looking forward to hear from you re: correctness @mreinstein when you have time ;) LMK if I can be of any help.
+1 on supporting well known amazon types @mseminatore, potentially `exhaustiveUtterances` could go away as an option even
No updates @jdramosf, please contribute.
Check out https://github.com/artsy/elderfield/tree/master/test for an example. I'll leave this open, maybe someone can contribute a README section on testing?
Does a custom changes method solve your issue? (from the README) ```ruby class Foo include Mongoid::Document include Mongoid::History::Trackable attr_accessor :ip track_history on: [:ip], changes_method: :my_changes def my_changes unless ip.nil? changes.merge(ip:...
I see https://github.com/mongoid/mongoid_search/blob/master/lib/mongoid_search/util.rb#L41. So not without changes. I do recommend you use something more advanced than this gem though, like mongoid_fulltext.
What's the stack here? Check that the model is actually loaded (just stick a `puts` inside history_tracker.rb).
Interesting, this probably is a bug, would appreciate a PR to fix it. Maybe we can even have a spec for this?
For rubocop take the habit of just doing `rubocop -a ; rubocop --auto-gen-config`