rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson f22f352ee3 Added easy support for testing file uploads with fixture_file_upload (closes #4105) [turnip@turnipspatch.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3939 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-18 20:10:52 +00:00
..
cgi_ext Make sure xml_simple requests don't blow up if an empty request body is recieved 2006-03-18 18:56:19 +00:00
macros
session Fix problem with unloaded ARStore sessions being loaded when they are garbage collected, causing problems if there were AR objects in the session. 2006-03-08 16:53:34 +00:00
templates Add verification to scaffolds (generated and reflection based). Require POST for unsafe actions [Michael Koziarski]. Closes #2601 2006-03-14 01:57:12 +00:00
vendor Doc fixes 2006-03-05 21:37:12 +00:00
assertions.rb Add caution and restyle components 2006-02-12 01:06:45 +00:00
base.rb Simplify controller_path 2006-03-13 15:54:33 +00:00
benchmarking.rb Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH] 2006-02-12 05:51:02 +00:00
caching.rb Added that page caching will only happen if the response code is less than 400 (closes #4033) [g.bucher@teti.ch] 2006-03-02 01:48:56 +00:00
cgi_process.rb Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com] 2006-03-16 04:16:08 +00:00
code_generation.rb
components.rb Just use a normal update on the indifferent hash 2006-03-18 16:11:21 +00:00
cookies.rb
dependencies.rb
deprecated_assertions.rb
deprecated_redirects.rb
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 The session should be saved even if the filter chain is stopped 2006-02-12 16:35:15 +00:00
flash.rb make sure nil @session doesn't mess up wsod stacktraces 2006-03-10 14:41:37 +00:00
helpers.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
integration.rb Add Integration::Session.accept for setting the HTTP Accept header to use (defaults to FF 1.5 value) 2006-03-18 15:09:27 +00:00
layout.rb Simplify controller_path 2006-03-13 15:54:33 +00:00
mime_responds.rb Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot] 2006-03-18 06:43:37 +00:00
mime_type.rb Make Mime::Type.parse consider q values (if any) 2006-03-18 06:15:28 +00:00
pagination.rb Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]. Added :select option to Base.count that'll allow you to select something else than * to be counted on. Especially important for count queries using DISTINCT (closes #3839) [skaes]. 2006-02-20 03:15:22 +00:00
request.rb Add ability for relative_url_root to be specified via an environment variable RAILS_RELATIVE_URL_ROOT. Closes #4243. 2006-03-18 16:45:40 +00:00
rescue.rb Added protection against proxy setups treating requests as local even when they're not #3898 [stephen_purcell@yahoo.com] 2006-03-16 03:31:40 +00:00
response.rb
routing.rb Explain thyself 2006-03-16 04:09:18 +00:00
scaffolding.rb Add verification to scaffolds (generated and reflection based). Require POST for unsafe actions [Michael Koziarski]. Closes #2601 2006-03-14 01:57:12 +00:00
session_management.rb Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH] 2006-02-12 05:51:02 +00:00
streaming.rb
test_process.rb Added easy support for testing file uploads with fixture_file_upload (closes #4105) [turnip@turnipspatch.com] 2006-03-18 20:10:52 +00:00
url_rewriter.rb
verification.rb Document the :xhr option for verifications. Closes #3666. 2006-02-01 03:22:18 +00:00