rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson 5f163d256c Back out of [7300] -- it screwed up nested XML
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7357 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-08-21 22:59:42 +00:00
..
assertions fix test cases to match new json output. Closes #8371 2007-05-29 09:42:13 +00:00
cgi_ext Parse url-encoded and multipart requests ourselves instead of delegating to CGI. 2007-05-18 06:24:50 +00:00
macros
session Fix failing active record store tests 2007-08-14 10:06:07 +00:00
templates Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] 2007-04-28 15:57:29 +00:00
vendor/html-scanner/html Back out of [7300] -- it screwed up nested XML 2007-08-21 22:59:42 +00:00
assertions.rb Fix Test::Unit::TestCase#clean_backtrace 2007-01-28 07:10:35 +00:00
base.rb Improve url_for documentation for ActionController::Base and UrlRewriter. Closes #9022. Closes #9077. [juanjo.bazan] 2007-08-17 01:08:16 +00:00
benchmarking.rb Consistent public/protected/private visibility for chained methods. Closes #7813. 2007-03-13 02:14:31 +00:00
caching.rb Fix bug where action caching sets the content type to the ActionCachePath object. Closes #9282 [mindforge] 2007-08-20 01:12:43 +00:00
cgi_ext.rb Parse url-encoded and multipart requests ourselves instead of delegating to CGI. 2007-05-18 06:24:50 +00:00
cgi_process.rb Don't mistakenly interpret the request uri as the query string. Closes #8731. 2007-06-23 00:13:40 +00:00
components.rb Deprecation: remove toplevel components directory and uses_component_template_root. 2007-03-13 04:46:12 +00:00
cookies.rb Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath] 2007-07-01 23:27:59 +00:00
filters.rb Refactored in use of extract_options! (closes #9079) [josh] 2007-07-24 16:48:57 +00:00
flash.rb Correct flash discard rdoc. Closes #8502 [kampers] 2007-05-29 02:42:31 +00:00
helpers.rb Missing helper load error shouldn't shadow load errors within the helper itself. 2007-05-31 19:07:57 +00:00
http_authentication.rb Fixed that HTTP authentication should work if the header is called REDIRECT_X_HTTP_AUTHORIZATION as well (closes #6754) [mislaw] 2007-06-23 16:43:08 +00:00
integration.rb Revert [6811]. Should be fixed instead of selectively reintroducing the deprecated environment variable. 2007-05-23 06:11:48 +00:00
layout.rb Find layouts even if they're not in the first view_paths directory. Closes #9258 [caio] 2007-08-15 18:59:37 +00:00
mime_responds.rb Introduce a default respond_to block for custom types. Closes #8174. 2007-05-26 03:11:34 +00:00
mime_type.rb Improved the handling of broken accept headers 2007-03-28 16:42:21 +00:00
mime_types.rb Add multipart and url-encoded form mime types. 2007-05-15 23:57:16 +00:00
polymorphic_routes.rb * url_for now accepts a series of symbols representing the namespace of the record [Josh Knowles]. Closes #8640 2007-07-19 13:42:11 +00:00
record_identifier.rb Resources: url_for([parent, child]) generates /parents/1/children/2 for the nested resource. Likewise with the other simply helpful methods like form_for and link_to. Closes #6432. 2007-06-05 19:10:59 +00:00
request.rb Fixed that file.content_type for uploaded files would include a trailing \r #9053 [bgreenlee] 2007-07-24 01:20:18 +00:00
rescue.rb Routing: respond with 405 Method Not Allowed status when the route path matches but the HTTP method does not. Closes #6953. 2007-05-26 20:07:34 +00:00
resources.rb Allow you to set custom :conditions on resource routes. [Rick] 2007-07-25 02:47:21 +00:00
response.rb Send freshness information when sending Etags. Without this internet explorer will not send conditional gets for a resource, but instead hold on to the responses for the current browser session. 2007-08-12 22:32:19 +00:00
routing.rb Prefix nested resource named routes with their action name, e.g. new_group_user_path(@group) instead of group_new_user_path(@group). The old nested action named route is deprecated in Rails 1.2.4. Closes #8558. 2007-06-27 08:38:55 +00:00
scaffolding.rb Extract dynamic scaffolding into a plugin. Closes #7700. 2007-03-04 08:35:52 +00:00
session_management.rb Session configuration in config/environment.rb instead of app/controllers/application.rb 2007-02-22 00:57:02 +00:00
status_codes.rb Nodoc the irrelevant (from 1.2) 2007-01-26 21:37:38 +00:00
streaming.rb Allow send_file/send_data to use a registered mime type as the :type parameter #7620 [jonathan] 2007-02-25 20:16:58 +00:00
test_process.rb Introduce the request.body stream. Lazy-read to parse parameters rather than always setting RAW_POST_DATA. Reduces the memory footprint of large binary PUT requests. 2007-05-15 21:36:21 +00:00
url_rewriter.rb Add missing sentence 2007-08-17 01:11:11 +00:00
verification.rb Deprecation: verification with :redirect_to => :named_route shouldn't be deprecated. Closes #7525. 2007-03-14 01:38:41 +00:00