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.
2 parents 6911b00 + 087bad3 commit 0c981d6Copy full SHA for 0c981d6
railties/lib/rails/generators/actions.rb
@@ -445,11 +445,10 @@ def readme(path)
445
446
private
447
# Define log for backwards compatibility. If just one argument is sent,
448
- # invoke say, otherwise invoke say_status. Differently from say and
449
- # similarly to say_status, this method respects the quiet? option given.
+ # invoke say, otherwise invoke say_status.
450
def log(*args) # :doc:
451
if args.size == 1
452
- say args.first.to_s unless options.quiet?
+ say args.first.to_s
453
else
454
args << (behavior == :invoke ? :green : :red)
455
say_status(*args)
0 commit comments