Skip to content

Commit c33c985

Browse files
committed
Remove aliases with two letter:
There a issues is use more than one character to use as aliases https://github.com/erikhuda/thor/blob/a5cbed8/lib/thor/base.rb#L307 So, for this change the convention is remove the two letters aliases rails#38813
1 parent 3682f11 commit c33c985

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

railties/lib/rails/generators.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ module Generators
3434
actions: "-a",
3535
orm: "-o",
3636
javascripts: "-j",
37-
javascript_engine: "-je",
3837
resource_controller: "-c",
3938
scaffold_controller: "-c",
4039
stylesheets: "-y",
41-
stylesheet_engine: "-se",
42-
scaffold_stylesheet: "-ss",
4340
template_engine: "-e",
4441
test_framework: "-t"
4542
},

0 commit comments

Comments
 (0)