aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/view_paths_test.rb
Commit message (Expand)AuthorAgeFilesLines
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-7/+1
* controller's prefixes are now added to LookupContext.Nick Sutterer2011-05-031-0/+4
* rename test case to better describe use caseDavid Chelimsky2011-04-251-6/+6
* ActionView::PathSet# accepts String or ArrayDavid Chelimsky2011-04-131-0/+29
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Fixes test ordering bug (ht: evan)wycats2010-03-041-0/+3
* Convert to class_attributeJeremy Kemper2010-02-011-2/+2
* Fix the */* with Net::HTTP bug [#3100 state:resolved]Yehuda Katz + Carl Lerche2009-09-011-1/+1
* Remove a no-op from view path tests and removed a Symbol#to_procCarl Lerche2009-05-261-2/+2
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-20/+29
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-1/+1
* Silence server backtrace in rescue templates and log files. Also remove some ...Joshua Peek2008-12-051-13/+13
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-1/+1
* Extract ActiveSupport::TypedArray class to ensure an array is all of the same...Joshua Peek2008-07-221-8/+2
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-2/+0
* Removed a few implementation specific view path testsJoshua Peek2008-07-121-14/+0
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-23/+21
* Consolidate CustomHandlerTest, TemplateFileTest, and TemplateObjectTest and t...Joshua Peek2008-06-251-15/+15
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-43/+68
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-4/+2
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-2/+4
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-4/+2
* Ensure that the tests use the instance-level view-paths correctly. Closes #1...Michael Koziarski2008-01-161-6/+11
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Add #prepend_view_path and #append_view_path instance methods on ActionContro...Rick Olson2007-11-261-2/+26
* Fix Tests broken in [8134]Michael Koziarski2007-11-141-0/+2
* Simplfy #view_paths implementation. ActionView templates get the exact objec...Rick Olson2007-10-261-4/+20
* 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