rails/actionpack/lib/abstract_controller
schneems e92adb3da6 Fewer allocations in caching/fragments.rb
Instead of using a splat on the head and tail we can mutate the array by flattening 1 level. We get further savings by not allocating another via `compact` but instead by using `compact!`
2018-08-29 09:49:24 -05:00
..
caching Fewer allocations in caching/fragments.rb 2018-08-29 09:49:24 -05:00
railties Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
asset_paths.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
base.rb Remove extra execution of uniq! on action_methods 2018-08-22 23:48:00 +03:00
caching.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
callbacks.rb Add cancellation info to before filter docs 2018-03-14 12:18:10 -07:00
collector.rb Rails guides are now served over https 2018-07-24 11:29:31 +09:00
error.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
helpers.rb Enable Start/EndWith and RegexpMatch cops 2018-07-28 17:37:17 -04:00
logger.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
rendering.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
translation.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
url_for.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00