Skip to content

Commit 05ff75b

Browse files
Rails: Remove outdated guidance on background jobs (#724)
This guidance was introduced [13 years ago][sha]! A lot has changed since then, and I don't think this reflects our current preferences. There's an [opportunity][] to discuss what our new preferences are, but for now, I think removing this is better than keeping it. [sha]: 19f450f [opportunity]: thoughtbot/suspenders#1210
1 parent e383492 commit 05ff75b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rails/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@
9797
[resource routing]: https://guides.rubyonrails.org/routing.html#resource-routing-the-rails-default
9898
[generating routes]: https://guides.rubyonrails.org/routing.html#generating-paths-and-urls-from-code
9999

100-
## Background Jobs
101-
102-
- Define a `PRIORITY` constant at the top of delayed job classes.
103-
- Define two public methods: `self.enqueue` and `perform`.
104-
- Put delayed job classes in `app/jobs`.
105-
106100
## Email
107101

108102
- Use the user's name in the `From` header and email in the `Reply-To` when

0 commit comments

Comments
 (0)