aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/benchmarking.rb
Commit message (Expand)AuthorAgeFilesLines
* Use realtime to reduce garbage. [adymo]Michael Koziarski2008-02-291-1/+1
* Make sure render :update support the options hash. Closes #11088 [ernesto.ji...Michael Koziarski2008-02-121-3/+3
* Fix strange NoMemoryError on amd64. Closes #10442 [wrb]Jeremy Kemper2007-12-101-4/+5
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-2/+2
* Consistent public/protected/private visibility for chained methods. Closes #7...Jeremy Kemper2007-03-131-30/+30
* Added X-Runtime to all responses with the request run time [DHH] (rename from...David Heinemeier Hansson2007-02-171-7/+6
* Added X-Benchmark to all responses with the same benchmark data as goes into ...David Heinemeier Hansson2007-02-161-5/+10
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-1/+1
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-5/+2
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-2/+2
* Add render :update for inline RJSSam Stephenson2006-01-201-3/+3
* Dont log size of request, doesnt work well with procs, not that interestingDavid Heinemeier Hansson2005-09-281-1/+1
* Log request method and response size / status codeDavid Heinemeier Hansson2005-09-281-0/+1
* Fix fragment benchmark calls and limit timings to 5 decimalsDavid Heinemeier Hansson2005-09-061-1/+1
* Only do benchmarking if log level matches and log cachingDavid Heinemeier Hansson2005-09-061-3/+7
* Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...David Heinemeier Hansson2005-09-061-2/+26
* Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...Jamis Buck2005-08-231-1/+1
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-3/+3
* 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