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
2007-09-03 00:18:30 +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 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 Documentation tweaks and fixes. Closes #9454 [sur, kampers] 2007-08-31 19:07:42 +00:00
base.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
benchmarking.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
caching.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +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 request.host works with IPv6 addresses. Closes #9458. 2007-08-31 19:03:42 +00:00
components.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
cookies.rb Documentation tweaks and fixes. Closes #9454 [sur, kampers] 2007-08-31 19:07:42 +00:00
filters.rb Refactored in use of extract_options! (closes #9079) [josh] 2007-07-24 16:48:57 +00:00
flash.rb Documentation tweaks and fixes. Closes #9454 [sur, kampers] 2007-08-31 19:07:42 +00:00
helpers.rb Documentation tweaks and fixes. Closes #9454 [sur, kampers] 2007-08-31 19:07:42 +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 Documentation tweaks and fixes. Closes #9454 [sur, kampers] 2007-08-31 19:07:42 +00:00
layout.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +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 Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +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 Fix incorrectly named instance variable. 2007-08-29 03:43:08 +00:00
scaffolding.rb Extract dynamic scaffolding into a plugin. Closes #7700. 2007-03-04 08:35:52 +00:00
session_management.rb Use extract_options instead of ad-hoc partial implementations. [norbert] Closes #9313 2007-08-28 23:16:49 +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