We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Paperclip (markdown)
Only setup validators if the browser supports the File API (which these validators depend on)
Added info on browser support and removed turbolinks dep.
Note workaround for using custom message options.messages.numericality
Check browser supports File API before file size validation that relies on File API (check courtesy of Modernizr)
Adjust parens formatting
example for file size and content validation
fixed typo. attachement -> attachment
Created Paperclip (markdown)