aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples
Commit message (Expand)AuthorAgeFilesLines
* Some small optimizations and improvements to benchmark code.José Valim2011-12-081-1/+4
* Add performance scripts from wycats/rails-simple-benches to actionpack.José Valim2011-12-089-0/+216
* Remove submoduleYehuda Katz2009-08-111-0/+0
* Made benchmarks submodule so it's easier to keep in syncYehuda Katz2009-08-1111-219/+0
* Make large_collection 1,000 partialsYehuda Katz2009-08-111-10/+10
* Further experimentation. Was able to cut the cost of rendering 100 partials i...Yehuda Katz2009-08-112-2/+14
* Add a few more benchesYehuda Katz2009-08-111-0/+12
* This change causes some failing tests, but it should be possible to make them...Yehuda Katz2009-08-111-2/+4
* Make bench harness produce output that is easier to compareYehuda Katz2009-08-091-11/+21
* Updates to benchmark harness.Yehuda Katz2009-08-091-2/+23
* Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.Yehuda Katz2009-08-091-5/+14
* Support a warmup for JRubyYehuda Katz2009-08-091-7/+6
* Update minimal.rb to benchmark partialsYehuda Katz2009-08-096-5/+50
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-2/+2
* rename ActionController::Http to ActionController::Metal at Josh's suggestionYehuda Katz2009-08-062-6/+4
* Replace _action_view with view_context to reflect that it is public and that ...Yehuda Katz2009-08-061-1/+1
* replace _render_*_from_controller with render_* as they are intended to be pu...Yehuda Katz2009-08-061-1/+1
* Add some simple examples for unconventional AMo and AP useYehuda Katz2009-07-194-0/+53
* add a metal to minimal examples for comparisonJeremy Kemper2009-05-271-6/+11
* Compare Base with HttpJeremy Kemper2009-05-241-13/+24
* runner classJeremy Kemper2009-05-231-16/+24
* Fewer runs by defaultJeremy Kemper2009-05-211-1/+1
* Minimal base/new_base comparisonJeremy Kemper2009-05-142-17/+34
* Simple example for require profilingJeremy Kemper2009-05-141-0/+17
* The examples are outdated and misleadingDavid Heinemeier Hansson2007-09-0919-455/+0
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-1/+1
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-215-0/+109
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-205-109/+0
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-044-4/+4
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-073-9/+9
* Deprecation! @session and @flash will be removed after 1.2. Use the session a...Jeremy Kemper2006-08-071-2/+2
* InitialDavid Heinemeier Hansson2004-11-2414-0/+455