aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* Add Integration Session methods for PUT and DELETE requests [Rick]Rick Olson2006-04-301-7/+10
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-2910-43/+21
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-298-20/+10
* Revert unintential change to filter parametersMarcel Molina2006-04-291-18/+16
* Update READMEMarcel Molina2006-04-291-16/+18
* Use #flush between switching from #write to #syswrite. Closes #4907. [Blair Z...Marcel Molina2006-04-291-0/+3
* Documentation fix: integration test scripts don't require integration_test. C...Marcel Molina2006-04-271-2/+0
* ActionController::Base Summary documentation rewrite. Closes #4900. [kevin.cl...Marcel Molina2006-04-271-65/+45
* Enhance documentation for setting headers in integration tests. Skip auto HTT...Marcel Molina2006-04-261-4/+10
* Documentation for AbstractRequest. Closes #4895. [kevin.clark@gmail.com]Marcel Molina2006-04-261-3/+11
* Remove all remaining references to @params in the documentation.Marcel Molina2006-04-255-9/+9
* 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