Commit Graph

7 Commits

Author SHA1 Message Date
Albert Engelbrecht d3c40ffb1f Fix Tempfile reference being returned as nil
This PR fixes the issue of files being uploaded from users having
the params[:file][:tempfile] being returned as `nil`, rather than
an instance of Tempfile like it should be.

PR fixes #90, and shamelessly stolen from #91.
2015-09-30 16:51:50 -05:00
Steve Agalloco 1e0710abfc allow cache-breaker params in EscapedParams 2012-07-02 11:14:57 -04:00
Konstantin Haase be74517b9d make dependency on escape_utils optional 2011-09-03 11:45:30 -06:00
Konstantin Haase a1a5378cde only do html escaping by default 2011-05-25 11:55:05 +02:00
Konstantin Haase 2f2a95da69 implement escaped params 2011-05-25 11:49:39 +02:00
Konstantin Haase d92302670f add docs to all middleware 2011-05-24 13:23:57 +02:00
Konstantin Haase 0985552f33 initial commit 2011-05-23 10:07:54 +02:00