-
Notifications
You must be signed in to change notification settings - Fork 405
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
Rails edge compatibility #941
Labels
Comments
|
tagliala
added a commit
that referenced
this issue
Aug 8, 2024
Use a simple text field instead of the more complex textarea in specs that are not related to textarea. This will simplify the test suite and prevent unrelated failures Ref: #941
tagliala
added a commit
that referenced
this issue
Aug 8, 2024
Use a simple text field instead of the more complex textarea in specs that are not related to textarea. This will simplify the test suite and prevent unrelated failures Ref: #941
Difference:
|
tagliala
added a commit
that referenced
this issue
Aug 13, 2024
tagliala
added a commit
that referenced
this issue
Aug 20, 2024
tagliala
added a commit
that referenced
this issue
Oct 13, 2024
tagliala
added a commit
that referenced
this issue
Nov 12, 2024
tagliala
added a commit
that referenced
this issue
Nov 12, 2024
- Add class parameter to Uniqueness validator as per rails/rails#53598 - Test new edge methods textarea and checkbox - Allow new Rails 8 helper names like `textarea` (close #941)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce*
Run test suite against rails edge
Expected behavior*
Tests pass
Actual behavior*
System configuration*
Rails version: Edge
Ruby version: all compatible
Client Side Validations version: main
Code snippet from your model of the validations*
n/a
The whole form code from your template*
n/a
The resulting HTML*
n/a
Browser's development console output*
Additional JavaScript Libraries*
Repository demostrating the issue
Debugging CSV issues is a time consuming task. If you want to speed up things, please
provide a link to a repository showing the issue.
* Failure to include this requirement may result in the issue being closed.
The text was updated successfully, but these errors were encountered: