aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/benchmarking.rb
Commit message (Expand)AuthorAgeFilesLines
* 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