Client Side Validations And Rails4
I integrated client side validations with rails4 using the new branches available using the following gems gem 'simple_form', '~> 3.0.0.rc' gem 'client_side_validations', github
Solution 1:
These gems involve a lot of configurations and ordering to be proper. Instead of explaining the whole procedure i can give you a link in SO where a similar problem was solved. Please do check it out and follow the same.
ruby-on-rails client_side_validation simple_form javascript error
Hope it helped !
Solution 2:
The problem appear to be in the order of the javascript, just change the order it will work fine
Post a Comment for "Client Side Validations And Rails4"