aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for redirect_to :back's RedirectBackError exception.Marcel Molina2006-04-251-0/+4
* Update layout and content_for documentation to use yield rather than magic @c...Marcel Molina2006-04-252-6/+8
* Fix assert_redirected_to tests according to real-world usage.Rick Olson2006-04-251-8/+18
* Cache CgiRequest#request_parameters so that multiple calls don't re-parse mul...Rick Olson2006-04-231-5/+6
* Diff compared routing options. Allow #assert_recognizes to take a second arg...Rick Olson2006-04-231-5/+22
* allow -'s in tag names for html scanner when scanning AR xml documentsRick Olson2006-04-221-1/+1
* Use ActiveSupport's String#join methodRick Olson2006-04-221-4/+4
* Diff compared options with #assert_redirected_to [Rick]Rick Olson2006-04-221-25/+55
* reset TestRequest#parameters after assigning paramtersRick Olson2006-04-221-0/+1
* fix to ';' interpretation in route recognition--only follow a route with ';' ...Jamis Buck2006-04-211-4/+5
* Add support in routes for semicolon delimited "subpaths", like /books/:id;:ac...Jamis Buck2006-04-212-16/+73
* Modify routing so that you can say :require => { :method => :post } for a rou...Jamis Buck2006-04-131-5/+12
* Added :add_headers option to verify which merges a hash of name/value pairs i...Sam Stephenson2006-04-081-0/+4
* Added ActionController.filter_parameter_logging that makes it easy to remove ...David Heinemeier Hansson2006-04-071-1/+48
* Do filter condition lookup against the actual hashMarcel Molina2006-04-061-1/+1
* Honor skipping filters conditionally for only certain actions even when the p...Marcel Molina2006-04-051-0/+13
* Delegate xml_http_request in integration tests to the session instance.Jamis Buck2006-04-041-1/+1
* Update the diagnostics template skip the useless '<controller not set>' text.Nicholas Seckar2006-04-041-2/+4
* CHANGED DEFAULT: Don't parse YAML input by default, but keep it available as ...David Heinemeier Hansson2006-04-041-7/+9
* Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deept...David Heinemeier Hansson2006-04-011-1/+1
* Add documentation for respond_toMarcel Molina2006-03-281-0/+87
* Fixed docsDavid Heinemeier Hansson2006-03-288-29/+26
* Spell existence properly (closes #4442)David Heinemeier Hansson2006-03-271-2/+2
* add the TestCase.fixture_path when testing file uploadsRick Olson2006-03-271-1/+1
* Use example.com as standard (closes #4413) [anna]David Heinemeier Hansson2006-03-251-2/+2
* Enable application/x-yaml processing by defaultJamis Buck2006-03-251-6/+7
* Fix assert_redirected_to so it works with symbolsJamis Buck2006-03-201-2/+2
* Comments, commentsDavid Heinemeier Hansson2006-03-201-0/+3
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-202-3/+3
* Updated Kernel#returning for the AP performance patch [DHH]David Heinemeier Hansson2006-03-201-1/+1
* fix usage of #returning in ActionController::BaseRick Olson2006-03-201-1/+1
* Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...David Heinemeier Hansson2006-03-206-63/+59
* If RAW_POST_DATA was set explicitly, use that (closes #4281)David Heinemeier Hansson2006-03-191-6/+10
* Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...Rick Olson2006-03-191-2/+3
* Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...David Heinemeier Hansson2006-03-181-11/+5
* Added easy support for testing file uploads with fixture_file_upload (closes ...David Heinemeier Hansson2006-03-181-0/+43
* Make sure xml_simple requests don't blow up if an empty request body is recievedJamis Buck2006-03-181-5/+6
* Add ability for relative_url_root to be specified via an environment variable...Nicholas Seckar2006-03-181-2/+11
* Just use a normal update on the indifferent hashDavid Heinemeier Hansson2006-03-181-1/+1
* Add Integration::Session.accept for setting the HTTP Accept header to use (de...Jamis Buck2006-03-181-1/+6
* rename 'integration_test.rb' -> 'integration.rb'Jamis Buck2006-03-181-0/+0
* Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]David Heinemeier Hansson2006-03-181-2/+4
* Make Mime::Type.parse consider q values (if any)Jamis Buck2006-03-181-13/+67
* XML-formatted requests are typecast according to "type" attributes for :xml_s...Jamis Buck2006-03-181-1/+43
* Added access to remote_addr in integration tests (closes #4266) [Chad Fowler]David Heinemeier Hansson2006-03-181-7/+8
* Be sure to look at array elements when dasherizing keys of a formatted requestJamis Buck2006-03-171-9/+11
* Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]David Heinemeier Hansson2006-03-161-13/+19
* Explain thyselfNicholas Seckar2006-03-161-0/+1
* Added protection against proxy setups treating requests as local even when th...David Heinemeier Hansson2006-03-161-1/+1
* Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...David Heinemeier Hansson2006-03-161-0/+10