1. 14 7月, 2014 1 次提交
    • G
      Stash original path in `ShowExceptions` middleware · f49d20ef
      Grey Baker 提交于
      `ActionDispatch::ShowExceptions` overwrites `PATH_INFO` with the status code
      for the exception defined in `ExceptionWrapper`, so the path the user was
      visiting when an exception occurred was not previously available to any custom
      exceptions_app.
      
      The original `PATH_INFO` is now stashed in
      `env["action_dispatch.original_path"]`.
      f49d20ef
  2. 13 7月, 2014 4 次提交
  3. 12 7月, 2014 12 次提交
  4. 11 7月, 2014 16 次提交
  5. 10 7月, 2014 7 次提交