public
Description: The full source code for projects used in Railscasts episodes.
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts-episodes.git
ryanb (author)
Sun Nov 01 23:20:25 -0800 2009
commit  64fa4170616e360c8222352468bf7938d5cb3381
tree    6c327d53bb8baec56fab6c2f9819aa5ac06d0b5e
parent  b09f740d4790d935da4a2383e9f9826dc19e9065
railscasts-episodes / episode-129
name age message
..
file README Sun Sep 28 22:25:01 -0700 2008 adding episode 129 [ryanb]
directory mailit/ Sun Sep 28 22:25:01 -0700 2008 adding episode 129 [ryanb]
episode-129/README
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