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
2006-10-09 00:20:31 +00:00
..
assertions Fixed that assert_select selects the wrong tag by its contents (closes #6332) [jgarber] 2006-10-09 00:20: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 cleanup for rescues (closes #6339) [adam] 2006-10-09 00:17:11 +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 add response to list of deprecated instance variables 2006-10-02 22:36:02 +00:00
benchmarking.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
caching.rb Fixed some deprecation warnings in ActionPack [Rick Olson] 2006-09-30 01:38:22 +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 Deprecate @response 2006-09-29 08:26:45 +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 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 Deprecate @response 2006-09-29 08:26:45 +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 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 Fixed some deprecation warnings in ActionPack [Rick Olson] 2006-09-30 01:38:22 +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 Deprecate @headers 2006-09-29 08:12:16 +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