aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/benchmarking.rb
Commit message (Expand)AuthorAgeFilesLines
* Move URI to the end for greater overviewDavid Heinemeier Hansson2005-07-051-1/+2
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-051-1/+1
* Make sure the benchmarking render method always returns the result of the ren...Jamis Buck2005-05-301-1/+5
* Deprecated all render_* methods in favor of consolidating all rendering behav...David Heinemeier Hansson2005-05-221-3/+3
* Fixed that rendering a template would require a connection to the database #1146David Heinemeier Hansson2005-04-191-3/+6
* Fixed that rendering a template would require a connection to the database #1146David Heinemeier Hansson2005-04-191-2/+2
* Fixed that benchmarking times for rendering included db runtimes #987 [skaes@...David Heinemeier Hansson2005-04-021-4/+10
* InitialDavid Heinemeier Hansson2004-11-241-0/+49