1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson 8d8219ccff Docfix (closes #8518)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7103 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-23 17:36:13 +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 Added deprecation language for in_place_editor and auto_complete_field that both pieces will become plugins by Rails 2.0 [DHH] 2006-09-03 23:22:24 +00:00
session Cookie session store: ensure that new sessions doesn't reuse data from a deleted session in the same request. 2007-03-14 11:33:10 +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 Removed ill faded xml_node class from codebase. Use XmlSimple instead 2007-04-09 15:33:38 +00:00
assertions.rb Fix Test::Unit::TestCase#clean_backtrace 2007-01-28 07:10:35 +00:00
base.rb Docfix (closes #8518) 2007-06-23 17:36:13 +00:00
benchmarking.rb Consistent public/protected/private visibility for chained methods. Closes #7813. 2007-03-13 02:14:31 +00:00
caching.rb Action caching is limited to GET requests returning 200 OK status. Closes #3335. 2007-06-08 05:01:35 +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 Deprecate @response 2006-09-29 08:26:45 +00:00
filters.rb Rescuing in around_filters works as expected again [codahale, Stephan Kaes]. Closes #8341 2007-05-22 19:17:43 +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 Add some performance enhancements to ActionView. 2007-05-15 06:36:34 +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 More nested polymorphic url helper fixes. Closes #6432, references #8601. 2007-06-07 21:35:01 +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 Tolerate missing content type on multipart file uploads. Fix for Safari 3. 2007-06-12 07:44:23 +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 Docfix (closes #8321) 2007-06-23 17:33:42 +00:00
response.rb Prefer MIME constants to strings. Closes #7707. 2007-03-06 09:46:04 +00:00
routing.rb Routing: drop semicolon and comma as route separators. 2007-05-29 06:40:33 +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 ActionController::Routing::Helpers, a module to contain common URL helpers such as polymorphic_url. 2007-05-12 04:18:46 +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