aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/action_pack_assertions_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* _ is not a valid scheme name character, \w includes it and also is redundant ...Emilio Tagua2010-09-291-0/+7
* Use instance_variable_defined? instead instance_variable_get in tests.Emilio Tagua2010-09-281-2/+2
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-1/+1
* Cleanup Action Dispatch assertions testsCarlos Antonio da Silva2010-09-061-108/+37
* Cleanup deprecations in Action DispatchCarlos Antonio da Silva2010-09-061-21/+6
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-11/+8
* Remove assert_valid. It was already deprecated on Rails 2.3.José Valim2010-07-191-15/+0
* move assert_template tests to their own test case [#4501 state:resolved]David Chelimsky2010-05-031-41/+46
* Eliminate false positives when passing symbols to assert_templateDavid Chelimsky2010-05-031-4/+25
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-3/+5
* Remove unneeded AV::Base and AV::Template monkey-patchesCarlhuda2010-03-171-3/+2
* No longer add missing leading / on path args to assert_redirected_to. Depreca...Jeremy Kemper2010-03-021-2/+4
* Remove implicit controller namespacing from new dslJoshua Peek2010-02-281-3/+6
* WIP: Remove the global routerCarlhuda2010-02-251-3/+6
* Use new routing dsl in testsJoshua Peek2009-12-081-11/+11
* Fix isolated running of ActionPackAssertionTestJoshua Peek2009-09-061-0/+1
* Track all AC base subclasses as possible controllers for internal testingJoshua Peek2009-08-251-8/+0
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-6/+2
* Fix pending test about content-typeYehuda Katz + Carl Lerche2009-06-171-5/+19
* Make assertion tests pass with the new basePratik Naik2009-05-221-3/+3
* Add tests for assert_template :templateMike Breen2009-05-171-0/+23
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-1/+1
* Deprecate assert_redirect_to's partial hash matchingJoshua Peek2009-05-021-3/+5
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-8/+14
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-6/+6
* Deprecate response.redirect_url_match?, use assert_match instead.Joshua Peek2009-04-261-4/+6
* Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+2
* Rename AbstractResponse to Response and inheirt from Rack::ResponseJoshua Peek2008-12-191-3/+3
* Add :partial option to assert_template [#1550 state:resolved]mark2008-12-111-3/+3
* Deprecate assert_validJoshua Peek2008-11-251-2/+2
* Add TestResponse#client_error? to check for 4xx status codes [#851 state:reso...Lance Ivy2008-11-221-0/+6
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-15/+11
* Made ActionView::Base#first_render a little more private. And added _last_ren...Joshua Peek2008-07-131-3/+3
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-8/+0
* Simplify the implementation of assert_redirected_to to normalise the urls bef...Michael Koziarski2008-07-041-6/+4
* Remove old broken follow_redirect from functional tests. Still works in inte...Michael Koziarski2008-07-041-16/+0
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-3/+2
* Fix assert_redirected_to for nested controllers and named routesGabe da Silveira2008-06-041-3/+20
* Test for assert_response for failure response without an exception. [#141 sta...Chris Hapgood2008-05-191-0/+14
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* assert_response failures include the exception message. Closes #10688.Jeremy Kemper2008-01-051-0/+18
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...Jeremy Kemper2007-10-071-0/+13
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-12/+12
* Add ActionController::Routing::Helpers, a module to contain common URL helper...Nicholas Seckar2007-05-121-1/+1
* Deprecation: remove deprecated redirect methods.Jeremy Kemper2007-03-131-1/+1
* Fix tests depending too deepDavid Heinemeier Hansson2007-02-191-4/+4
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-1/+1
* Remove deprecated assertions.Jeremy Kemper2007-01-281-130/+0
* Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...Rick Olson2006-12-251-1/+23
* Merge [5645] from 1.2.Jeremy Kemper2006-11-281-4/+6