one-more-alex
one-more-alex
It is deprecated in v2. https://github.com/apneadiving/Google-Maps-for-Rails/wiki/Why-but-why%3F
+1 to having scope option. While have no scope I am doing some terrible recreation of validator: # redefine uniqueness validator to confirm soft deletion self._validators[:email].reject!{|v| v.class == ActiveRecord::Validations::UniquenessValidator} self._validate_callbacks.delete...
I even made commit request for this: #4793 Welcome to merge ;) But probably some test addition maybe required to be clear and a number of Wiki pages correction (subdomain...
When I made the PR I thought about passing not only `email_scope`. Just was not sure if it will be acceptable. It may be like: `validates_uniqueness_of :email, {allow_blank: true, if:...
Fix created in https://github.com/gammu/gammu/pull/397 Not sure if it is correct per logic of state machine, but it allowing code to finish normally.
Voting to have some solution here.
I had similar issues. pjproject-2.3 will show this error. In my case fixed to update to pjproject-2.4