rails--rails/actionpack/lib/action_controller
Jeremy Kemper c396c5ab31 Integration tests behave well with render_component. Closes #4632.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4582 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-07-08 00:18:42 +00:00
..
cgi_ext r4748@asus: jeremy | 2006-06-29 22:40:35 -0700 2006-06-30 05:41:03 +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 Clarify partial filename constraints. Closes #1161. 2006-07-07 22:53:46 +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 Determine the correct template_root for deeply nested components. Closes #2841. 2006-06-21 00:31:43 +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 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 Fixed that the flash should be reset when reset_session is called (closes #5584) [shugo@ruby-lang.org] 2006-07-05 01:14:53 +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 Integration tests behave well with render_component. Closes #4632. 2006-07-08 00:18:42 +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 Make new mime types first class [DHH] 2006-06-02 04:29:34 +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 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
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 Fix documentation for with_routing to reflect new reality (closes #5281) 2006-06-05 14:14:32 +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