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

generate ApplicationJob if it does not already exist #24165

Merged

Conversation

y-yagi
Copy link
Member

@y-yagi y-yagi commented Mar 12, 2016

ActiveJob jobs now inherit from ApplicationJob by default.
However, when updating to Rails 5 from the old Rails,
since there is a possibility that ApplicationJob does not exist.

@rails-bot
Copy link

r? @eileencodes

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

@eileencodes
Copy link
Member

Hey @y-yagi can you rebase and I'll merge? Thanks!

ActiveJob jobs now inherit from ApplicationJob by default.
However, when updating to Rails 5 from the old Rails,
since there is a possibility that ApplicationJob does not exist.
@y-yagi y-yagi force-pushed the generate_application_job_when_not_exist branch from b731fc6 to 9a9fc01 Compare March 25, 2016 04:22
@y-yagi
Copy link
Member Author

y-yagi commented Mar 25, 2016

Hi @eileencodes I rebased with master. Thanks!

@eileencodes eileencodes merged commit e88d63e into rails:master Apr 9, 2016
@y-yagi y-yagi deleted the generate_application_job_when_not_exist branch April 9, 2016 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants