aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Clear the cache of possible controllers whenever Routes are reloaded.Nicholas Seckar2006-09-231-1/+27
* Filters overhaul including meantime filter support for around filters. Closes...Jeremy Kemper2006-09-221-15/+234
* Update RJS render tests.Sam Stephenson2006-09-201-3/+3
* Fix routing to respect user provided requirements and defaults when assigning...Nicholas Seckar2006-09-201-1/+61
* test default content type for implicit rjs template renderRick Olson2006-09-181-0/+9
* Added that respond_to blocks will automatically set the content type to be th...David Heinemeier Hansson2006-09-171-0/+31
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-173-5/+109
* Declare file extensions exempt from layouts. Closes #6219.Jeremy Kemper2006-09-161-0/+33
* 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