Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History

episode-129

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
Railscasts Episode #129: Custom Daemon

http://railscasts.com/episodes/129

Commands:

  sudo gem install daemons
  script/plugin install git://github.com/dougal/daemon_generator.git
  script/generate daemon mailer
  RAILS_ENV=development lib/daemons/mailer_ctl start