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
/
templates
/
rescues
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add text template for source code
Tijmen Brommet
2015-11-03
2
-0
/
+8
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
2
-2
/
+2
*
Refactor debug view
Kir Shatrov
2014-12-02
1
-21
/
+2
*
Pretty-print request params on exception page
Kir Shatrov
2014-12-01
1
-1
/
+8
*
Show source view and backtrace on missing template errors
Genadi Samokovarov
2014-11-24
2
-0
/
+6
*
Rename #source_extract to #source_extracts in ExceptionWrapper
Genadi Samokovarov
2014-11-16
1
-5
/
+5
*
Don't let #{application,framework,full}_trace be nil
Genadi Samokovarov
2014-11-16
1
-20
/
+18
*
Show the user’s application in the source window and select the correct tra...
Byron Bischoff
2014-10-23
2
-2
/
+2
*
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
1
-1
/
+1
*
this should be accessing the hash, not calling a method
Aaron Patterson
2014-08-13
1
-1
/
+1
*
Retrieve source code for the entire stack trace
Ryan Dao
2014-08-08
6
-59
/
+67
*
Display diagnostics in text format for xhr request
Vlad Bokov
2014-04-14
2
-0
/
+9
*
Display exceptions in text format for xhr request
Kir Shatrov
2013-08-22
12
-0
/
+63
*
Escape the message of an exception in debug_exceptions to avoid bad rendering
Adrien Siami
2013-08-21
5
-5
/
+5
*
Add styling to h1
Tim Krajcar
2013-05-02
1
-0
/
+6
*
Use camelize instead of capitalize on error screen
Nikolay Shebanov
2013-04-10
1
-1
/
+1
*
change array of array to hash
Vipul A M
2013-04-09
1
-6
/
+4
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
1
-1
/
+1
*
Change useless tr to gsub
robertomiranda
2013-03-06
1
-2
/
+2
*
change useless gsub to tr
robertomiranda
2013-03-05
2
-3
/
+3
*
Return false on toggle on error pages
Bartlomiej Kozal
2013-02-17
2
-6
/
+7
*
Move table routes formatter class to the inspector and rename it
Carlos Antonio da Silva
2013-01-06
1
-1
/
+1
*
Close container div tag in routing error page
Carlos Antonio da Silva
2013-01-05
1
-9
/
+11
*
Move style to head to make routes page valid html5
Carlos Antonio da Silva
2013-01-05
1
-0
/
+2
*
display mountable engine routes on RoutingError.
Yves Senn
2013-01-05
1
-2
/
+2
*
Remove unnecessary `ERB::Util::h`
Ryunosuke SATO
2013-01-05
7
-17
/
+17
*
move error page js into script tag
Gosha Arinich
2013-01-04
3
-5
/
+27
*
fix env toggling, improve error page styling
Gosha Arinich
2013-01-03
2
-12
/
+10
*
Fixing closing </p>
Guillermo Iguaran
2013-01-02
1
-1
/
+1
*
Fix a number of validation/style errors:
Sam Ruby
2013-01-02
2
-8
/
+7
*
Merge pull request #8688 from goshakkk/error-page-toggle
Guillermo Iguaran
2013-01-02
1
-3
/
+3
|
\
|
*
allow toggling dumps instead of just showing
Gosha Arinich
2013-01-02
1
-3
/
+3
*
|
Cleanup some unnecessary CSS on the new error page and reformat some lines.
Lucas Mazza
2013-01-02
1
-12
/
+13
*
|
add source line padding
Gosha Arinich
2013-01-02
1
-0
/
+4
|
/
*
Fix indent in UnknownAction template
Guillermo Iguaran
2013-01-01
1
-1
/
+1
*
Summary and Details HTML elements aren't supported in all modern browsers
Guillermo Iguaran
2012-12-31
2
-12
/
+12
*
Add style to AV::Template::Error exception page
Guillermo Iguaran
2012-12-31
1
-13
/
+40
*
Improve line-height to have better line spacing in exception message
Guillermo Iguaran
2012-12-31
1
-0
/
+1
*
Add new style to Routing Error page
Guillermo Iguaran
2012-12-31
1
-19
/
+22
*
Styling for exception page
Guillermo Iguaran
2012-12-31
6
-29
/
+150
*
Add source extract to detailed exception page
Guillermo Iguaran
2012-12-31
2
-0
/
+9
*
Format routes as html on debug page
schneems
2012-12-17
1
-1
/
+3
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
3
-5
/
+5
*
show routes while debugging RoutingError
schneems
2012-07-07
1
-2
/
+8
*
Try to convert object passed to debug_hash to hash
Piotr Sarnacki
2012-05-05
1
-2
/
+2
*
Add backtrace to development routing error page
schneems
2012-05-02
1
-1
/
+3
*
add help text to routing error
schneems
2011-12-17
1
-8
/
+13
*
CSS fix to prevent error output from being breaking out of body element.
Olivier Lacan
2011-11-03
1
-0
/
+1
*
Don't pluralize, camelize.
José Valim
2011-05-06
1
-1
/
+1
*
Only show dump of regular env methods on exception screen (not all the rack c...
David Heinemeier Hansson
2011-05-04
1
-1
/
+1
[next]