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
Fumiaki MATSUSHIMA a0d4d78884 Remove unused method namespaced_file_path
```
$ git grep namespaced_file_path
railties/lib/rails/generators/named_base.rb:        def namespaced_file_path
railties/lib/rails/generators/named_base.rb:          @namespaced_file_path ||= namespaced_class_path.join("/")
```
2016-12-14 19:10:11 +09:00
..
actions applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
css applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
erb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
js/assets applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
rails Oops! 2016-12-12 21:34:22 +09:00
test_unit applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
testing code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
actions.rb use Gem.win_platform? to check windows Ruby platforms 2016-11-30 20:57:50 +09:00
active_model.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
app_base.rb Don't assign a default to webpack. 2016-12-12 21:10:50 +01:00
base.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
erb.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
generated_attribute.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
migration.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
model_helpers.rb applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
named_base.rb Remove unused method namespaced_file_path 2016-12-14 19:10:11 +09:00
resource_helpers.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02: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