aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/action_pack_assertions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-291-68/+68
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-3/+3
* deprecated assertions testsJeremy Kemper2006-09-041-33/+51
* Fix assert_redirected_to issue with named routes for module controllers. [Ri...Rick Olson2006-08-131-0/+22
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-1/+1
* Added support for Mime objects in render :content_type option [DHH]David Heinemeier Hansson2006-06-021-0/+10
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-011-7/+9
* Fix assert_redirected_to tests according to real-world usage.Rick Olson2006-04-251-3/+15
* Diff compared options with #assert_redirected_to [Rick]Rick Olson2006-04-221-5/+33
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-131-1/+3
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-12/+13
* Value of full_messages on stubbed out AR instances should be an Array.Marcel Molina2005-12-261-2/+2
* added assert_valid to APTobias Lütke2005-10-161-1/+51
* Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...Jamis Buck2005-08-061-0/+10
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-1/+1
* Fix test broken by [1648]Jamis Buck2005-07-041-1/+1
* Fixed assert_redirected_to to handle absolute controller paths properly #1472...David Heinemeier Hansson2005-06-271-4/+23
* Fixed that Functional tests do not set request.path_parameters properly #1512...David Heinemeier Hansson2005-06-261-1/+10
* Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...David Heinemeier Hansson2005-05-221-2/+2
* Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas Seckar]David Heinemeier Hansson2005-05-191-1/+16
* Deprecated the majority of all the testing assertions and replaced them with ...David Heinemeier Hansson2005-04-171-2/+1
* Added a much improved Flash module that allows for finer-grained control on e...David Heinemeier Hansson2005-03-201-2/+1
* Fixed that assert_template_xpath_matches did not indicate when a path was not...David Heinemeier Hansson2005-02-181-0/+7
* Stringify the parameters on follow_redirectDavid Heinemeier Hansson2005-02-121-1/+3
* Added follow_redirect method for functional tests that'll get-request the red...David Heinemeier Hansson2005-02-121-0/+19
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Killed the out of place alias and made sure you can use the different HTTP me...David Heinemeier Hansson2004-12-081-0/+12