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
Alex Ghiculescu 203032dd76 Fix incorrect line number if a helper_method errors
Currently if you use `helper_method` to define a method, and inside that method you get an error, the backtrace is off by one line.

This PR fixes that so that the backtrace now points to the line where you called `helper_method`.
2022-05-17 15:41:28 -05:00
..
abstract_controller Fix incorrect line number if a helper_method errors 2022-05-17 15:41:28 -05:00
action_controller Include the unexpected class in InvalidParameterKey message 2022-05-14 17:03:49 -04:00
action_dispatch Don't change the encoding of frozen parameters 2022-05-12 09:21:08 -04:00
action_pack Fix #version docs and some typos 2022-03-16 01:48:37 +05:30
abstract_controller.rb Eager load controllers view_context_class 2022-03-02 08:47:54 +01:00
action_controller.rb Add missing require of action_controller/metal/exceptions to action_controller 2022-04-22 19:34:25 +03:00
action_dispatch.rb Fix eager loading of ActionDispatch::Routing 2022-03-04 17:41:36 +01:00
action_pack.rb Bump license years to 2022 [ci-skip] 2022-01-01 15:22:15 +09:00