An open API service indexing awesome lists of open source software.

https://github.com/driftingruby/009-activejob

ActiveJob is a built in wrapper within Rails 4 for your background processors. By adding this layer to your application, swapping background processors is much easier as you will only be affecting a limited number of files.
https://github.com/driftingruby/009-activejob

Last synced: about 1 year ago
JSON representation

ActiveJob is a built in wrapper within Rails 4 for your background processors. By adding this layer to your application, swapping background processors is much easier as you will only be affecting a limited number of files.

Awesome Lists containing this project