Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some small optimizations and improvements to benchmark code. | José Valim | 2011-12-08 | 1 | -1/+4 |
| | |||||
* | Add performance scripts from wycats/rails-simple-benches to actionpack. | José Valim | 2011-12-08 | 9 | -0/+216 |
| | |||||
* | Remove submodule | Yehuda Katz | 2009-08-11 | 1 | -0/+0 |
| | |||||
* | Made benchmarks submodule so it's easier to keep in sync | Yehuda Katz | 2009-08-11 | 11 | -219/+0 |
| | |||||
* | Make large_collection 1,000 partials | Yehuda Katz | 2009-08-11 | 1 | -10/+10 |
| | |||||
* | Further experimentation. Was able to cut the cost of rendering 100 partials ↵ | Yehuda Katz | 2009-08-11 | 2 | -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 benches | Yehuda Katz | 2009-08-11 | 1 | -0/+12 |
| | |||||
* | This change causes some failing tests, but it should be possible to make ↵ | Yehuda Katz | 2009-08-11 | 1 | -2/+4 |
| | | | | them pass with minimal performance impact. | ||||
* | Make bench harness produce output that is easier to compare | Yehuda Katz | 2009-08-09 | 1 | -11/+21 |
| | |||||
* | Updates to benchmark harness. | Yehuda Katz | 2009-08-09 | 1 | -2/+23 |
| | |||||
* | Went from 25% slower partials (vs. 2.3) to 10% faster. More to come. | Yehuda Katz | 2009-08-09 | 1 | -5/+14 |
| | |||||
* | Support a warmup for JRuby | Yehuda Katz | 2009-08-09 | 1 | -7/+6 |
| | |||||
* | Update minimal.rb to benchmark partials | Yehuda Katz | 2009-08-09 | 6 | -5/+50 |
| | |||||
* | Renamed presenter to renderer, added some documentation and defined its API. | José Valim | 2009-08-07 | 1 | -2/+2 |
| | |||||
* | rename ActionController::Http to ActionController::Metal at Josh's suggestion | Yehuda Katz | 2009-08-06 | 2 | -6/+4 |
| | |||||
* | Replace _action_view with view_context to reflect that it is public and that ↵ | Yehuda Katz | 2009-08-06 | 1 | -1/+1 |
| | | | | it does not need to be an ActionView instance | ||||
* | replace _render_*_from_controller with render_* as they are intended to be ↵ | Yehuda Katz | 2009-08-06 | 1 | -1/+1 |
| | | | | public | ||||
* | Add some simple examples for unconventional AMo and AP use | Yehuda Katz | 2009-07-19 | 4 | -0/+53 |
| | |||||
* | add a metal to minimal examples for comparison | Jeremy Kemper | 2009-05-27 | 1 | -6/+11 |
| | |||||
* | Compare Base with Http | Jeremy Kemper | 2009-05-24 | 1 | -13/+24 |
| | |||||
* | runner class | Jeremy Kemper | 2009-05-23 | 1 | -16/+24 |
| | |||||
* | Fewer runs by default | Jeremy Kemper | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | Minimal base/new_base comparison | Jeremy Kemper | 2009-05-14 | 2 | -17/+34 |
| | |||||
* | Simple example for require profiling | Jeremy Kemper | 2009-05-14 | 1 | -0/+17 |
| | |||||
* | The examples are outdated and misleading | David Heinemeier Hansson | 2007-09-09 | 19 | -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 Koziarski | 2007-09-03 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7403 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Apply the rest of Chads patch | David Heinemeier Hansson | 2007-02-21 | 5 | -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 Hansson | 2007-02-20 | 5 | -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 Olson | 2007-02-04 | 4 | -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 Kemper | 2006-08-07 | 3 | -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 Kemper | 2006-08-07 | 1 | -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 | ||||
* | Initial | David Heinemeier Hansson | 2004-11-24 | 14 | -0/+455 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |