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 777de48 commit b5a9525Copy full SHA for b5a9525
lib/rails/diff.rb
@@ -182,13 +182,10 @@ def generate_app
182
end
183
184
if railsrc_options
185
- info "Using default options from #{RAILSRC_PATH}:"
186
- puts " > #{railsrc_options.join(' ')}\n\n"
+ info "Using default options from #{RAILSRC_PATH}:\n > #{railsrc_options.join(' ')}"
187
188
189
- info "Generating new Rails application"
190
- puts " > #{rails_new_command.join(' ')}\n"
191
-
+ info "Generating new Rails application\n > #{rails_new_command.join(' ')}"
192
system!(*rails_new_command)
193
194
0 commit comments