We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rake
Test pass
Failure: ActiveRecord::UniquenessValidatorTest#test_uniqueness_client_side_hash_with_existing_record [~/dev/client_side_validations/test/active_record/cases/test_uniqueness_validator.rb:31]: --- expected +++ actual @@ -1 +1 @@ -{:message=>"has already been taken", :case_sensitive=>true, :id=>1} +{:message=>"has already been taken", :case_sensitive=>nil, :id=>1}
Rails version: 6.0.0.beta2
Ruby version: 2.6.1
Client Side Validations version: master
N/A
Please confirm that your browser's development console does not contain errors. N/A
If your issue depends on other JavaScript libraries, please list them here. E.g: Bootstrap Modal v3.3.7, jQuery UI Datepicker 1.12.4. N/A
* Failure to include this requirement will result in the issue being closed.
The text was updated successfully, but these errors were encountered:
Ref: rails/rails@6cb176c
Sorry, something went wrong.
d219af2
The client-side uniqueness validation was ignoring the case_sensitive: true parameter.
case_sensitive: true
User
Profile
tagliala
No branches or pull requests
Steps to reproduce*
rake
Expected behavior*
Test pass
Actual behavior*
System configuration*
Rails version:
6.0.0.beta2
Ruby version:
2.6.1
Client Side Validations version:
master
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*
Please confirm that your browser's development console does not contain errors.
N/A
Additional JavaScript Libraries*
If your issue depends on other JavaScript libraries, please list them here. E.g: Bootstrap Modal v3.3.7, jQuery UI Datepicker 1.12.4.
N/A
Repository demostrating the issue
N/A
* Failure to include this requirement will result in the issue being closed.
The text was updated successfully, but these errors were encountered: