Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8540 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Remove #{RAILS_ROOT} from template stack backtraces

Reported by: tpope Assigned to: bitsweat
Priority: normal Milestone: 1.x
Component: ActionPack Version: edge
Severity: minor Keywords: tiny RAILS_ROOT backtrace
Cc:

Description

Remove the literal '#{RAILS_ROOT}' from stack backtraces generated by template errors. This is more consistent with other backtraces in Rails, cleaner, and easier to parse.

Attachments

cleaner_template_backtraces.rb (0.6 kB) - added by tpope on 06/01/07 05:08:37.

Change History

06/01/07 05:08:37 changed by tpope

  • attachment cleaner_template_backtraces.rb added.

06/01/07 05:18:25 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [6923]) Remove RAILS_ROOT from backtrace paths. Closes #8540.