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/abstract_controller
Xavier Noria a9dc45459a code gardening: removes redundant selfs
A few have been left for aesthetic reasons, but have made a pass
and removed most of them.

Note that if the method `foo` returns an array, `foo << 1`
is a regular push, nothing to do with assignments, so
no self required.
2016-08-08 01:12:38 +02:00
..
caching Move Caching module to Abstract Controller 2016-02-23 21:11:15 -03:00
railties Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
asset_paths.rb
base.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00
caching.rb Modify LogSubscriber for single partial's cache message. 2016-08-08 00:24:39 +08:00
callbacks.rb modernizes hash syntax in actionpack 2016-08-06 19:35:13 +02:00
collector.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
error.rb Break up a circular require between AP/AV 2016-03-11 14:42:47 -07:00
helpers.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
logger.rb
rendering.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00
translation.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00
url_for.rb fixed a typo [ci skip] 2014-05-17 00:29:09 +09:00