aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-011-0/+4
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-0/+10
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-291-40/+22
* Unit tests and fixtures for multipart posts.Jeremy Kemper2005-09-286-5/+105
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-283-3/+6
* Added test coverage for stylesheet_path to show that it works as requested in...Marcel Molina2005-09-281-0/+4
* Ticket #2295 - Tolerate consecutive delimiters in query parametersJeremy Kemper2005-09-271-1/+10
* Streamline render process, code cleaning. Closes #2294.Nicholas Seckar2005-09-271-3/+3
* Keep flash after component is rendered. Closes #2291.Scott Barron2005-09-271-0/+26
* Have text helpers use built in Regexp.escape rather than home grown alternativeMarcel Molina2005-09-261-0/+6
* r3573@asus: jeremy | 2005-09-26 11:38:44 -0700Jeremy Kemper2005-09-261-19/+32
* This seems unnecessary to call in teardown and is causing the testsScott Barron2005-09-251-1/+0
* Fix open/save dialog in IE not opening files send with send_file/send_data, #...Thomas Fuchs2005-09-251-0/+6
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-221-0/+1
* Require 'pp' early to prevent the pretty-print methods being mixed in too lat...Jamis Buck2005-09-201-0/+1
* Fixed problem with send_file and WEBrick using stdout #1812David Heinemeier Hansson2005-09-201-10/+5
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-2010-178/+186
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-201-0/+6
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-192-0/+51
* Add routing tests from #1945Nicholas Seckar2005-09-181-2/+55
* Add a routing test case covering #2101Nicholas Seckar2005-09-181-1/+12
* Make upload progress not throw JavaScript errors when there is no progress ba...David Heinemeier Hansson2005-09-161-140/+4
* Cache relative_url_root for all webservers, not just Apache #2193 [skae]David Heinemeier Hansson2005-09-151-1/+2
* Included UrlRewriter tests in rake run and made them not depend on Hash orderDavid Heinemeier Hansson2005-09-151-5/+14
* Made base_tests.rb run as part of rakeDavid Heinemeier Hansson2005-09-151-2/+2
* More auto-link fixes (to include query strings in autolinked text)Jamis Buck2005-09-141-0/+4
* Fix autolinking to not include trailing tags as part of the URLJamis Buck2005-09-131-0/+7
* Added easy assignment of fragment cache store through use of symbols for incl...David Heinemeier Hansson2005-09-132-0/+55
* Added ActionController::Base.session_store=, session_store, and session_optio...David Heinemeier Hansson2005-09-131-1/+1
* Added TextHelper#cycle to cycle over an array of values on each hit (useful f...David Heinemeier Hansson2005-09-121-0/+89
* Add ability to specify Route Regexps for controllers. Closes #1917.Nicholas Seckar2005-09-111-0/+38
* Provide Named Route's hash methods as helper methods. Closes #1744.Nicholas Seckar2005-09-111-0/+6
* Split macros test into their own suiteDavid Heinemeier Hansson2005-09-112-28/+52
* Added :multipart option to ActiveRecordHelper#form to make it possible to add...David Heinemeier Hansson2005-09-111-0/+7
* Added :disabled option to all data selects that'll make the elements inaccess...David Heinemeier Hansson2005-09-111-2/+60
* Fixed that TextHelper#auto_link_urls would include punctuation in the links #...David Heinemeier Hansson2005-09-111-1/+15
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-113-16/+14
* Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...David Heinemeier Hansson2005-09-091-0/+2
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-092-0/+10
* Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...David Heinemeier Hansson2005-09-091-0/+4
* Fixed that onclick would be overridden even when special features werent usedDavid Heinemeier Hansson2005-09-081-0/+4
* Fixed all AssetHelper methods to work with relative paths, such that javascri...David Heinemeier Hansson2005-09-081-0/+1
* Fixed a broken testDavid Heinemeier Hansson2005-09-081-1/+1
* Use this.href, not unexisting urlDavid Heinemeier Hansson2005-09-071-1/+1
* Added :post option to UrlHelper#link_to that makes it possible to do POST req...David Heinemeier Hansson2005-09-071-0/+18
* Fix overwrite params. Closes #1909Nicholas Seckar2005-09-061-0/+10
* Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]David Heinemeier Hansson2005-09-041-0/+26
* AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...Jamis Buck2005-09-021-0/+3
* Yield @content_for_ variables to templates #2058 [Sam Stephenson]Jamis Buck2005-09-012-0/+11
* Make rendering an empty partial collection behave like :nothing => true #2080...Jamis Buck2005-09-011-0/+9