aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderable.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor template preloading. New abstractions include Renderable mixins and ↵Joshua Peek2008-07-121-20/+61
| | | | a refactored Template class.
* Changed ActionView::TemplateHandler#render API method signature to ↵Joshua Peek2008-07-111-1/+1
| | | | render(template, local_assigns = {})
* Added local assign keys to compiled method name so two threads evaluating ↵Joshua Peek2008-07-061-1/+7
| | | | the same template with different locals don't step on top of each other
* Lookup compiled methods in CompiledTemplates instance methods set instead of ↵Joshua Peek2008-07-051-4/+3
| | | | using a "methods_names" hash
* Moved complied method name logic into RenderableJoshua Peek2008-07-051-0/+4
|
* Renamed Renderer to RenderableJoshua Peek2008-07-051-0/+29