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
Santiago Pastorino 4c16791f35 Add ActionController::HTTP
More info http://edgeguides.rubyonrails.org/api_app.html

[Carlos Antonio da Silva & Santiago Pastorino]
2012-03-14 12:46:23 -03:00
..
cache.rb Merge pull request #3479 from arvida/ensure-date-header-on-expires-in 2012-02-18 00:28:23 -08:00
filter_parameters.rb Exclude rack.request.form_vars from request.filtered_env 2012-01-18 19:42:31 +01:00
headers.rb Unneeded require memoizable 2011-11-12 23:15:54 +09:00
mime_negotiation.rb Check Accept and Content-Type headers before evaluating them in xhr requests. Closes #2119 2011-07-19 22:05:16 +02:00
mime_type.rb Added parsing of arbitrary media type parameters. 2012-03-05 15:10:23 -05:00
mime_types.rb Add 'image/pjpeg' format used by IE 2012-01-29 17:36:10 +01:00
parameter_filter.rb Use freezed string constant. Some string literals is used repeatedly. 2011-12-08 02:19:15 +09:00
parameters.rb deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
rack_cache.rb Deprecate RAILS_CACHE constant. 2012-01-18 01:53:09 +09:00
request.rb reduced localhost check to two method calls 2012-02-28 17:48:26 -08:00
response.rb Add ActionController::HTTP 2012-03-14 12:46:23 -03:00
upload.rb Refactor AD::UploadedFile, and raise sooner if tempfile is not present 2012-03-06 18:34:20 -03:00
url.rb Optimize path helpers. 2012-03-02 01:59:03 +01:00