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_dispatch/http
Prem Sichanugrist 3047376870 Add #no_content_type attribute to AD::Response
Setting this attribute to `true` will remove the content type header
from the request. This is use in `render :body` feature.
2014-02-18 12:11:41 -05:00
..
cache.rb drop an unused hash; change slang to SPECIAL 2013-03-19 11:00:01 +05:30
filter_parameters.rb adding missing requires 2013-01-09 15:34:58 -08:00
filter_redirect.rb only ask for the location filters once 2014-01-31 12:00:54 -08:00
headers.rb Http::Headers directly modifies the passed environment. 2013-03-15 10:13:49 +01:00
mime_negotiation.rb Check if variant array contains only symbols 2014-02-13 18:05:55 +01:00
mime_type.rb Move the null mime type to request.format 2013-12-23 16:16:49 -02:00
mime_types.rb Add Mime::Type.register "text/vcard", :vcf to the default list of mime types 2013-12-05 15:49:06 -08:00
parameter_filter.rb oops, forgot the default parameter 2012-10-18 18:03:09 -07:00
parameters.rb Use each_with_object 2013-08-19 15:23:03 -03:00
rack_cache.rb Deprecate RAILS_CACHE constant. 2012-01-18 01:53:09 +09:00
request.rb Change deep_munge call to avoid deprecation warning 2013-12-03 20:25:03 -02:00
response.rb Add #no_content_type attribute to AD::Response 2014-02-18 12:11:41 -05:00
upload.rb Normalize file parameters in same place as other parameters (ActionDispatch::Http::Parameters#normalize_encode_params) 2013-08-14 21:16:08 -05:00
url.rb Refactor ActionDispatch::Http::URL.build_host_url 2013-04-18 17:12:40 +01:00