aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Reset request.parameters after assigning params for functional testsJeremy Kemper2010-06-061-2/+4
* Memoizing methods on request means we need to clear them out on recycle!wycats2010-06-041-3/+3
* Eliminate false positives when passing symbols to assert_templateDavid Chelimsky2010-05-031-1/+2
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-4/+4
* extract ActionController::TestCase::BehaviorDavid Chelimsky2010-04-261-126/+133
* allow unsubscribe by name or subscription [#4433 state:resolved]David Chelimsky2010-04-241-0/+1
* Fix missing dependency on Hash#to_querySantiago Pastorino2010-04-141-0/+1
* Add accessors for request and response so tests don't have to mess with inter...Michael Koziarski2010-04-091-0/+2
* Consistent routing languageJoshua Peek2010-03-301-5/+5
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Get modules back into integration testsCarlhuda2010-03-171-1/+0
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-0/+20
* Mark bang instrumentations as something that you shuold not be listening to.José Valim2010-03-171-2/+2
* Modify assert_template to use instrumentationCarlhuda2010-03-171-0/+82
* RouteSet#rewrite => url_forJoshua Peek2010-03-091-1/+1
* Move AC::UrlRewriter onto route setJoshua Peek2010-03-091-17/+16
* Get rid of the instance-level URL rewriterwycats2010-03-091-2/+6
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-8/+14
* Change the API for setting global options for #url_for to self.url_options = ...Carlhuda2010-02-261-1/+1
* Continued effort to deglobalize the routerCarlhuda2010-02-251-1/+1
* WIP: Remove the global routerCarlhuda2010-02-251-5/+5
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
* Move Flash into middlewareJoshua Peek2010-01-151-1/+3
* Controller tests should always require view tests since they add behavior con...Jeremy Kemper2010-01-041-0/+1
* Autoload AS test caseJoshua Peek2010-01-041-1/+0
* Autoload AC and AV test case classesJoshua Peek2010-01-041-1/+0
* Allow autoloads to opt out of eager loadingJoshua Peek2009-12-121-1/+0
* TestProcess belongs in ADJoshua Peek2009-12-121-2/+1
* Reorganize autoloads:Carlhuda2009-12-021-0/+348
* Reorganize ActionController folder structureJoshua Peek2009-01-271-199/+0
* Take care not to mix in public methodsJeremy Kemper2009-01-071-9/+10
* Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-071-0/+3
* Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...Joshua Peek2008-12-201-4/+1
* Ensure integration test is load in script/console [#1452 state:resolved]Joshua Peek2008-11-241-1/+0
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-31/+26
* Remove controller assertions from Test::Unit::TestCase. Use ActionController:...Jeremy Kemper2008-11-071-1/+58
* Make sure named routes with parameters can be used in tests before a request ...Eloy Duran2008-10-131-0/+3
* Ensure rescue_from handlers are respected inside tests. [#835 state:resolved]Pratik Naik2008-10-041-1/+1
* Merge docrails changesPratik Naik2008-07-281-12/+50
* Merge with docrails.Pratik Naik2008-07-161-0/+23
* Added ActionController::TestCase#rescue_action_in_public! to control whether ...David Heinemeier Hansson2008-04-271-2/+21
* Allow using named routes in ActionController::TestCase before any request has...Pratik Naik2008-03-081-2/+2
* Make the non inferrable controller message a little friendlier. [Koz]Michael Koziarski2008-01-301-1/+7
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-20/+12
* Ensure that test case setup is run even if overridden. Closes #10382.Jeremy Kemper2007-12-281-3/+16
* When a NonInferrableControllerError is raised, make the proposed fix clearer ...Marcel Molina2007-12-051-1/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+53