We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621ee37 commit b7bdacfCopy full SHA for b7bdacf
railties/lib/rails/generators/rails/app/app_generator.rb
@@ -149,7 +149,7 @@ module Generators
149
# can change in Ruby 1.8.7 when we FileUtils.cd.
150
RAILS_DEV_PATH = File.expand_path("../../../../../..", File.dirname(__FILE__))
151
152
- RESERVED_NAMES = %w[generate console server dbconsole
+ RESERVED_NAMES = %w[generate g console c server s dbconsole db
153
application destroy benchmarker profiler
154
plugin runner test]
155
0 commit comments