rails/actionpack/lib/action_controller
2006-08-07 12:40:14 +00:00
..
cgi_ext The white space inquisition is coming for you! 2006-08-04 16:47:48 +00:00
macros Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +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 Hash.create_from_xml(string) which will create a hash from a XML string and even typecast if possible [DHH] 2006-06-16 10:07:13 +00:00
assertions.rb More tweaks to make sure assert_redirected_to works with symbols 2006-08-01 21:34:58 +00:00
base.rb Deprecate direct usage of @params. Update ActionView::Base for instance var deprecation. 2006-08-07 12:40:14 +00:00
benchmarking.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
caching.rb Fix typo in caching docs. [Marcel Molina Jr.] 2006-08-04 00:02:44 +00:00
cgi_process.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +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 Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
dependencies.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
deprecated_assertions.rb Hide the deprecated methods from the docs 2005-04-17 11:47:54 +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 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
helpers.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
integration.rb r4886@ks: jeremy | 2006-07-31 00:01:55 -0700 2006-07-31 07:02:08 +00:00
layout.rb Added exception handling of missing layouts (closes #5373) [chris@ozmm.org] 2006-07-05 02:38:55 +00:00
mime_responds.rb Short documentation to mention use of Mime::Type.register. Closes #5710 [choonkeat@gmail.com] 2006-08-05 02:00:04 +00:00
mime_type.rb Added ICS to extension lookup recognition [Lars Pind] 2006-07-26 16:34:49 +00:00
pagination.rb Deprecate direct usage of @params. Update ActionView::Base for instance var deprecation. 2006-08-07 12:40:14 +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 Deprecate direct usage of @params. Update ActionView::Base for instance var deprecation. 2006-08-07 12:40:14 +00:00
resources.rb add Rdocs to map.resources 2006-08-06 16:33:22 +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 it's me, john wayne 2006-08-07 06:13:01 +00:00
scaffolding.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +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 Excise the headache-prone syswrite in send_file. 2006-06-02 03:34:38 +00:00
test_process.rb show missing file path on failed fixture_file_upload 2006-07-30 16:16:46 +00:00
url_rewriter.rb Add route_name_path method to generate only the path for a named routes. For example, map.person will add person_path. 2006-06-30 02:36:17 +00:00
verification.rb Deprecate direct usage of @params. Update ActionView::Base for instance var deprecation. 2006-08-07 12:40:14 +00:00