rails--rails/actionpack/lib/action_controller
Jeremy Kemper 82558186a3 whitespace
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5190 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-09-26 16:25:27 +00:00
..
assertions Add chained replace/update support for assert_select_rjs [Rick Olson] 2006-09-14 17:50:46 +00:00
cgi_ext Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist until Rails 2.0 [DHH] 2006-09-20 09:34:29 +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 problem with unloaded ARStore sessions being loaded when they are garbage collected, causing problems if there were AR objects in the session. 2006-03-08 16:53:34 +00:00
templates Deprecate direct usage of @params. Update ActionView::Base for instance var deprecation. 2006-08-07 12:40:14 +00:00
vendor Fix assert_tag so that :content => "foo" does not match substrings, but only exact strings. Use :content => /foo/ to match substrings. closes #2799 2006-09-10 02:51:38 +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 Added proper getters and setters for content type and charset [DHH] Added utf-8 as the default charset for all renders. You can change this default using ActionController::Base.default_charset=(encoding) [DHH] 2006-09-17 16:20:32 +00:00
benchmarking.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
caching.rb Added proper getters and setters for content type and charset [DHH] Added utf-8 as the default charset for all renders. You can change this default using ActionController::Base.default_charset=(encoding) [DHH] 2006-09-17 16:20:32 +00:00
cgi_process.rb Update CGI process to allow sessions to contain namespaced models. Closes #4638. 2006-09-20 17:46:59 +00:00
components.rb Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. 2006-08-07 06:11:56 +00:00
cookies.rb Correct example in cookies docs. Closes #5832. 2006-08-20 05:28:47 +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 whitespace 2006-09-26 16:25:27 +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 Still need the regular assertions 2006-09-05 23:04:14 +00:00
layout.rb New dependencies implementation 2006-08-08 21:21:04 +00:00
mime_responds.rb Just use the vanilla mime type string, no need for fancy lookups [DHH] 2006-09-20 20:02:41 +00:00
mime_type.rb Docs and deprecation 2006-09-03 23:28:54 +00:00
pagination.rb Docs and deprecation 2006-09-03 23:28:54 +00:00
request.rb Restrict Request Method hacking with ?_method to POST requests. [Rick Olson] 2006-08-01 03:02:31 +00:00
rescue.rb Added proper getters and setters for content type and charset [DHH] Added utf-8 as the default charset for all renders. You can change this default using ActionController::Base.default_charset=(encoding) [DHH] 2006-09-17 16:20:32 +00:00
resources.rb remove implicit primary actions - more pain than gain. test collection actions for other http methods. strip whitespace. 2006-09-14 19:53:04 +00:00
response.rb Added proper getters and setters for content type and charset [DHH] Added utf-8 as the default charset for all renders. You can change this default using ActionController::Base.default_charset=(encoding) [DHH] 2006-09-17 16:20:32 +00:00
routing.rb Clear the cache of possible controllers whenever Routes are reloaded. 2006-09-23 17:25:06 +00:00
scaffolding.rb Don't use deprecated render API. Cosmetics. 2006-09-04 05:07:26 +00:00
session_management.rb Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. 2006-08-07 06:11:56 +00:00
streaming.rb Fix send_data documentation typo. Closes #5982. 2006-08-31 03:07:38 +00:00
test_process.rb Moved in deprecated assertions and remove duplicated requires 2006-09-03 20:27:48 +00:00
url_rewriter.rb Update UrlWriter to support :only_path. 2006-09-06 22:21:36 +00:00
verification.rb Update usage notes to verify 2006-09-04 19:42:10 +00:00