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
Nobuyoshi Nakada 477e71b6b6
Reduce stat(2) calls
`File.file?` and other predicates for permissions can use same
stat(2) call result.
2019-09-22 18:23:09 +09:00
..
http return early 2019-09-17 07:59:04 +09:00
journey Reduce Hash allocations 2019-09-18 14:37:27 +09:00
middleware Reduce stat(2) calls 2019-09-22 18:23:09 +09:00
request Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
routing Refactor define_url_helper to share the same instance between _path and _url 2019-09-06 14:23:38 +02:00
system_testing Use try only when we're unsure if the receiver would respond_to the method 2019-08-01 17:58:00 +09:00
testing IntegrationTest#head also does not accept non-keyword arguments 2019-09-14 08:43:35 +09:00
journey.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
railtie.rb Don't include routes helpers inside System test class: 2019-07-16 22:18:32 +02:00
routing.rb Fix code examples' indentation in ActionDispatch::Routing [ci skip] 2019-02-26 14:04:08 -05:00
system_test_case.rb Fix Class#new + keyword arguments warnings 2019-09-09 02:35:59 +09:00