rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson 45e319d0f8 Added ICS to extension lookup recognition [Lars Pind]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4622 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-07-26 16:34:49 +00:00
..
cgi_ext r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +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
templates Remove problematic control chars in rescue template. (closes #5316) 2006-06-08 16:18:10 +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 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 Update render :partial documentation. Closes #5646. 2006-07-08 01:50:58 +00:00
benchmarking.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +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 r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
components.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
cookies.rb
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
deprecated_redirects.rb Fixed docs 2006-03-28 03:19:27 +00:00
deprecated_request_methods.rb
filters.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
flash.rb Fixed that you can still access the flash after the flash has been reset in reset_session. Closes #5584 [lmarlow@yahoo.com] 2006-07-22 02:31:21 +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 Reset @html_document between requests so assert_tag works. Closes #4810. 2006-07-08 04:58:55 +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 Doc fix (closes #5576) 2006-07-05 01:16:41 +00:00
mime_type.rb Added ICS to extension lookup recognition [Lars Pind] 2006-07-26 16:34:49 +00:00
pagination.rb Fix indent in pagination documentation. Closes #4990. [Kevin Clark] 2006-06-21 02:16:11 +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 Remove leak in development mode 2006-07-17 17:03:47 +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 r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +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 documentation fixes for ActionController::Verification::ClassMethods verify method. Closes #4310. [oleg.frolov@gmail.com] 2006-06-21 02:19:40 +00:00