Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.15 KB

README.markdown

File metadata and controls

46 lines (28 loc) · 1.15 KB

ClientSideValidations for Rails 2.3.x

This gem provides a thin wrapper for ClientSideValidations to be used in Rails 2.3.x Please check out the ClientSideValidations GoogleGroup

Installation

This gem requires the jquery-ujs gem. Please install that before continuing.

Add the gem to your config/environment.rb file:

config.gem 'client_side_validations-rails_2', :lib => 'client_side_validations/rails_2'

Run the gems:install rake task:

rake gems:install

Run the generator

script/generate client_side_validations

This will install two files

config/initializers/client_side_validations.rb
public/javascripts/rails.validations.js

Usage

Please follow the instructions for Rails 3.0 on the ClientSideValidations README

Legal

Brian Cardarella © 2011

@bcardarella

Licensed under the MIT license