aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in...David Heinemeier Hansson2005-05-031-0/+2
* Fixed action/fragment caching using the filestore when a directory and a file...David Heinemeier Hansson2005-04-301-0/+92
* Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko]David Heinemeier Hansson2005-04-301-4/+4
* Fixed assert_redirected_to to work with :only_path => false #1204 [Alisdair M...David Heinemeier Hansson2005-04-301-1/+10
* Added support for web servers that use PATH_INFO instead of REQUEST_URI like ...David Heinemeier Hansson2005-04-181-1/+44
* Added assert_tag and assert_no_tag as a much improved alternative to the depr...David Heinemeier Hansson2005-04-171-0/+37
* Deprecated the majority of all the testing assertions and replaced them with ...David Heinemeier Hansson2005-04-171-2/+1
* Fixed DateHelper to return values on the option tags such that they'll work p...David Heinemeier Hansson2005-04-173-66/+68
* Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB]David Heinemeier Hansson2005-04-171-2/+5
* Added that render_partial called from a controller will use the action name a...David Heinemeier Hansson2005-04-172-0/+10
* Added AssetTagHelper#image_path, AssetTagHelper#javascript_path, and AssetTag...David Heinemeier Hansson2005-04-171-0/+48
* Clean up load paths to avoid unit test interaction #1113 [alles@atomicobject....David Heinemeier Hansson2005-04-173-13/+1
* Fixed that *rest parameter in map.connect couldn't accept an empty list #1037...David Heinemeier Hansson2005-04-131-1/+4
* Added minute_step as an option to select_minute (and the helpers that use it)...David Heinemeier Hansson2005-04-131-0/+16
* Improved tests for NumberHelperDavid Heinemeier Hansson2005-04-131-1/+29
* Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an...David Heinemeier Hansson2005-04-122-16/+23
* Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr...David Heinemeier Hansson2005-04-101-4/+4
* Fixed a few testsDavid Heinemeier Hansson2005-04-101-4/+4
* Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck]David Heinemeier Hansson2005-04-071-0/+25
* Fixed autolinking to work better in more cases #1013 [Jamis Buck]David Heinemeier Hansson2005-04-061-4/+17
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-021-1/+1
* Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin...David Heinemeier Hansson2005-04-021-1/+11
* Added :method option to verify for ensuring that either GET, POST, etc is all...David Heinemeier Hansson2005-04-021-0/+21
* Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D...David Heinemeier Hansson2005-04-021-1/+7
* Fixed include_blank for select_hour/minute/second #527 [edward@debian.org]David Heinemeier Hansson2005-04-021-1/+117
* Added include_seconds option as the third parameter to distance_of_time_in_wo...David Heinemeier Hansson2005-03-262-0/+34
* Added fourth option to process in test cases to specify the content of the fl...David Heinemeier Hansson2005-03-261-0/+25
* Added Verifications that allows you to specify preconditions to actions in fo...David Heinemeier Hansson2005-03-261-0/+137
* Added JavascriptHelper#escape_javascript as a public method (was private) and...David Heinemeier Hansson2005-03-261-0/+9
* Removed old UrlWriter methods that are no longer in use after Routes #942David Heinemeier Hansson2005-03-262-488/+1
* Routes: *path items should use arrays #883David Heinemeier Hansson2005-03-211-2/+12
* Routes: Convert results of #to_param to strings #879David Heinemeier Hansson2005-03-201-0/+7
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...David Heinemeier Hansson2005-03-203-25/+118
* Added a much improved Flash module that allows for finer-grained control on e...David Heinemeier Hansson2005-03-202-7/+31
* Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ...David Heinemeier Hansson2005-03-201-0/+1
* Added TextHelper#simple_format as a non-dependency text presentation helper.F...David Heinemeier Hansson2005-03-201-0/+6
* Added that the html options disabled, readonly, and multiple can all be treat...David Heinemeier Hansson2005-03-201-0/+6
* Added path collection syntax for Routes that will gobble up the rest of the u...David Heinemeier Hansson2005-03-201-0/+9
* Added more FormTagHelper test cases #860 [Eric Hodel]David Heinemeier Hansson2005-03-201-16/+78
* Fixed options_for_select on selected line issue #624 [Florian Weber]David Heinemeier Hansson2005-03-151-0/+11
* Removed the reliance on PATH_INFO as it was causing problems for caching and ...David Heinemeier Hansson2005-03-141-11/+0
* Moved image_tag to AssetTagHelperDavid Heinemeier Hansson2005-03-143-4/+6
* Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...David Heinemeier Hansson2005-03-092-14/+20
* Fixed that map.connect should convert arguments to strings #780 [Nicholas Sec...David Heinemeier Hansson2005-03-061-0/+13
* Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...David Heinemeier Hansson2005-03-061-0/+22
* Use example.com domains to make rails RFC2606 compliant #708David Heinemeier Hansson2005-03-062-23/+23
* Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...David Heinemeier Hansson2005-03-061-0/+4
* Removed the default border on link_image_to (it broke xhtml strict) -- can be...David Heinemeier Hansson2005-03-061-8/+8
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-067-58/+80
* Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]David Heinemeier Hansson2005-03-011-0/+5