aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderable_partial.rb
Commit message (Collapse)AuthorAgeFilesLines
* Check for uninitialized instance variablesJeremy Kemper2008-09-081-8/+10
|
* Deprecated implicit local assignments when rendering partialsJoshua Peek2008-08-281-2/+8
|
* Require missing libraries and check for defined ActionController constant so ↵Joshua Peek2008-08-261-1/+5
| | | | ActionView can be used standalone
* 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.