index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
exception_wrapper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a bug where the debug view does not show the error page properly
Yuki Nishijima
2019-01-24
1
-10
/
+14
*
Show nested exceptions on the debug view
Yuki Nishijima
2018-07-15
1
-2
/
+29
*
Create MissingExactTemplate exception with separate template
Vinicius Stock
2018-04-20
1
-5
/
+7
*
Help if Active Storage tables are missing
Claudio B
2017-12-21
1
-0
/
+1
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-6
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Deprecated ActionDispatch::ParamsParser::ParamsParser
Rafael Mendonça França
2016-10-10
1
-13
/
+13
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-35
/
+35
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-20
/
+20
*
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
1
-2
/
+2
*
Drop Action Controller require in ActionDispatch::ExceptionWrapper
Genadi Samokovarov
2016-02-29
1
-1
/
+0
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-7
/
+3
*
Typppo
Akira Matsuda
2015-09-21
1
-3
/
+3
*
ExceptionWrapper doesn't need to know about `env`
Aaron Patterson
2015-08-06
1
-7
/
+3
*
Handle param-parsing errors from Rack in ExceptionWrapper
Grey Baker
2015-06-12
1
-1
/
+3
*
require rack/utils in exception_wrapper
Andrew Lazarus
2015-02-12
1
-0
/
+1
*
Show proper traces on Windows for the error pages
Genadi Samokovarov
2015-02-01
1
-2
/
+8
*
Refactor debug view
Kir Shatrov
2014-12-02
1
-1
/
+0
*
Pretty-print request params on exception page
Kir Shatrov
2014-12-01
1
-0
/
+1
*
Merge pull request #17630 from gsamokovarov/exception-wrapper-source-extract
Guillermo Iguaran
2014-11-16
1
-2
/
+2
|
\
|
*
Rename #source_extract to #source_extracts in ExceptionWrapper
Genadi Samokovarov
2014-11-16
1
-2
/
+2
*
|
Don't double check trace origin in ExceptionWrapper#traces
Genadi Samokovarov
2014-11-16
1
-2
/
+6
|
/
*
Don't let #{application,framework,full}_trace be nil
Genadi Samokovarov
2014-11-16
1
-11
/
+13
*
Move DebugExceptions#traces_from_wrapper to ExceptionWrapper
Genadi Samokovarov
2014-11-03
1
-0
/
+22
*
ActionController::InvalidCrossOriginRequest fails with 422 instead of 500
Max Melentiev
2014-10-14
1
-10
/
+11
*
Retrieve source code for the entire stack trace
Ryan Dao
2014-08-08
1
-7
/
+10
*
Append link to bad code to backtrace when exception is SyntaxError
Boris Kuznetsov
2014-03-27
1
-0
/
+8
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...
Guillermo Iguaran
2013-11-02
1
-2
/
+1
*
Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...
Guillermo Iguaran
2013-11-01
1
-1
/
+2
|
\
|
*
Change ActionController::Parameters#require behavior when value is empty
Sebastian Sogamoso
2013-03-11
1
-1
/
+2
*
|
Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-1
/
+1
*
|
Merge pull request #9857 from yyyc514/bad_params_should_400
Aaron Patterson
2013-04-30
1
-0
/
+1
|
\
\
|
*
|
failure to parse params should trigger a 400 Bad Request
Josh Goebel
2013-03-21
1
-0
/
+1
|
|
/
*
/
Return a 405 response for unknown HTTP methods
Lewis Marshall
2013-04-22
1
-0
/
+1
|
/
*
strong parameters exception handling
Brian Alexander
2013-01-15
1
-1
/
+2
*
Suppress warning about IO#lines in Ruby 2.0
Ryunosuke SATO
2013-01-04
1
-1
/
+1
*
remove meaningless AS::FrozenObjectError
Akira Matsuda
2013-01-02
1
-1
/
+0
*
Add style to AV::Template::Error exception page
Guillermo Iguaran
2012-12-31
1
-1
/
+2
*
Add source extract to detailed exception page
Guillermo Iguaran
2012-12-31
1
-1
/
+21
*
log 404 status when ActiveRecord::RecordNotFound was raised (#7646)
Yves Senn
2012-09-17
1
-1
/
+5
*
Raise ActionController::BadRequest for malformed parameter hashes.
Andrew White
2012-05-20
1
-1
/
+2
*
Move require to where it's needed
Santiago Pastorino
2012-05-11
1
-1
/
+2
*
Raise a rescuable exception when Rails doesn't know what to do with the forma...
Steven Soroka
2012-05-06
1
-0
/
+1
*
Split ShowExceptions responsibilities in two middlewares.
José Valim
2011-12-01
1
-0
/
+1
*
Add an ExceptionWrapper that wraps an exception and provide convenience helpers.
José Valim
2011-12-01
1
-0
/
+77