aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/views
Commit message (Collapse)AuthorAgeFilesLines
* Add performance scripts from wycats/rails-simple-benches to actionpack.José Valim2011-12-088-0/+34
|
* Remove submoduleYehuda Katz2009-08-111-0/+0
|
* Made benchmarks submodule so it's easier to keep in syncYehuda Katz2009-08-119-37/+0
|
* Further experimentation. Was able to cut the cost of rendering 100 partials ↵Yehuda Katz2009-08-111-0/+12
| | | | | | | | | | in a collection in half. To discuss: What are the desired semantics (if any) for layouts in a collection. There are no tests for it at present, and I'm not sure if it's needed at all. Deprecated on this branch: `object` pointing at the current object in partials. You can still use the partial name, or use :as to achieve the same thing. This is obviously up for discussion.
* Update minimal.rb to benchmark partialsYehuda Katz2009-08-095-1/+23
|
* Add some simple examples for unconventional AMo and AP useYehuda Katz2009-07-193-0/+3