1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Akira Matsuda 5473e390d3 self. is not needed when calling its own instance method
Actually, private methods cannot be called with `self.`, so it's not just redundant, it's a bad habit in Ruby
2017-01-05 19:58:52 +09:00
..
actionpack use Gem.win_platform? to check windows Ruby platforms 2016-11-30 20:57:50 +09:00
activerecord self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
fixtures split DELEGATION_RESERVED_METHOD_NAMES in half 2016-12-09 05:21:11 +09:00
lib/controller Generate indexed names in input even when objects are not persisted 2017-01-03 16:47:13 -05:00
template Merge pull request #27549 from mpugach/consider_params_in_current_page 2017-01-04 23:34:56 -05:00
tmp
ujs Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
abstract_unit.rb Privatize unneededly protected methods in Action View tests 2016-12-23 23:49:02 +09:00
active_record_unit.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00