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-01-17 00:43:53 +00:00
..
assertions Fix assert_redirected_to bug where redirecting from a nested to to a top-level controller incorrectly added the current controller's nesting. Closes #6128. [Rick Olson] 2006-12-25 09:34:01 +00:00
cgi_ext Fix parsing of array[] CGI parameters so extra empty values aren't included. Closes #6252. 2007-01-12 09:10:58 +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 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 Better bundling of new assertions and make integration tests work again 2006-09-05 21:28:22 +00:00
base.rb Allow exempt_from_layout :rhtml. References #6742, closes #7026. 2007-01-14 13:57:44 +00:00
benchmarking.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
caching.rb rollback [5833] and [5835] 2007-01-04 21:43:24 +00:00
cgi_process.rb use stringify_keys 2007-01-01 01:32:24 +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 all of ActionController::Dependencies. All dependency loading is now handled from Active Support [DHH] 2006-09-03 23:08:43 +00:00
deprecated_redirects.rb Fixed docs 2006-03-28 03:19:27 +00:00
deprecated_request_methods.rb Mime types are separated by a comma, not semicolon, in the Accept header. Also switch all internal configuration of mime types away from strings and over to Mime::Type [DHH] 2006-03-12 16:03:44 +00:00
filters.rb Slight doc tweak to #prepend_filter. Closes #6493 [Jeremy Voorhis] 2007-01-05 20:46:34 +00:00
flash.rb caller is necessary for proper trace in deprecation 2006-09-05 22:08:33 +00:00
helpers.rb 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
integration.rb Make sure html_document is reset between integration test requests (closes #6834) 2007-01-01 03:03:13 +00:00
layout.rb Make RDoc not spew errors on install because of HTML comments in code comments 2006-12-31 19:28:28 +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 Recognize the .txt extension as Mime::TEXT [Rick] 2007-01-12 20:54:04 +00:00
pagination.rb Docs and deprecation 2006-09-03 23:28:54 +00:00
request.rb Set request.env['REQUEST_URI'] when absent. 2007-01-12 07:01:39 +00:00
rescue.rb RecordInvalid, RecordNotSaved => 422 Unprocessable Entity, StaleObjectError => 409 Conflict. References #7097. 2007-01-17 00:43:53 +00:00
resources.rb add some more detail on nested resource docs [Rick] 2007-01-10 18:08:43 +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 Routing uses URI escaping for path components and CGI escaping for query parameters. 2006-12-28 21:04:44 +00:00
scaffolding.rb Don't use deprecated render API. Cosmetics. 2006-09-04 05:07:26 +00:00
session_management.rb rollback [5833] and [5835] 2007-01-04 21:43:24 +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 Update UrlWriter to support :only_path. 2006-09-06 22:21:36 +00:00
verification.rb Deprecation: @request will be removed after 1.2. Use the request method instead. 2006-09-29 07:34:02 +00:00