This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4dcd8f01afe5800baa67bbdf72832afb0d627755
rails
/
actionpack
/
lib
/
action_controller
/
templates
/
rescues
History
Joshua Peek
731dcd8404
Silence server backtrace in rescue templates and log files. Also remove some noise from missing template errors.
2008-12-05 11:24:28 -06:00
..
_request_and_response.erb
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH]
2007-04-28 15:57:29 +00:00
_trace.erb
Remove ERB trim variables from trace template in case ActionView::Base.erb_trim_mode is changed in the application.
Closes
#10098
[tpope, kampers]
2008-02-07 17:06:53 +00:00
diagnostics.erb
Silence server backtrace in rescue templates and log files. Also remove some noise from missing template errors.
2008-12-05 11:24:28 -06:00
layout.erb
Make rescue template xhtml compatible [Sam Ruby] [
#415
status:resolved]
2008-06-13 23:23:44 +01:00
missing_template.erb
Apply the rest of Chads patch
2007-02-21 00:29:44 +00:00
routing_error.erb
Apply the rest of Chads patch
2007-02-21 00:29:44 +00:00
template_error.erb
Silence server backtrace in rescue templates and log files. Also remove some noise from missing template errors.
2008-12-05 11:24:28 -06:00
unknown_action.erb
Apply the rest of Chads patch
2007-02-21 00:29:44 +00:00