Rack::Validate Contest finalist
Added by nerdEd
at November 16, 2009 03:59
GitHub stats:
watcher(s)
fork(s)
About
Validate your pages with the w3c validator and present the errors/warnings in the page.
Details
See it in action here: [Screenshot Link](http://skitch.com/jonas714/nj96u/rack-validate-in-action)
Report any bugs or contribute here: [Github Page](http://github.com/nerdEd/rack-validate)
Usage
Enable Rack::Validate:
use Rack::Validate
Enable Rack::Validate w/Rails:
config.middleware.use Rack::Validate
Pass in the rack-validate parameter in the request:
http://development.localhost/?rack-validate=true
