1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
2007-05-14 11:14:30 +00:00
..
assertions documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
cgi_ext Fixed that parameters from XML should also be presented in a hash with indifferent access [DHH] Hash#with_indifferent_access now also converts hashes kept in arrays to indifferent access (makes it easier to treat HTML and XML parameters the same) [DHH] 2007-04-16 22:17:59 +00:00
macros
session Cookie session store: ensure that new sessions doesn't reuse data from a deleted session in the same request. 2007-03-14 11:33:10 +00:00
templates Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] 2007-04-28 15:57:29 +00:00
vendor/html-scanner/html Removed ill faded xml_node class from codebase. Use XmlSimple instead 2007-04-09 15:33:38 +00:00
assertions.rb Fix Test::Unit::TestCase#clean_backtrace 2007-01-28 07:10:35 +00:00
base.rb Removed deprecated parameters_for_method_reference concept (legacy from before named routes) [DHH] Added record identification with polymorphic routes for ActionController::Base#url_for and ActionView::Base#url_for [DHH] 2007-05-12 21:12:31 +00:00
benchmarking.rb Consistent public/protected/private visibility for chained methods. Closes #7813. 2007-03-13 02:14:31 +00:00
caching.rb Allow configuration of the default action cache path for #caches_action calls. [Rick Olson] 2007-03-22 10:12:34 +00:00
cgi_process.rb Performance: patch cgi/session/pstore to require digest/md5 once rather than per #initialize. Closes #7583. 2007-03-16 05:52:12 +00:00
components.rb Deprecation: remove toplevel components directory and uses_component_template_root. 2007-03-13 04:46:12 +00:00
cookies.rb
filters.rb Sweep flash when filter chain is halted. Closes #6175. [Caio Chassot <lists@v2studio.com>] 2007-05-06 04:17:01 +00:00
flash.rb Sweep flash when filter chain is halted. Closes #6175. [Caio Chassot <lists@v2studio.com>] 2007-05-06 04:17:01 +00:00
helpers.rb Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb in ApplicationController [DHH] 2007-02-24 20:31:34 +00:00
http_authentication.rb don't assume the http authorization header will be nil, since some configurations will pass it through as an empty string 2007-05-11 16:30:57 +00:00
integration.rb Add ActionController::Routing::Helpers, a module to contain common URL helpers such as polymorphic_url. 2007-05-12 04:18:46 +00:00
layout.rb Allow layouts with extension of .html.erb. Closes #8032 [Josh Knowles] 2007-04-12 17:11:48 +00:00
mime_responds.rb The default respond_to blocks don't set a specific extension anymore, so that both 'show.rjs' and 'show.js.rjs' will work. [Rick] 2007-04-12 20:25:32 +00:00
mime_type.rb Improved the handling of broken accept headers 2007-03-28 16:42:21 +00:00
mime_types.rb documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
pagination.rb
polymorphic_routes.rb Removed deprecated parameters_for_method_reference concept (legacy from before named routes) [DHH] Added record identification with polymorphic routes for ActionController::Base#url_for and ActionView::Base#url_for [DHH] 2007-05-12 21:12:31 +00:00
record_identifier.rb Added the first part of Simply Helpful to core. The rest is pending a clean integartion of polymorphic urls [DHH] 2007-04-30 01:17:56 +00:00
request.rb The default respond_to blocks don't set a specific extension anymore, so that both 'show.rjs' and 'show.js.rjs' will work. [Rick] 2007-04-12 20:25:32 +00:00
rescue.rb Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] 2007-04-28 15:57:29 +00:00
resources.rb Add brief introduction to REST to the resources documentation. Closes #8100. [fearoffish] 2007-05-06 04:55:16 +00:00
response.rb Prefer MIME constants to strings. Closes #7707. 2007-03-06 09:46:04 +00:00
routing.rb Rationalize route path escaping according to RFC 2396 section 3.3. Closes #7544, #8307. 2007-05-14 11:14:30 +00:00
scaffolding.rb Extract dynamic scaffolding into a plugin. Closes #7700. 2007-03-04 08:35:52 +00:00
session_management.rb Session configuration in config/environment.rb instead of app/controllers/application.rb 2007-02-22 00:57:02 +00:00
status_codes.rb Nodoc the irrelevant (from 1.2) 2007-01-26 21:37:38 +00:00
streaming.rb Allow send_file/send_data to use a registered mime type as the :type parameter #7620 [jonathan] 2007-02-25 20:16:58 +00:00
test_process.rb Prefer MIME constants to strings. Closes #7707. 2007-03-06 09:46:04 +00:00
url_rewriter.rb Add ActionController::Routing::Helpers, a module to contain common URL helpers such as polymorphic_url. 2007-05-12 04:18:46 +00:00
verification.rb Deprecation: verification with :redirect_to => :named_route shouldn't be deprecated. Closes #7525. 2007-03-14 01:38:41 +00:00