aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Typo fixes action pack.alkesh262019-01-261-1/+1
* Raises exception when respond_to called multiple times in incompatible wayPatrick Toomey2018-07-301-0/+18
* Merge pull request #29286 from vinistock/create_missing_exact_template_exceptionRafael Mendonça França2018-04-201-0/+3
|\
| * Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-201-0/+3
* | Remove superfluous `ActionController::`Francois Chagnon2018-04-041-1/+1
|/
* Remove unused `UnknownController` classyuuji.yaginuma2017-10-181-3/+0
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove deprecation at ActionController::BadRequestRafael Mendonça França2016-10-091-11/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-4/+11
* Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-191-5/+3
* UrlGenerationError are not catched as 404 anymoreJean Boussier2014-10-271-1/+1
* remain backwards compatible, exception can be constructed with no argumentsAaron Patterson2012-10-251-1/+3
* give access to the original exception raised in case of a parse errorAaron Patterson2012-10-251-0/+7
* Add Missing Keys from Journey on failed URL formatschneems2012-08-281-0/+3
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-201-1/+4
* Raise a rescuable exception when Rails doesn't know what to do with the forma...Steven Soroka2012-05-061-0/+3
* Remove obsolete reader from AC::MethodNotAllowed exception classAlexey Vakhov2012-03-311-2/+0
* Remove AC::RenderError class second declarationAlexey Vakhov2012-03-311-3/+0
* Remove other old compatibility constantsCarlos Antonio da Silva2012-01-171-1/+1
* Remove fancy method not allowed resource exceptions since they areJoshua Peek2009-12-111-10/+1
* SessionRestoreError belongs in ADJoshua Peek2009-09-231-3/+0
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+58