Rails 4 client side validation

后端 未结 5 2161
挽巷
挽巷 2021-01-01 22:40

Since upgrading my site to Rails 4, the client-side-validations gem has stopped working for me. I have had a look at the various alternatives such as jquery-validation-rails

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-01 22:44

    From the Google.

    http://rubygems.org/gems/rails4_client_side_validations

    https://github.com/amatsuda/html5_validators

    Also this guy seemed to have gotten the same gem you are using to work by using the 4-0-beta branch.

    Client Side Validations and Rails4

    If the 4-0-beta branch works for you, consider helping to maintain the gem to keep it alive.

    To use a certain git repo version in your Gemfile:

    gem 'client-side-validations', :git => 'https://github.com/bcardarella/client_side_validations/tree/4-0-beta'
    

提交回复
热议问题