1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/generators
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
..
actions Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
css applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
erb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
js/assets applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
rails Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-engine" 2017-01-03 21:51:18 -05:00
test_unit Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-engine" 2017-01-03 21:51:18 -05:00
testing Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
actions.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
active_model.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
app_base.rb remove skip_bundle option from plugin generator 2016-12-31 18:55:35 +09:00
base.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
erb.rb Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
generated_attribute.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
migration.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
model_helpers.rb applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
named_base.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
resource_helpers.rb Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
test_case.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
test_unit.rb applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00