rack-validate
rack-validate copied to clipboard
Rack middleware to validate webpages using w3c validator.
Results
1
rack-validate issues
Sort by
recently updated
recently updated
newest added
At line 19 of rack-validate.rb you make use of the blank? method, which is a Rails Object method (its not in the Ruby standard library). I would suggest you to...