Skip to content

Files

Latest commit

06e2e20 · Jul 20, 2009

History

History
This branch is 130 commits behind ryanb/railscasts-episodes:master.

episode-171

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 20, 2009
Jul 20, 2009
Railscasts Episode #171: Delayed Job

http://railscasts.com/episodes/171

Commands
  script/plugin install git://github.com/collectiveidea/delayed_job.git
  script/generate delayed_job
  rake db:migrate
  rake jobs:work