aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderable.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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