Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change references from Rake task to Rails command #33511

Merged
merged 1 commit into from
Aug 5, 2018
Merged

Change references from Rake task to Rails command #33511

merged 1 commit into from
Aug 5, 2018

Conversation

albertoalmagro
Copy link
Contributor

Summary

This commit follows the path we started at commit ea4f0e2 and continued at PR #33229.

Thanks for your review!

@rails-bot
Copy link

r? @schneems

(@rails-bot has picked a reviewer for you, use r? to override)

@albertoalmagro
Copy link
Contributor Author

r? @matthewd

@rails-bot rails-bot assigned matthewd and unassigned schneems Aug 1, 2018
@@ -58,7 +58,7 @@ def to_s(options = {})
# Used in annotations.rake
#:nodoc:
def self.notes_task_deprecation_warning
ActiveSupport::Deprecation.warn("This rake task is deprecated and will be removed in Rails 6.1. \nRefer to `rails notes --help` for more information.\n")
ActiveSupport::Deprecation.warn("This Rails command is deprecated and will be removed in Rails 6.1. \nRefer to `rails notes --help` for more information.\n")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here should be rake task.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So true... 😮 Good catch @rafaelfranca

Changing it.

This commit follows the path we started at commit #ea4f0e2
and continued at PR #33229.
@schneems
Copy link
Member

schneems commented Aug 5, 2018

Thanks!

@schneems schneems merged commit 3bcdd09 into rails:master Aug 5, 2018
@albertoalmagro albertoalmagro deleted the change-references-from-rake-to-rails-command branch August 5, 2018 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants