aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/deprecation
Commit message (Expand)AuthorAgeFilesLines
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-6/+0
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-11/+9
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-2/+0
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-2/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-11/+0
* Deprecation: remove deprecated url_for(:symbol, *args) and redirect_to(:symbo...Jeremy Kemper2007-03-131-12/+0
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-1/+1
* Silence log_error deprecation warnings from inspecting deprecated instance va...Jeremy Kemper2006-12-191-1/+7
* Another test that the deprecation spout is plugged.Jeremy Kemper2006-12-171-0/+11
* Deprecated old render parameter callsDavid Heinemeier Hansson2006-09-031-1/+12
* More deprecation funDavid Heinemeier Hansson2006-09-031-0/+32