rails--rails/actionpack/lib/action_controller
Jeremy Kemper 9a27b29755 Silence log_error deprecation warnings from inspecting deprecated instance variables.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5757 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-19 23:16:10 +00:00
..
assertions assert_select_rjs :remove 2006-11-15 12:45:52 +00:00
cgi_ext Fix that redirects should set "Location" header, not "location", and remove dead CGI.redirect 2006-11-26 05:04:57 +00:00
macros
session ARStore needs a data reader method. Closes #4795. 2006-11-15 20:08:43 +00:00
templates test controller rescues 2006-11-13 02:03:50 +00:00
vendor Fix HTML::Node to output double quotes instead of single quotes. Closes #6845 [mitreandy] 2006-12-14 20:56:03 +00:00
assertions.rb
base.rb Remove unrelated render :yaml changes. References #4185. 2006-12-06 23:16:25 +00:00
benchmarking.rb
caching.rb Only cache GET requests with a 200 OK response. Closes #6514, #6743. 2006-12-19 20:25:52 +00:00
cgi_process.rb Fixed that HEAD should return the proper Content-Length header (that is, actually use @body.size, not just 0) [DHH] 2006-11-23 23:52:25 +00:00
components.rb uses_component_template_root looks at caller[0] which turns up the deprecation method rather than the controller. Use caller[1] instead. 2006-11-26 01:24:10 +00:00
cookies.rb Deprecate @response 2006-09-29 08:26:45 +00:00
deprecated_dependencies.rb
deprecated_redirects.rb
deprecated_request_methods.rb
filters.rb Correctly report which filter halted the chain. References #6699. 2006-12-12 22:26:37 +00:00
flash.rb
helpers.rb
integration.rb Merge [5641] to Trunk 2006-11-27 23:56:27 +00:00
layout.rb Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek] 2006-12-19 04:41:57 +00:00
mime_responds.rb r5515@ks: jeremy | 2006-10-08 13:24:42 -0700 2006-10-08 20:30:24 +00:00
mime_type.rb Added Request#format to return the format used for the request as a mime type. If no format is specified, the first Request#accepts type is used. This means you can stop using respond_to for anything else than responses [DHH] 2006-12-02 23:07:04 +00:00
mime_types.rb More thorough JSON tests. Use application/json by default, per rfc4627. References #4185. 2006-12-06 23:06:38 +00:00
pagination.rb
request.rb Remove support for json in X-Post-Data-Format header since it's for backward compatibility only. References #4185. 2006-12-06 23:20:24 +00:00
rescue.rb Silence log_error deprecation warnings from inspecting deprecated instance variables. 2006-12-19 23:16:10 +00:00
resources.rb fix docs for singleton resources 2006-12-07 15:42:01 +00:00
response.rb Fix that redirects should set "Location" header, not "location", and remove dead CGI.redirect 2006-11-26 05:04:57 +00:00
routing.rb Fix a bug in Routing where a parameter taken from the path of the current request could not be used as a query parameter for the next. Closes #6752. 2006-12-09 04:42:32 +00:00
scaffolding.rb
session_management.rb Always clear model associations from session. Closes #4795. 2006-11-13 18:59:01 +00:00
status_codes.rb Sync ActionController::StatusCodes::STATUS_CODES with http://www.iana.org/assignments/http-status-codes. Closes #6586. 2006-11-11 01:44:37 +00:00
streaming.rb Deprecate @headers 2006-09-29 08:12:16 +00:00
test_process.rb Add a 'referer' attribute to TestRequest 2006-12-19 17:11:26 +00:00
url_rewriter.rb
verification.rb Deprecation: @request will be removed after 1.2. Use the request method instead. 2006-09-29 07:34:02 +00:00