aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/view_paths.rb
Commit message (Collapse)AuthorAgeFilesLines
* adding missing require to fist railties testsAaron Patterson2011-08-091-0/+2
|
* deprecating process_view_pathsAaron Patterson2011-08-091-1/+1
|
* avoid object creation via useless duping and freezingAaron Patterson2011-08-091-3/+2
|
* Array#+ automatically dups, no double dupingAaron Patterson2011-08-091-2/+2
|
* 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
| | | | | | 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