From c33c985c5a2454d2e129b80fa92fb6a73331b93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Fri, 30 Apr 2021 00:02:10 -0400 Subject: [PATCH] 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 https://github.com/rails/rails/pull/38813 --- railties/lib/rails/generators.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/railties/lib/rails/generators.rb b/railties/lib/rails/generators.rb index 0b27c3bd85..5544fe8f58 100644 --- a/railties/lib/rails/generators.rb +++ b/railties/lib/rails/generators.rb @@ -34,12 +34,9 @@ module Rails actions: "-a", orm: "-o", javascripts: "-j", - javascript_engine: "-je", resource_controller: "-c", scaffold_controller: "-c", stylesheets: "-y", - stylesheet_engine: "-se", - scaffold_stylesheet: "-ss", template_engine: "-e", test_framework: "-t" },