Skip to content

Instantly share code, notes, and snippets.

@alexvbush
Created June 22, 2011 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexvbush/1041191 to your computer and use it in GitHub Desktop.
Save alexvbush/1041191 to your computer and use it in GitHub Desktop.
how to start and stop custom daemon in Rails. According to Ryan Bates.
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