aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/view_paths.rb
Commit message (Collapse)AuthorAgeFilesLines
* class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-1/+2
| | | | | | If you are setting a hash or an array in class_attribute or you need to freeze it, to ensure people won't modify it in place or you need to dup it on inheritance.
* Allow anything that responds to render to be given as :template and use ↵José Valim2010-03-121-5/+1
| | | | find_template instead of find in views.
* Optimize and clean up how details key get expired.José Valim2010-03-101-1/+2
|
* Clean LookupContext API.José Valim2010-03-081-2/+5
|
* Move ViewPaths module to its own file.José Valim2010-03-081-0/+69