public
Fork of augustl/live-validations
Description: Reads Active Record's validations and makes them available to live client side javascript validation scripts
Homepage: http://august.lilleaas.net/live-validations/
Clone URL: git://github.com/holman/live-validations.git
holman (author)
Tue Apr 28 16:59:17 -0700 2009
commit  3bd4b64dfae68622c85394f62d7884bb2e9ea1f4
tree    16523fc20eec33f35da3a03704bd024cb7ee2fe9
parent  286de15e8efc97aff85121c5c6a93300e8a8cf12
name age message
file .gitignore Wed Jan 28 12:37:25 -0800 2009 Initial commit. [augustl]
file MIT-LICENCE Wed Jan 28 12:37:25 -0800 2009 Initial commit. [augustl]
file README.rdoc Tue Apr 28 03:08:59 -0700 2009 Looks like I don't quite understand rdoc syntax... [augustl]
file Rakefile Thu Feb 05 01:43:49 -0800 2009 Bumping the tests and the rails stub test app i... [augustl]
directory app/ Thu Feb 26 10:40:47 -0800 2009 Instead of making controller callbacks 2.3 only... [augustl]
directory config/ Tue Feb 03 23:44:29 -0800 2009 Work in progress validates_uniqueness_of hook. ... [augustl]
directory generators/ Thu Feb 26 10:40:47 -0800 2009 Instead of making controller callbacks 2.3 only... [augustl]
file init.rb Mon Mar 09 12:31:07 -0700 2009 Injecting the form builder code into the built-... [augustl]
directory lib/ Loading commit data...
directory test/
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.