aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples
Commit message (Collapse)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 ↵Yehuda Katz2009-08-112-2/+14
| | | | | | | | | | 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.
* Add a few more benchesYehuda Katz2009-08-111-0/+12
|
* This change causes some failing tests, but it should be possible to make ↵Yehuda Katz2009-08-111-2/+4
| | | | them pass with minimal performance impact.
* 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
| | | | it does not need to be an ActionView instance
* replace _render_*_from_controller with render_* as they are intended to be ↵Yehuda Katz2009-08-061-1/+1
| | | | public
* 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
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7424 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7403 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-215-0/+109
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6180 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml ↵David Heinemeier Hansson2007-02-205-109/+0
| | | | | | and .rxml extensions [Chad Fowler]. This is done to separate the renderer from the mime type. .erb templates are often used to render emails, atom, csv, whatever. So labeling them .rhtml doesn't make too much sense. The same goes for .rxml, which can be used to build everything from HTML to Atom to whatever. .rhtml and .rxml will continue to work until Rails 3.0, though. So this is a slow phasing out. All generators and examples will start using the new aliases, though. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6178 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Allow Controllers to have multiple view_paths instead of a single ↵Rick Olson2007-02-044-4/+4
| | | | | | template_root. Closes #2754 [John Long] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6120 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Deprecate direct usage of @params. Update ActionView::Base for instance var ↵Jeremy Kemper2006-08-073-9/+9
| | | | | | deprecation. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4715 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Deprecation! @session and @flash will be removed after 1.2. Use the session ↵Jeremy Kemper2006-08-071-2/+2
| | | | | | and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4699 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* InitialDavid Heinemeier Hansson2004-11-2414-0/+455
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4 5ecf4fe2-1ee6-0310-87b1-e25e094e27de