activejob
Here are 68 public repositories matching this topic...
-
Updated
Dec 1, 2021 - Ruby
It would be nice to have English UI strings extracted to a yml file to allow support for other locales.
We're liable to run into some RTL and spacing challenges once other translations are added, but we can address those as they arise. Ideally dates/times should be localized (as we they are currently locked to English in #407)
-
Updated
May 25, 2021 - Java
This is a bag of thoughts issue, I encourage everyone to file more specific detailed issues and send pull requests.
-
do not use keyword arguments in plain Sidekiq workers mperham/sidekiq#2372 (check if it works or not with ActiveJob)
-
do not schedule jobs inside a transaction if a record created/updated inside this transaction will be directly or indirectl
-
Updated
Sep 3, 2020 - Ruby
-
Updated
Oct 22, 2021 - Ruby
-
Updated
Nov 26, 2021 - Ruby
-
Updated
Sep 2, 2019 - Ruby
-
Updated
Aug 28, 2019 - Ruby
-
Updated
Sep 28, 2021 - Ruby
-
Updated
Aug 9, 2021 - Ruby
-
Updated
Jun 15, 2021 - Ruby
-
Updated
Sep 27, 2021 - Ruby
-
Updated
Oct 12, 2021 - Ruby
-
Updated
Oct 25, 2021 - Ruby
-
Updated
Aug 5, 2021 - Ruby
-
Updated
Oct 28, 2021 - Ruby
-
Updated
Dec 9, 2021 - Ruby
-
Updated
May 12, 2021 - Ruby
-
Updated
Jan 23, 2020 - Ruby
-
Updated
Apr 7, 2021 - Ruby
Improve this page
Add a description, image, and links to the activejob topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the activejob topic, visit your repo's landing page and select "manage topics."
Hello,
In section 8 of Getting Started, users learn how to add a status attribute. By the end of the section, they should have this feature working well, including a count of public posts on the index page. However if the user played with the blog application and already created some posts, this count won't include these posts as values hav