rails/actionpack/lib/action_controller
2006-06-02 06:30:23 +00:00
..
cgi_ext Rewind readable CGI params so others may reread them (such as CGI::Session when passing the session id in a multipart form). Closes #210. 2006-06-02 06:30:23 +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 Update layout and content_for documentation to use yield rather than magic @content_for instance variables. 2006-04-25 04:03:51 +00:00
vendor allow -'s in tag names for html scanner when scanning AR xml documents 2006-04-22 18:12:31 +00:00
assertions.rb New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
base.rb Added support for Mime objects in render :content_type option [DHH] 2006-06-02 03:39:56 +00:00
benchmarking.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
caching.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
cgi_process.rb Use #flush between switching from #write to #syswrite. Closes #4907. [Blair Zajac <blair@orcaware.com>] 2006-04-29 05:06:49 +00:00
components.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +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 Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +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 Tweaks to integration tests and url rewriter for further compatibility with new routes 2006-06-01 16:20:26 +00:00
layout.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
mime_responds.rb Finish custom handling [DHH] 2006-06-02 04:38:28 +00:00
mime_type.rb Make new mime types first class [DHH] 2006-06-02 04:29:34 +00:00
pagination.rb Remove all remaining references to @params in the documentation. 2006-04-25 17:42:48 +00:00
request.rb Documentation for AbstractRequest. Closes #4895. [kevin.clark@gmail.com] 2006-04-26 18:35:53 +00:00
rescue.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20: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 Add RouteSet::Mapper#named_route for compatibility with adding programmatically named routes 2006-06-01 16:00:15 +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 Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
streaming.rb Excise the headache-prone syswrite in send_file. 2006-06-02 03:34:38 +00:00
test_process.rb New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
url_rewriter.rb Tweaks to integration tests and url rewriter for further compatibility with new routes 2006-06-01 16:20:26 +00:00
verification.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00