.. |
cache.rb
|
Reduce Array allocations
|
2019-07-31 17:41:34 +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
|
Use match? where we don't need MatchData
|
2019-07-27 13:06:49 +09:00 |
mime_type.rb
|
Use match? where we don't need MatchData
|
2019-07-29 14:23:10 +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
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
rack_cache.rb
|
Use frozen string literal in actionpack/
|
2017-07-29 14:02:40 +03:00 |
request.rb
|
Reduce String allocation when finding controller class
|
2019-07-31 11:51:19 +09:00 |
response.rb
|
No need to synchronize for just reading an ivar, at least in MRI
|
2019-09-04 12:45:27 +09:00 |
upload.rb
|
Restore UploadedFile compatibility with IO.copy_stream
|
2019-02-23 23:36:58 +01:00 |
url.rb
|
Use match? where we don't need MatchData
|
2019-07-27 13:06:49 +09:00 |