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-09-03 23:34:57 +00:00
..
assertions Deprecate deprecated assertions 2006-09-03 20:36:51 +00:00
cgi_ext Tighten rescue clauses. Closes #5985. 2006-08-31 03:16:28 +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 Added assert_select* for CSS selector-based testing (deprecates assert_tag) #5936 [assaf.arkin@gmail.com] 2006-09-03 19:54:21 +00:00
assertions.rb Moved in deprecated assertions and remove duplicated requires 2006-09-03 20:27:48 +00:00
base.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
benchmarking.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
caching.rb Deprecation: update docs. Closes #5998. 2006-09-01 23:37:10 +00:00
cgi_process.rb Switch to using FormEncodedPairParser for parsing request parameters. 2006-08-30 05:50:02 +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 Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
flash.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
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 Integration tests: thoroughly test ActionController::Integration::Session. Closes #6022. 2006-09-03 23:34:57 +00:00
layout.rb New dependencies implementation 2006-08-08 21:21:04 +00:00
mime_responds.rb Docs and deprecation 2006-09-03 23:28:54 +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 Tighten rescue clauses. Closes #5985. 2006-08-31 03:16:28 +00:00
resources.rb Update routing documentation. Closes #6017 [Nathan Witmer] 2006-09-02 20:43:29 +00:00
response.rb Add layout attribute to response object with the name of the layout that was rendered, or nil if none rendered. [Kevin Clark kevin.clark@gmail.com] 2006-05-17 07:25:36 +00:00
routing.rb Relax Routing's anchor pattern warning; it was preventing use of [^/] inside restrictions. 2006-08-15 02:04:11 +00:00
scaffolding.rb Fixed a few find_alls 2006-08-31 23:38:03 +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 Add UrlWriter to allow writing urls from Mailers and scripts. 2006-08-24 06:15:01 +00:00
verification.rb Deprecation: update docs. Closes #5998. 2006-09-01 23:37:10 +00:00