1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/middleware/templates
Genadi Samokovarov e05714fdbc Don't let #{application,framework,full}_trace be nil
Those three can be nil when exception backtrace is nil. This happens and
that forced a couple of nil guards in the code. I'm proposing to make
those always return an array, even on nil backtrace.
2014-11-16 17:17:06 +02:00
..
rescues Don't let #{application,framework,full}_trace be nil 2014-11-16 17:17:06 +02:00
routes Escape user input before showing in the page. 2014-05-26 15:58:51 -03:00