| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure logging on exceptions only includes what we expect | Matthew Draper | 2016-07-02 | 1 | -0/+23 |
* | Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-format | Santiago Pastorino | 2016-05-11 | 1 | -32/+50 |
|\ |
|
| * | API only apps: Preserve request format for HTML requests too | Prathamesh Sonpatki | 2016-05-11 | 1 | -32/+50 |
* | | BoomerAPI is not used anywhere, so removed it! | Prathamesh Sonpatki | 2016-05-06 | 1 | -7/+0 |
|/ |
|
* | DebugException initialize with a response_format value | Jorge Bejar | 2015-12-09 | 1 | -2/+2 |
* | Fix some edge cases in AD::DebugExceptions in rails api apps | Jorge Bejar | 2015-12-09 | 1 | -11/+62 |
* | Response when error should be formatted properly in Rails API if local request | Jorge Bejar | 2015-12-09 | 1 | -0/+18 |
* | Merge pull request #22172 from tijmenb/fix-source-in-show-exception | Rafael França | 2015-11-24 | 1 | -0/+8 |
|\ |
|
| * | Add text template for source code | Tijmen Brommet | 2015-11-03 | 1 | -0/+8 |
* | | Fix typo [ci skip] | Jake Worth | 2015-11-12 | 1 | -1/+1 |
|/ |
|
* | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 1 | -3/+7 |
* | Remove mocha from ActionPack tests | Marcin Olichwirowicz | 2015-09-05 | 1 | -3/+6 |
* | Get rid of mocha tests - part 2 | Marcin Olichwirowicz | 2015-08-25 | 1 | -32/+25 |
* | Avoid accurate assertions on error messages | Robin Dupret | 2015-03-02 | 1 | -2/+2 |
* | Consistent usage of spaces in hashes across our codebase | Rafael Mendonça França | 2015-01-29 | 1 | -22/+22 |
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 1 | -31/+31 |
* | Refactor debug view | Kir Shatrov | 2014-12-02 | 1 | -0/+23 |
* | Show source view and backtrace on missing template errors | Genadi Samokovarov | 2014-11-24 | 1 | -0/+27 |
* | Show the user’s application in the source window and select the correct tra... | Byron Bischoff | 2014-10-23 | 1 | -1/+41 |
* | Expectations first | Akira Matsuda | 2014-08-18 | 1 | -6/+6 |
* | Merge pull request #16303 from rajcybage/removing_master | Yves Senn | 2014-07-28 | 1 | -0/+2 |
|\ |
|
| * | add comment to the empty each method for not removing it in future | Rajarshi Das | 2014-07-26 | 1 | -1/+2 |
|/ |
|
* | Display diagnostics in text format for xhr request | Vlad Bokov | 2014-04-14 | 1 | -1/+2 |
* | Append link to bad code to backtrace when exception is SyntaxError | Boris Kuznetsov | 2014-03-27 | 1 | -0/+35 |
* | Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi... | Guillermo Iguaran | 2013-11-02 | 1 | -6/+0 |
* | Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav... | Guillermo Iguaran | 2013-11-01 | 1 | -0/+6 |
|\ |
|
| * | Change ActionController::Parameters#require behavior when value is empty | Sebastian Sogamoso | 2013-03-11 | 1 | -0/+6 |
* | | Display exceptions in text format for xhr request | Kir Shatrov | 2013-08-22 | 1 | -0/+41 |
* | | Return a 405 response for unknown HTTP methods | Lewis Marshall | 2013-04-22 | 1 | -0/+6 |
|/ |
|
* | strong parameters exception handling | Brian Alexander | 2013-01-15 | 1 | -0/+6 |
* | display mountable engine routes on RoutingError. | Yves Senn | 2013-01-05 | 1 | -2/+20 |
* | Fix test for DebugExceptions due to template change | Guillermo Iguaran | 2012-12-31 | 1 | -1/+1 |
* | Add Missing Keys from Journey on failed URL format | schneems | 2012-08-28 | 1 | -0/+11 |
* | Raise ActionController::BadRequest for malformed parameter hashes. | Andrew White | 2012-05-20 | 1 | -0/+6 |
* | Removed unused assigns from ActionView::Template::Error | brainopia | 2012-01-20 | 1 | -1/+1 |
* | Remove other old compatibility constants | Carlos Antonio da Silva | 2012-01-17 | 1 | -2/+2 |
* | Warning removed "warning: (...) interpreted as grouped expression" | Arun Agrawal | 2011-12-16 | 1 | -1/+1 |
* | Close the response body on cascade pass, closes #3975. | José Valim | 2011-12-14 | 1 | -3/+22 |
* | log exception backtrace when all backtrace lines silenced | Sergey Nartimov | 2011-12-13 | 1 | -0/+13 |
* | Fix failing cascade exception. | José Valim | 2011-12-03 | 1 | -0/+9 |
* | Split and improve show and debug exceptions middlewares. | José Valim | 2011-12-01 | 1 | -0/+116 |