aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/rendering_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ActionController to use find_template and template_exists?Yehuda Katz + Carl Lerche2009-09-031-1/+5
|
* Extract finding the template in AC to it's own methodYehuda Katz + Carl Lerche2009-09-031-3/+5
|
* Caches and cache clearing seems to actually work, but the actual ↵Yehuda Katz2009-08-151-3/+14
| | | | architecture is kind of messy. Next: CLEAN UP.
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-1/+1
|
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-0/+156