aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Render refactoring; render error reporting fixesNicholas Seckar2005-08-262-0/+64
* Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...Jamis Buck2005-08-231-0/+36
* Added :use_short_month option to select_month helper to show month names as a...Jamis Buck2005-08-221-0/+18
* Add an :if option to session management, to allow programmatically enabling o...Jamis Buck2005-08-171-0/+14
* Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...Jamis Buck2005-08-141-0/+4
* Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...Jamis Buck2005-08-062-0/+11
* Make sure :layout => false is always used when rendering inside a layoutJamis Buck2005-08-051-1/+10
* Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...Jamis Buck2005-08-011-0/+17
* Make sure assigns are built for every request when testing #1866Jamis Buck2005-07-312-1/+21
* Allow remote_addr to be queried on TestRequest #1668Jamis Buck2005-07-311-1/+14
* Fixed bug when a partial render was passing a local with the same name as the...David Heinemeier Hansson2005-07-271-1/+1
* Demonstrate breakage betterDavid Heinemeier Hansson2005-07-273-3/+4
* Added two failing tests for partials with locals from controllerDavid Heinemeier Hansson2005-07-272-1/+28
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-246-21/+22
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-243-1/+12
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-233-3/+17
* Added test for template to layout variable transferDavid Heinemeier Hansson2005-07-233-0/+15
* Add unit test to ensure that session management options are inherited and ove...Jamis Buck2005-07-221-0/+20
* Added support for per-action session management #1763Jamis Buck2005-07-221-0/+50
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...David Heinemeier Hansson2005-07-216-9/+26
* Fixed construction of get parameters for arraysNicholas Seckar2005-07-182-31/+58
* Fix assert_routing with nested controllers. Closes #1582 and #1386.Nicholas Seckar2005-07-153-25/+36
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-141-0/+40
* Add RouteSet#named_route so that RouteSet instance methods do not shadow avai...Nicholas Seckar2005-07-141-0/+12
* Provide correct defaults for Named Routes which do not specify :actionNicholas Seckar2005-07-141-0/+27
* Made pagination faster #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-141-0/+4
* Made test_rendering_nothing_on_layout acknowledge the spaceDavid Heinemeier Hansson2005-07-141-1/+1
* Generate URLs for :action => index when :action => nil is supplied.Nicholas Seckar2005-07-141-4/+38
* Named routes should not provide nil values to url_for. Includes factoring and...Nicholas Seckar2005-07-131-0/+36
* Make Request#subdomains handle "foo.foo.com" correctlyJamis Buck2005-07-121-0/+3
* Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...David Heinemeier Hansson2005-07-111-1/+5