Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/benchmarking.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8958 [8958] 02/29/08 23:17:52 nzkoz Use realtime to reduce garbage. [adymo]
(edit) @8862 [8862] 02/12/08 22:42:36 nzkoz Make sure render :update support the options hash. Closes #11088
(edit) @8355 [8355] 12/10/07 02:45:13 bitsweat Fix strange NoMemoryError on amd64. Closes #10442 [wrb]
(edit) @7403 [7403] 09/03/07 00:18:30 nzkoz Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
(edit) @6396 [6396] 03/13/07 02:14:31 bitsweat Consistent public/protected/private visibility for chained methods. Closes …
(edit) @6157 [6157] 02/17/07 05:11:55 david Added X-Runtime to all responses with the request run time [DHH] (rename …
(edit) @6156 [6156] 02/16/07 21:13:02 david Added X-Benchmark to all responses with the same benchmark data as goes …
(edit) @4595 [4595] 07/08/06 18:14:49 bitsweat r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 Check whether @flash is …
(edit) @4312 [4312] 04/29/06 20:20:22 marcel Replace alias method chaining with Module#alias_method_chain. [Marcel …
(edit) @3580 [3580] 02/12/06 05:51:02 david Stopped the massive bleeding of concerns into ActionController::Base. Base …
(edit) @3441 [3441] 01/20/06 22:04:07 sam Add render :update for inline RJS
(edit) @2401 [2401] 09/28/05 20:03:31 david Dont log size of request, doesnt work well with procs, not that …
(edit) @2391 [2391] 09/28/05 08:43:17 david Log request method and response size / status code
(edit) @2142 [2142] 09/06/05 17:33:11 david Fix fragment benchmark calls and limit timings to 5 decimals
(edit) @2141 [2141] 09/06/05 17:07:08 david Only do benchmarking if log level matches and log caching
(edit) @2140 [2140] 09/06/05 16:48:18 david Added use_silence parameter to ActiveRecord::Base.benchmark that can be …
(edit) @2039 [2039] 08/23/05 09:43:36 minam Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is …
(edit) @1915 [1915] 07/24/05 16:45:39 david Improved performance of test app req/sec with ~10% refactoring the render …
(edit) @1716 [1716] 07/05/05 18:14:19 david Move URI to the end for greater overview
(edit) @1714 [1714] 07/05/05 17:23:41 david Changed logging of SQL statements to use the DEBUG level instead of INFO. …
(edit) @1371 [1371] 05/30/05 09:00:46 minam Make sure the benchmarking render method always returns the result of the …
(edit) @1350 [1350] 05/22/05 08:58:43 david Deprecated all render_* methods in favor of consolidating all rendering …
(edit) @1222 [1222] 04/19/05 09:57:15 david Fixed that rendering a template would require a connection to the database …
(edit) @1221 [1221] 04/19/05 09:54:10 david Fixed that rendering a template would require a connection to the database …
(edit) @1070 [1070] 04/02/05 09:31:58 david Fixed that benchmarking times for rendering included db runtimes #987
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.