htanata / live-validations forked from augustl/live-validations

Reads Active Record's validations and makes them available to live client side javascript validation scripts

This URL has Read+Write access

name age message
file .gitignore Wed Jan 28 12:37:25 -0800 2009 Initial commit. [August Lilleaas]
file MIT-LICENCE Wed Jan 28 12:37:25 -0800 2009 Initial commit. [August Lilleaas]
file README.rdoc Tue Apr 28 03:08:59 -0700 2009 Looks like I don't quite understand rdoc syntax... [August Lilleaas]
file Rakefile Thu Feb 05 01:43:49 -0800 2009 Bumping the tests and the rails stub test app i... [August Lilleaas]
directory app/ Thu Feb 26 10:40:47 -0800 2009 Instead of making controller callbacks 2.3 only... [August Lilleaas]
directory config/ Tue Feb 03 23:44:29 -0800 2009 Work in progress validates_uniqueness_of hook. ... [August Lilleaas]
directory generators/ Thu Feb 26 10:40:47 -0800 2009 Instead of making controller callbacks 2.3 only... [August Lilleaas]
file init.rb Mon Mar 09 12:31:07 -0700 2009 Injecting the form builder code into the built-... [August Lilleaas]
directory lib/ Thu Oct 29 21:25:52 -0700 2009 Live validation for uniqueness can be disabled.... [htanata]
directory test/ Mon Oct 05 05:01:05 -0700 2009 Make jQuery validations adapter work nice with ... [manuelmeurer]
README.rdoc

Live Validations

Adds automagical live validations to your Rails application, by translating your regular model validations into live validation javascript.

Introductory screencast: vimeo.com/3385181

Installation instructions

The plugin is adapter based, and supports many of the available live validation javascript lirbaries.

Check out wiki.github.com/augustl/live-validations for detailed instructions.