rails / activejob

Declare job classes that can be run by a variety of queueing backends
743 stars 47 forks source link

Add a proper usage guide #66

Closed dhh closed 8 years ago

dhh commented 10 years ago

Let's get a Rails Guide started for ActiveJob. Something ala http://guides.rubyonrails.org/active_record_basics.html. Explain why you would want to delay work in jobs, how to do it, etc.

seuros commented 10 years ago

Great. Let do it first in the github wiki first. So drop by drop , we could have all the guide up and ready. I can help, but someone has to start it.

jwworth commented 8 years ago

Could this issue be closed, via: http://guides.rubyonrails.org/active_job_basics.html ?

seuros commented 8 years ago

@jwworth this repo is not used anymore. Active job was merged into rails.