This project is archived and is in readonly mode.
Instrument ActionController rendering begin and end time
Reported by Hongli Lai | April 24th, 2010 @ 11:38 AM | in 3.0.2
The ActionController instrumentation system currently logs the view rendering duration, but not the begin and end time points. I need this information for a plugin. I suppose I can add this functionality by monkey patching things but Rails 3 seems to be moving away from monkey patching, so I'm submitting this patch.
Comments and changes to this ticket
-
José Valim April 24th, 2010 @ 12:15 PM
- Milestone cleared.
- State changed from new to invalid
You just need to create a module that measures view_begin and view_end for you and include it in AC::Base.
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>