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
Mehmet Emin İNAÇ 9a16a29f40 Remove already defined methods in super class of ActionDispatch::Request class
These methods had defined in 2004 by dhh in initial commit and `ActionDispatch::Request`
class has been inherited from `Rack::Request` class in 2009 by josh.
In 2014 these methods and more of them defined in `Rack::Request` class
so we don't need them anymore in rails codebase.
2015-05-28 20:59:21 +03:00
..
cache.rb Extract Date header to string constant in Http Response, similar to other headers 2015-01-14 12:37:58 +05:30
filter_parameters.rb Use ruby 1.9 lambda syntax in documentations [ci skip] 2015-05-03 02:50:31 +03:00
filter_redirect.rb nodoc filtered_location [ci skip] 2015-03-05 22:40:22 +05:30
headers.rb
mime_negotiation.rb Add ActiveSupport::ArrayInquirer and Array#inquiry 2015-03-24 13:33:01 -05:00
mime_type.rb fix method name in mime type example. Mime::Type.[] doesn't exist. [ci skip] 2015-02-23 22:38:33 +09:00
mime_types.rb Add application/vnd.api+json alias to the JSON MIME Type. 2015-05-27 21:51:04 -05:00
parameter_filter.rb ParameterFilter shouldn't try to dup symbol keys 2014-12-13 15:34:59 -05:00
parameters.rb Remove deprecated ActionDispatch::Http::Parameters#symbolized_path_parameters 2015-01-04 11:58:41 -03:00
rack_cache.rb
request.rb Remove already defined methods in super class of ActionDispatch::Request class 2015-05-28 20:59:21 +03:00
response.rb Spelling/typo/grammatical fixes [ci skip] 2015-05-23 03:01:33 +05:30
upload.rb always transcode the file to utf-8 2014-07-16 11:35:27 -07:00
url.rb Fix handling of empty X_FORWARDED_HOST header. 2015-03-20 20:32:30 +00:00