0

Are there any client-side validation gems similar to client_side_validations (https://github.com/bcardarella/client_side_validations) for Rails 2.x?

1
  • I am not sure, but give green_light a try. Commented Jun 3, 2011 at 23:47

2 Answers 2

1

I am actually in the process of backporting the current ClientSideValidations gem to Rails 2.x

https://github.com/bcardarella/client_side_validations-rails_2

It's not ready for public consumption yet, but you might want to keep an eye on it. It will inherit from the current gem and add the necessary functionality to Rails 2.x.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, I will definitely keep an eye on it since it is what I am looking for, but I have the rails 2.x requirement.
0

Here is a project for client side validations for rails 2, it seems to be the same project that the one you refer but it was left in order to give full functionality to rails 3. There is also an example for rails 2.

I recommend to check a great tutorial using jquery validations with rails.

Hope this helps.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.