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
Jorge Bejar 84e8accd6f Do not add format key to request_params
I did this change but it is affecting how the request params end up
after being processed by the router.

To be in the safe side, I just take the format from the extension in the
URL when is not present in those params and it's being used only for the
`Request#formats` method
2015-12-09 10:53:46 -03:00
..
cache.rb use methods for accessing the cache control headers 2015-10-06 13:39:03 -07:00
filter_parameters.rb Renamed ‘Return’ to ‘Returns’ [ci skip] 2015-09-28 20:15:53 +05:30
filter_redirect.rb use the abstract API in modules 2015-08-27 12:00:56 -07:00
headers.rb Introduce Headers#add. Move Response#add_header upstream. 2015-10-03 21:59:18 -07:00
mime_negotiation.rb Do not add format key to request_params 2015-12-09 10:53:46 -03:00
mime_type.rb Shrink a couple of deprecation warnings to one-liners 2015-12-06 05:10:49 +10:30
mime_types.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
parameter_filter.rb Freeze string literals when not mutated. 2015-07-19 17:45:10 -05:00
parameters.rb Do not add format key to request_params 2015-12-09 10:53:46 -03:00
rack_cache.rb
request.rb Stop violating law of demeter in response cookie_jar 2015-12-06 15:32:47 -05:00
response.rb Only commit the cookie jar if it hasn't been committed 2015-12-06 16:28:45 -05:00
upload.rb Assume uploaded filename is UTF-8 2015-08-05 20:24:58 +09:00
url.rb In url_for, never append ? when the query string is empty anyway. 2015-10-29 17:02:13 -07:00