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
Aaron Patterson 529136d670 stop inheriting from Rack::Request
Just include the modules necessary in the Request object to implement
the things we need.  This should make it easier to build delegate
request objects because the API is smaller
2015-09-04 17:37:22 -07:00
..
cache.rb Remove not used requires 2015-09-01 20:36:47 +02:00
filter_parameters.rb stop inheriting from Rack::Request 2015-09-04 17:37:22 -07:00
filter_redirect.rb use the abstract API in modules 2015-08-27 12:00:56 -07:00
headers.rb stop inheriting from Rack::Request 2015-09-04 17:37:22 -07:00
mime_negotiation.rb stop inheriting from Rack::Request 2015-09-04 17:37:22 -07:00
mime_type.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04: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 Freeze string literals when not mutated. 2015-07-19 17:45:10 -05:00
parameters.rb Code cleanup 2015-08-27 11:39:57 +02:00
rack_cache.rb
request.rb stop inheriting from Rack::Request 2015-09-04 17:37:22 -07:00
response.rb remove useless conditional 2015-08-27 11:38:52 -07:00
upload.rb Assume uploaded filename is UTF-8 2015-08-05 20:24:58 +09:00
url.rb stop inheriting from Rack::Request 2015-09-04 17:37:22 -07:00