validation_scopes
validation_scopes copied to clipboard
Create independent sets of validations with the full power of ActiveRecord's validation macros
I made the changes based on 6.1 commits. Let me know if something else is required.
I believe I've discovered a simple patch to allow the use of the shoulda-matchers with validation scopes. https://github.com/thoughtbot/shoulda-matchers/issues/779 Let me know if you think it's good/useful and I'll add it...
This library is great, especially since you fixed the memory leak! So thanks for all your hard work. Just have one problem and I'm not sure how to work out...
Any plans for making this gem compatible for Rails 7.0? I believe there's no big change needed and just need a gemspec bump.