aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* render_text may optionally append to the response body. render_javascript app...Jeremy Kemper2006-10-091-0/+21
* Rename test assertion to prevent shadowing. Closes #6306.Nicholas Seckar2006-10-091-1/+1
* one render per testJeremy Kemper2006-10-091-16/+36
* Fixed that NumberHelper#number_to_delimiter should respect precision of highe...David Heinemeier Hansson2006-10-091-0/+9
* Fixed that caches_action breaks with file extensions (closes #6257) [Catfish]David Heinemeier Hansson2006-10-091-0/+7
* Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...David Heinemeier Hansson2006-10-091-0/+6
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-091-0/+6
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...David Heinemeier Hansson2006-10-091-0/+1
* Fixed that assert_select selects the wrong tag by its contents (closes #6332)...David Heinemeier Hansson2006-10-091-0/+17
* r5515@ks: jeremy | 2006-10-08 13:24:42 -0700Jeremy Kemper2006-10-081-0/+17
* Deprecate @responseJeremy Kemper2006-09-292-0/+2
* Deprecate @headersJeremy Kemper2006-09-292-0/+2
* Deprecate @cookiesJeremy Kemper2006-09-293-1/+3
* assert_select_rjs decodes escaped unicode chars since the Javascript generato...Jeremy Kemper2006-09-291-0/+12
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-296-93/+84
* modify head so that you can specify a bare status code as the first parameterJamis Buck2006-09-281-1/+12
* Add ActionController::Base#head for rendering empty responses. Add support fo...Jamis Buck2006-09-282-1/+60
* Fix bug that kept any before_filter except the first one from being able to h...Rick Olson2006-09-272-0/+46
* Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th...Jamis Buck2006-09-261-5/+23
* strip_links is case-insensitive. Closes #6285.Jeremy Kemper2006-09-261-0/+1
* 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-222-15/+235
* use ActiveRecordTestCaseJeremy Kemper2006-09-221-2/+2
* use :dependent => :destroy rather than :dependent => trueJeremy Kemper2006-09-221-2/+2
* 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-182-0/+10
* Added that respond_to blocks will automatically set the content type to be th...David Heinemeier Hansson2006-09-172-0/+32
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-175-5/+111
* 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 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