-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Sash optional dependency #287
Conversation
ping @tute |
Hey! Thank you for your input and work on this. I’m now on a long trip on
remote lands, no wifi or computer available. Apologies for the delay, will
be able to review in a few weeks. Thanks again!
…On Thursday, February 15, 2018, Aboobacker MK ***@***.***> wrote:
ping @tute <https://github.com/tute>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#287 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADT9FWv25-qZ05tdgvm6auRsTIMExLNks5tVB3QgaJpZM4SE2nM>
.
|
As a follow up, I forked this with @redtachyons's tweak and it solves the issue well. |
Thanks for the reminder, I'm back online! :-) @redtachyons apologies I haven't been able to work on this before. Do you think you can add a regression test for Rails 5.1? Thank you! |
@tute Actually...I say that. It actually doesn't seem to be working when creating a new user.
That doesn't do anything on create. |
Basically the same thing mentioned in #285. |
@tute Will try to add a regression test this weekend |
Rails 5.1 and above add automatic validation for belongs_to association. It is enabled by an initializer added to new projects. Adding that configuartion in dummy app will reproduce the issue in test case
@tute done |
Wonderful, thank you! 😃 👏 |
Released version 3.0.2 with this fix: https://github.com/merit-gem/merit/releases/tag/v3.0.2 Thank you all again! |
Rails 5.1 + add presence validation for belongs_to by default
Fixes #286