aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Fix the html-scanner to count children correctly, playing nicely with :only, ...Jamis Buck2005-10-181-2/+19
* Make string-keys locals assigns optionalNicholas Seckar2005-10-171-2/+6
* added assert_valid to APTobias Lütke2005-10-162-3/+52
* Add temporary support for passing locals to render using string keysNicholas Seckar2005-10-161-0/+11
* Raise an exception if an attempt is made to insert more session data into the...Marcel Molina2005-10-151-0/+23
* If a component redirects when called with render_component_as_string, render theScott Barron2005-10-151-2/+26
* Fix Request#host_with_port to use the standard port when Rails is behind a pr...Nicholas Seckar2005-10-152-4/+25
* Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]David Heinemeier Hansson2005-10-131-0/+11
* r3575@sedna: jeremy | 2005-10-13 11:22:13 -0700Jeremy Kemper2005-10-131-2/+2
* Unset the X-Requested-With header when using the xhr wrapper in functional te...Sam Stephenson2005-10-131-0/+5
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-121-1/+1
* Fixed that an instance variable with the same name as a partial should be imp...Sam Stephenson2005-10-101-0/+10
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-091-1/+128
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-291-40/+22
* Unit tests and fixtures for multipart posts.Jeremy Kemper2005-09-281-5/+80
* 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
* 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
* 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-201-1/+1
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-201-0/+6
* Add routing tests from #1945Nicholas Seckar2005-09-181-2/+55
* Add a routing test case covering #2101Nicholas Seckar2005-09-181-1/+12
* 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
* Added easy assignment of fragment cache store through use of symbols for incl...David Heinemeier Hansson2005-09-132-0/+55
* 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
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-3/+1
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-091-0/+9
* Fix overwrite params. Closes #1909Nicholas Seckar2005-09-061-0/+10
* 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-011-0/+9
* 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-261-0/+1
* Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...Jamis Buck2005-08-231-0/+36
* Add an :if option to session management, to allow programmatically enabling o...Jamis Buck2005-08-171-0/+14
* 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-271-2/+2
* Added two failing tests for partials with locals from controllerDavid Heinemeier Hansson2005-07-271-0/+27