aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderable_partial.rb
Commit message (Collapse)AuthorAgeFilesLines
* Changed ActiveSupport::Memoizable API to extend since it mainly adds the ↵Joshua Peek2008-07-181-1/+1
| | | | memoize class method
* memorize typoJoshua Peek2008-07-141-2/+2
|
* Include Memoizable in ActionView::TemplateJoshua Peek2008-07-141-9/+6
|
* Use sub instead of gsubTarmo Tänav2008-07-141-1/+1
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Eager load Partial variable_name and counter_name. Tidy up ↵Joshua Peek2008-07-141-4/+24
| | | | render_partial_collection.
* Refactor template preloading. New abstractions include Renderable mixins and ↵Joshua Peek2008-07-121-0/+19
a refactored Template class.