aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-021-2/+1
* Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-011-1/+2
|\
| * Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-111-1/+2
* | Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* | Merge pull request #9857 from yyyc514/bad_params_should_400Aaron Patterson2013-04-301-0/+1
|\ \
| * | failure to parse params should trigger a 400 Bad RequestJosh Goebel2013-03-211-0/+1
| |/
* / Return a 405 response for unknown HTTP methodsLewis Marshall2013-04-221-0/+1
|/
* strong parameters exception handlingBrian Alexander2013-01-151-1/+2
* Suppress warning about IO#lines in Ruby 2.0Ryunosuke SATO2013-01-041-1/+1
* remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-1/+0
* Add style to AV::Template::Error exception pageGuillermo Iguaran2012-12-311-1/+2
* Add source extract to detailed exception pageGuillermo Iguaran2012-12-311-1/+21
* log 404 status when ActiveRecord::RecordNotFound was raised (#7646)Yves Senn2012-09-171-1/+5
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-201-1/+2
* Move require to where it's neededSantiago Pastorino2012-05-111-1/+2
* Raise a rescuable exception when Rails doesn't know what to do with the forma...Steven Soroka2012-05-061-0/+1
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-0/+1
* Add an ExceptionWrapper that wraps an exception and provide convenience helpers.José Valim2011-12-011-0/+77