rails/actionpack/lib/action_controller
David Heinemeier Hansson 951b4d2799 Still need the regular assertions
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5028 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-09-05 23:04:14 +00:00
..
assertions Active Record integration deprecation tests 2006-09-04 03:07:17 +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 Better bundling of new assertions and make integration tests work again 2006-09-05 21:28:22 +00:00
base.rb Doc fix (closes #6023) 2006-09-04 16:47:48 +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 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 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 Changed that uncaught exceptions raised any where in the application will cause RAILS_ROOT/public/500.html to be read and shown instead of just the static "Application error (Rails)" [DHH] 2006-09-03 23:51:34 +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 Documentation for routes (closes #5165) [rramdas@gmail.com] 2006-09-04 20:34:19 +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 Add UrlWriter to allow writing urls from Mailers and scripts. 2006-08-24 06:15:01 +00:00
verification.rb Update usage notes to verify 2006-09-04 19:42:10 +00:00