Changeset 2688
- Timestamp:
- 10/19/05 15:56:21 (3 years ago)
- Files:
-
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_controller/templates/rescues/_trace.rhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/CHANGELOG
r2684 r2688 1 *SVN* 2 3 * Abbreviate RAILS_ROOT in traces 4 5 1 6 *1.10.1* (October 19th, 2005) 2 7 trunk/actionpack/lib/action_controller/templates/rescues/_trace.rhtml
r2677 r2688 5 5 ["Full Trace", @exception.clean_backtrace] 6 6 ] 7 if defined?(RAILS_ROOT) 8 traces.each { |name, trace| trace.map! { |p| p.gsub(/^#{RAILS_ROOT}/, '<b>#{RAILS_ROOT}</b>') } } 9 end 7 10 names = traces.collect {|name, trace| name} 8 11 %> 12 13 <p><code>RAILS_ROOT: <%= RAILS_ROOT %></code></p> 9 14 10 15 <div id="traces">