Elliot Winkler
Elliot Winkler
Ah, engines, okay. I can see how that could end up creating potentially confusing situations. And my second question was going to be about whether you are using `t.column :some_guid_column,...
Yeah, if you've figured out a fix, a PR would be appreciated!
Hi @gruschis, I suspect this error is coming from deeper in the stack. Would you be willing to paste a backtrace?
Yes, that behavior is intentional. The uniqueness matcher will: * take the record you provide and ensure that it is saved to the database (this record is now the "existing"...
@ngouy Hmm.... I wonder why I ended up doing that. Thanks for the tip. I'll try this out and see if it breaks anything.
Hi @brett-puddick, In general shoulda-matchers does not do anything to fill in attributes on records, so whenever working with validation matchers it works a lot better if you always use...
Oh, interesting. We previously received an issue, #625, which I think is related to this, and at the time I didn't know what was going on here. If `tables_and_views` doesn't...
Hmm, I agree that something fishy is going on there. I'll have to investigate that.
@antifun Coming back to this, I see what's going on. Part of the issue is that "valid" to the matcher means "has no validation errors associated with this particular attribute"....
Hey folks. In an effort to lighten our load as maintainers and be able to serve you better in the future, the shoulda-matchers team is working on cleaning out the...