Created
June 22, 2011 21:03
how to start and stop custom daemon in Rails. According to Ryan Bates.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RAILS_ENV=development lib/daemons/mailer_ctl start | |
RAILS_ENV=development lib/daemons/mailer_ctl stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment