aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* remove implicit primary actions - more pain than gain. test collection actio...Jeremy Kemper2006-09-141-23/+36
* Add chained replace/update support for assert_select_rjs [Rick Olson]Rick Olson2006-09-141-0/+27
* Make sure that formatted routes for all verbs are created. Still needs to res...David Heinemeier Hansson2006-09-131-6/+5
* Skip params with empty names, such as the &=Save query string from <input typ...Jeremy Kemper2006-09-121-2/+11
* Fix assert_tag so that :content => "foo" does not match substrings, but only ...Jamis Buck2006-09-101-2/+9
* Add test case to test attribute matching by assert_tagJamis Buck2006-09-091-0/+10
* Update UrlWriter to support :only_path.Nicholas Seckar2006-09-061-2/+24
* added passing test for using partials with an xml builderRick Olson2006-09-061-0/+9
* Backed out of locals hash as it caused trouble with Builder, see ticket for moreDavid Heinemeier Hansson2006-09-061-22/+0
* Superseeded by action_caching_test (closes #5173)David Heinemeier Hansson2006-09-041-74/+0
* Fixed default routing NoMethodError downcase for nil when default controller ...David Heinemeier Hansson2006-09-041-0/+9
* Added locals hash to partials, which makes for convenient access of some time...David Heinemeier Hansson2006-09-041-0/+22
* deprecated render assertionsJeremy Kemper2006-09-041-2/+7
* deprecated assertions testsJeremy Kemper2006-09-041-33/+51
* Dont raise deprecation warning on render :action => "stuff"David Heinemeier Hansson2006-09-041-28/+17
* new render deprecations testJeremy Kemper2006-09-041-4/+4
* Don't use deprecated render API. Cosmetics.Jeremy Kemper2006-09-041-6/+2
* deprecated keep_flash testJeremy Kemper2006-09-041-2/+2
* redirect deprecation testsJeremy Kemper2006-09-041-9/+22
* no more render_to_string deprecation warningsJeremy Kemper2006-09-041-1/+1
* deprecated render testsJeremy Kemper2006-09-041-26/+37
* test_test deprecation and cosmeticsJeremy Kemper2006-09-041-22/+24
* Fix deprecation warnings in verification tests.Jeremy Kemper2006-09-041-6/+6
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-032-0/+165
* actionJeremy Kemper2006-09-031-2/+2
* Deprecated old render parameter callsDavid Heinemeier Hansson2006-09-031-1/+12
* Require action mailer more gracefullyDavid Heinemeier Hansson2006-09-031-1/+10
* More deprecation funDavid Heinemeier Hansson2006-09-032-1/+32
* Better compartmentalizing of assertionsDavid Heinemeier Hansson2006-09-031-0/+1
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-032-0/+1118
* Cleanup assert_tag :children counting. Closes #2181.Jeremy Kemper2006-09-031-0/+2
* Add routing tests to assert that RoutingError is raised when conditions aren'...Rick Olson2006-09-021-0/+11
* Switch to using FormEncodedPairParser for parsing request parameters.Nicholas Seckar2006-08-301-19/+16
* respond_to .html now always renders #{action_name}.rhtml so that registered c...Tobias Lütke2006-08-301-0/+19
* FormEncodedStringParser needs a tad more work before it can handle POST data ...David Heinemeier Hansson2006-08-281-0/+14
* Deprecation: test deprecated instance vars in partials.Jeremy Kemper2006-08-261-1/+1
* Actually, indifferent access mattered in the bowels (hashes hidden in arrays)David Heinemeier Hansson2006-08-261-0/+2
* Result is made indifferent on the way outDavid Heinemeier Hansson2006-08-261-1/+0
* Changed the POST parameter processing to use the new QueryStringParser and ma...David Heinemeier Hansson2006-08-261-2/+3
* More tests for array/hashing in parameters, one failingDavid Heinemeier Hansson2006-08-261-0/+6
* Add UrlWriter to allow writing urls from Mailers and scripts.Nicholas Seckar2006-08-241-0/+65
* Add test case from ticket #4090Nicholas Seckar2006-08-221-0/+12
* Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ...Nicholas Seckar2006-08-151-0/+38
* Add controller_paths variable to Routing; Assign Routing.controller_paths fro...Nicholas Seckar2006-08-151-6/+4
* Fix assert_redirected_to issue with named routes for module controllers. [Ri...Rick Olson2006-08-132-0/+34
* Invoke method_missing directly for hidden actions. Closes #3030.Nicholas Seckar2006-08-131-0/+58
* Deprecation: check whether instance variables have been monkeyed with before ...Jeremy Kemper2006-08-071-0/+15
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-073-6/+6
* Deprecation! @session and @flash will be removed after 1.2. Use the session a...Jeremy Kemper2006-08-071-0/+33
* Make Routing noisy when an anchor regexp is assigned to a segment. Closes #5674Nicholas Seckar2006-08-051-10/+59