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
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
..
http
journey
middleware Don't let #{application,framework,full}_trace be nil 2014-11-16 17:17:06 +02:00
request
routing
testing Remove session to allow with_routing to be called twice. 2014-11-05 23:38:02 +08:00
journey.rb
railtie.rb
routing.rb