aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/view_paths.rb
Commit message (Expand)AuthorAgeFilesLines
* Move variables to underscore format, update protected instance variables list.José Valim2011-05-061-1/+1
* Move prefixes to view paths as they are now a lookup context dependency.José Valim2011-05-041-0/+24
* Also allow prefixes as third argument to lookup context.José Valim2011-05-041-3/+1
* controller's prefixes are now added to LookupContext.Nick Sutterer2011-05-031-2/+5
* Change ActionView::ViewPathSet to ActionView::PathSetManuel Meurer2011-03-131-4/+4
* change rdoc to conform to api guidelinesJoost Baaij2010-08-251-7/+7
* class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-1/+2
* Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-121-5/+1
* 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