aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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 JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...Thomas Fuchs2006-09-071-5/+12
* Update UrlWriter to support :only_path.Nicholas Seckar2006-09-061-2/+24
* added passing test for using partials with an xml builderRick Olson2006-09-063-0/+13
* Backed out of locals hash as it caused trouble with Builder, see ticket for moreDavid Heinemeier Hansson2006-09-061-22/+0
* Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...David Heinemeier Hansson2006-09-061-0/+13
* Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]David Heinemeier Hansson2006-09-041-0/+10
* Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...David Heinemeier Hansson2006-09-041-0/+9
* Superseeded by action_caching_test (closes #5173)David Heinemeier Hansson2006-09-041-74/+0
* Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...David Heinemeier Hansson2006-09-041-7/+10
* 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
* Fixed TextHelper#simple_format to deal with multiple single returns within a ...David Heinemeier Hansson2006-09-041-0/+1
* Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...David Heinemeier Hansson2006-09-041-0/+4
* Improved resolution of DateHelper#distance_of_time_in_words for better precis...David Heinemeier Hansson2006-09-041-41/+69
* 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
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-1/+4
* Fix deprecation warnings in verification tests.Jeremy Kemper2006-09-041-6/+6
* Active Record integration deprecation testsJeremy Kemper2006-09-041-14/+23
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-032-0/+165
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-031-0/+1
* 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
* radio_button_tag generates unique id attributes. Closes #3353.Jeremy Kemper2006-09-031-1/+14
* strip_tags returns nil for a blank arg such as nil or "". Closes #2229.Jeremy Kemper2006-09-031-2/+2
* Cleanup assert_tag :children counting. Closes #2181.Jeremy Kemper2006-09-031-0/+2
* button_to accepts :method so you can PUT and DELETE with it. Closes #6005.Jeremy Kemper2006-09-031-0/+14
* Update sanitize text helper to strip plaintext tags, and <img src=javascript:...Rick Olson2006-09-031-0/+12
* Add routing tests to assert that RoutingError is raised when conditions aren'...Rick Olson2006-09-021-0/+11
* Make auto_link parse a greater subset of valid url formats.Jamis Buck2006-09-021-0/+18
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-4/+4
* 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