rails--rails/actionpack/lib/action_controller
Rick Olson 2c73115b2f port over some of the csrf_killer README docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7614 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-09-24 17:59:17 +00:00
..
assertions Roll back #7578, tests failed 2007-09-22 23:10:41 +00:00
cgi_ext Fix buffer 2007-09-22 05:14:56 +00:00
session Random hits from the style nazi 2007-09-09 23:12:57 +00:00
templates/rescues Purge empty files 2007-09-11 19:54:06 +00:00
vendor/html-scanner/html [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey] 2007-09-21 20:45:49 +00:00
assertions.rb Dont need all of test/unit (closes #6673) [zenspider/josh] 2007-09-23 22:12:45 +00:00
base.rb Rename some RequestForgeryProtection methods. The class method is now #protect_from_forgery, and the default parameter is now 'authenticity_token'. [Rick] 2007-09-23 18:14:44 +00:00
benchmarking.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
caching.rb Fixed cache_page to use the request url instead of the routing options when picking a save path (closes #8614) [josh] 2007-09-23 21:56:52 +00:00
cgi_ext.rb Parse url-encoded and multipart requests ourselves instead of delegating to CGI. 2007-05-18 06:24:50 +00:00
cgi_process.rb request.host works with IPv6 addresses. Closes #9458. 2007-08-31 19:03:42 +00:00
components.rb Random hits from the style nazi 2007-09-09 23:12:57 +00:00
cookies.rb Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an improvement for XSS attacks (closes #8895) [lifo/Spakman] 2007-09-21 15:05:49 +00:00
filters.rb Random hits from the style nazi 2007-09-09 23:12:57 +00:00
flash.rb Removed ActionController::Base#keep_flash (use flash.keep instead) 2007-09-09 21:54:59 +00:00
helpers.rb Random hits from the style nazi 2007-09-09 23:12:57 +00:00
http_authentication.rb Random hits from the style nazi 2007-09-09 23:12:57 +00:00
integration.rb Random hits from the style nazi 2007-09-09 23:12:57 +00:00
layout.rb Fixed that default layouts did not take the format into account #9564 [lifofifo] 2007-09-18 23:10:34 +00:00
mime_responds.rb Random hits from the style nazi 2007-09-09 23:12:57 +00:00
mime_type.rb Added that render :json will automatically call .to_json unless its being passed a string [DHH] Added Mime::Type.register_alias for dealing with different formats using the same mime type [DHH] 2007-09-20 23:34:07 +00:00
mime_types.rb Add multipart and url-encoded form mime types. 2007-05-15 23:57:16 +00:00
polymorphic_routes.rb Random hits from the style nazi 2007-09-09 23:12:57 +00:00
record_identifier.rb Resources: url_for([parent, child]) generates /parents/1/children/2 for the nested resource. Likewise with the other simply helpful methods like form_for and link_to. Closes #6432. 2007-06-05 19:10:59 +00:00
request.rb Added security notice to Request#remote_ip underlining the fact that its value can be spoofed (and that you should use Request#remote_addr if thats a concern for your application) [Adrian Holovaty] 2007-09-17 11:12:10 +00:00
request_forgery_protection.rb port over some of the csrf_killer README docs 2007-09-24 17:59:17 +00:00
rescue.rb Introduce ActionController::Base.rescue_from to declare exception-handling methods. Cleaner style than the case-heavy rescue_action_in_public. Closes #9449. 2007-09-23 21:56:22 +00:00
resources.rb Doc fix (closes #9123) [tzaharia] 2007-09-22 18:03:31 +00:00
response.rb Send freshness information when sending Etags. Without this internet explorer will not send conditional gets for a resource, but instead hold on to the responses for the current browser session. 2007-08-12 22:32:19 +00:00
routing.rb Remove , and ; (comma and semicolon) from routing separators again. References #8558. 2007-09-23 21:58:02 +00:00
routing_optimisation.rb Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612. 2007-09-23 22:52:57 +00:00
session_management.rb Use extract_options instead of ad-hoc partial implementations. [norbert] Closes #9313 2007-08-28 23:16:49 +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 Add option to force binary mode on tempfile used for fixture_file_upload. Closes #6380. 2007-09-14 07:34:45 +00:00
url_rewriter.rb Disable optimisation code for UrlWriter as request.host doesn't make sense there. 2007-09-17 09:30:18 +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