aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/view_paths_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed the deprecated ActionController#Base.template_root/= methods (use Act...David Heinemeier Hansson2007-09-091-10/+0
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-1/+1
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-151-1/+14
* Make ActionView#view_paths an attr_accessor for real this time. Also, don't ...Rick Olson2007-06-151-1/+14
* Fix issue with deprecation messing up #template_root= usage. Add #prepend_vi...Rick Olson2007-02-041-2/+3
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-0/+78