rack-validate icon indicating copy to clipboard operation
rack-validate copied to clipboard

The middleware does not work with non-Rails application.

Open martinos opened this issue 14 years ago • 0 comments

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 change it with nil? or empty?.

martinos avatar Oct 25 '10 03:10 martinos