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-04-09 15:33:38 +00:00
..
assertions documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
cgi_ext Removed ill faded xml_node class from codebase. Use XmlSimple instead 2007-04-09 15:33:38 +00:00
macros Added deprecation language for in_place_editor and auto_complete_field that both pieces will become plugins by Rails 2.0 [DHH] 2006-09-03 23:22:24 +00:00
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 Apply the rest of Chads patch 2007-02-21 00:29:44 +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 Change ActionView template defaults. Look for templates using the request format first, such as show.html.erb or show.xml.builder, before looking for the old defaults like show.erb or show.builder [Rick] 2007-04-02 00:02:11 +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 Deprecate @response 2006-09-29 08:26:45 +00:00
filters.rb Consistent public/protected/private visibility for chained methods. Closes #7813. 2007-03-13 02:14:31 +00:00
flash.rb Consistent public/protected/private visibility for chained methods. Closes #7813. 2007-03-13 02:14:31 +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
integration.rb Integration tests: introduce methods for other HTTP methods. Closes #6353. 2007-02-22 09:28:10 +00:00
layout.rb Consistent public/protected/private visibility for chained methods. Closes #7813. 2007-03-13 02:14:31 +00:00
mime_responds.rb Change default respond_to templates for xml and rjs formats. [Rick] 2007-04-08 17:16:36 +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 Docs and deprecation 2006-09-03 23:28:54 +00:00
request.rb Fix nil error for requests with empty PATH_INFO header such as those which are send by the ScanAlert spider 2007-03-19 18:02:24 +00:00
rescue.rb Added .erb and .builder as preferred aliases to the now deprecated .rhtml and .rxml extensions [Chad Fowler]. This is done to separate the renderer from the mime type. .erb templates are often used to render emails, atom, csv, whatever. So labeling them .rhtml doesn't make too much sense. The same goes for .rxml, which can be used to build everything from HTML to Atom to whatever. .rhtml and .rxml will continue to work until Rails 3.0, though. So this is a slow phasing out. All generators and examples will start using the new aliases, though. 2007-02-20 22:09:12 +00:00
resources.rb Dropped the use of ; as a separator of non-crud actions on resources and went back to the vanilla slash. It was a neat idea, but lots of the non-crud actions turned out not to be RPC (as the ; was primarily intended to discourage), but legitimate sub-resources, like /parties/recent, which didn't deserve the uglification of /parties;recent. Further more, the semicolon caused issues with caching and HTTP authentication in Safari. Just Not Worth It [DHH] 2007-03-28 21:55:40 +00:00
response.rb Prefer MIME constants to strings. Closes #7707. 2007-03-06 09:46:04 +00:00
routing.rb Make sure the expiry hash is built by comparing the to_param-ized values of each hash 2007-03-26 19:02:19 +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 documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +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