| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] | Michael Koziarski | 2007-09-03 | 1 | -2/+2 |
* | Consistent public/protected/private visibility for chained methods. Closes #7... | Jeremy Kemper | 2007-03-13 | 1 | -30/+30 |
* | Added X-Runtime to all responses with the request run time [DHH] (rename from... | David Heinemeier Hansson | 2007-02-17 | 1 | -7/+6 |
* | Added X-Benchmark to all responses with the same benchmark data as goes into ... | David Heinemeier Hansson | 2007-02-16 | 1 | -5/+10 |
* | r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -1/+1 |
* | Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ... | Marcel Molina | 2006-04-29 | 1 | -5/+2 |
* | Stopped the massive bleeding of concerns into ActionController::Base. Base no... | David Heinemeier Hansson | 2006-02-12 | 1 | -2/+2 |
* | Add render :update for inline RJS | Sam Stephenson | 2006-01-20 | 1 | -3/+3 |
* | Dont log size of request, doesnt work well with procs, not that interesting | David Heinemeier Hansson | 2005-09-28 | 1 | -1/+1 |
* | Log request method and response size / status code | David Heinemeier Hansson | 2005-09-28 | 1 | -0/+1 |
* | Fix fragment benchmark calls and limit timings to 5 decimals | David Heinemeier Hansson | 2005-09-06 | 1 | -1/+1 |
* | Only do benchmarking if log level matches and log caching | David Heinemeier Hansson | 2005-09-06 | 1 | -3/+7 |
* | Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe... | David Heinemeier Hansson | 2005-09-06 | 1 | -2/+26 |
* | Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro... | Jamis Buck | 2005-08-23 | 1 | -1/+1 |
* | Improved performance of test app req/sec with ~10% refactoring the render met... | David Heinemeier Hansson | 2005-07-24 | 1 | -3/+3 |
* | Move URI to the end for greater overview | David Heinemeier Hansson | 2005-07-05 | 1 | -1/+2 |
* | Changed logging of SQL statements to use the DEBUG level instead of INFO. Add... | David Heinemeier Hansson | 2005-07-05 | 1 | -1/+1 |
* | Make sure the benchmarking render method always returns the result of the ren... | Jamis Buck | 2005-05-30 | 1 | -1/+5 |
* | Deprecated all render_* methods in favor of consolidating all rendering behav... | David Heinemeier Hansson | 2005-05-22 | 1 | -3/+3 |
* | Fixed that rendering a template would require a connection to the database #1146 | David Heinemeier Hansson | 2005-04-19 | 1 | -3/+6 |
* | Fixed that rendering a template would require a connection to the database #1146 | David Heinemeier Hansson | 2005-04-19 | 1 | -2/+2 |
* | Fixed that benchmarking times for rendering included db runtimes #987 [skaes@... | David Heinemeier Hansson | 2005-04-02 | 1 | -4/+10 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+49 |