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-09 22:55:16 +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/rescues Removed ActionController::Base.scaffold -- it went through the whole idea of scaffolding (card board walls you remove and tweak one by one). Use the scaffold generator instead (it does resources too now!) [DHH] 2007-09-09 22:26:36 +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 Removed the deprecated ActionController#Base.template_root/= methods (use ActionController#Base.view_paths/= instead) [DHH] 2007-09-09 18:00:55 +00:00
benchmarking.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
caching.rb Removed deprecated ActionController::Base#expire_matched_fragments (just call expire_fragment with a regular expression) 2007-09-09 18:03:55 +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 Removed deprecated ActionController::Base.cookie (use ActionController#Base.cookies[]= instead) 2007-09-09 22:55:16 +00:00
filters.rb Refactored in use of extract_options! (closes #9079) [josh] 2007-07-24 16:48:57 +00:00
flash.rb Removed ActionController::Base#keep_flash (use flash.keep instead) 2007-09-09 21:54:59 +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 Optimise named route generation when using positional arguments. Closes #9450 [Koz] 2007-09-09 00:18:55 +00:00
layout.rb Fix layout overriding response status. Closes #9476. 2007-09-08 03:12:03 +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 Remove deprecated named routes [pixeltrix] 2007-09-06 14:28:32 +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 Optimise named route generation when using positional arguments. Closes #9450 [Koz] 2007-09-09 00:18:55 +00:00
routing_optimisation.rb Optimise named route generation when using positional arguments. Closes #9450 [Koz] 2007-09-09 00:18:55 +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 Fix assert_select for XML documents. Closes #8173. [dasil003] 2007-09-08 01:32:16 +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