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
Ryuta Kamizono 98a1405f07 Dogfooding "active_support/core_ext/symbol/starts_ends_with"
Any missing thing would be found such like #39159.
2020-05-06 14:19:25 +09:00
..
cache.rb Deprecate starts_with? and ends_with? for String core extensions 2020-05-05 15:51:24 +09:00
content_disposition.rb Encode Content-Disposition filenames on send_data and send_file 2018-09-13 21:38:46 +09:00
content_security_policy.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
feature_policy.rb Use try only when we're unsure if the receiver would respond_to the method 2019-08-01 17:58:00 +09:00
filter_parameters.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
filter_redirect.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
headers.rb Reduce String allocations while handling HTTP headers 2019-08-19 00:03:25 +09:00
mime_negotiation.rb Add comment to BROWSER_LIKE_ACCEPTS [ci skip] 2019-11-18 15:16:00 +01:00
mime_type.rb Dogfooding "active_support/core_ext/symbol/starts_ends_with" 2020-05-06 14:19:25 +09:00
mime_types.rb Fix typo in mime type registering 2017-11-29 02:37:39 -05:00
parameter_filter.rb Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::ParameterFilter 2018-10-08 08:05:40 +09:00
parameters.rb Distinguish missing controller exceptions from unrelated NameError 2019-12-04 16:11:54 +01:00
rack_cache.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
request.rb Avoid extra string allocation in the methods generated by eval 2020-03-10 17:43:35 +09:00
response.rb Avoid synchronize { } call only for MRI 2020-05-05 21:33:23 +09:00
upload.rb Restore UploadedFile compatibility with IO.copy_stream 2019-02-23 23:36:58 +01:00
url.rb Heed config.force_ssl when building URL 2020-04-05 18:19:31 -05:00