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
Jeremy Kemper 4f3bf6cb23 Deprecate @cookies
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5205 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-09-29 08:04:39 +00:00
..
assertions assert_select_rjs decodes escaped unicode chars since the Javascript generators encode them. Closes #6240. 2006-09-29 07:39:31 +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 Deprecation: @request will be removed after 1.2. Use the request method instead. 2006-09-29 07:34:02 +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 Deprecate @cookies 2006-09-29 08:04:39 +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: @request will be removed after 1.2. Use the request method instead. 2006-09-29 07:34:02 +00:00
cookies.rb Deprecate @cookies 2006-09-29 08:04:39 +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 Fix bug that kept any before_filter except the first one from being able to halt the before_filter chain. [Rick Olson] 2006-09-27 04:55:44 +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 Make sure map.resources(:things, :new => { :new => :any }) correctly sets /things/new to be accessible by any method rather than creating another resource at /things/new;new 2006-09-26 22:45:09 +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
status_codes.rb Add ActionController::Base#head for rendering empty responses. Add support for symbolic status codes, as well as for having raw integer statuses expand with their default messages. 2006-09-28 19:13:55 +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 Deprecation: @request will be removed after 1.2. Use the request method instead. 2006-09-29 07:34:02 +00:00