Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapnap/resque_mailer_test
Example Rails project using Resque::Mailer
https://github.com/zapnap/resque_mailer_test
Last synced: about 2 months ago
JSON representation
Example Rails project using Resque::Mailer
- Host: GitHub
- URL: https://github.com/zapnap/resque_mailer_test
- Owner: zapnap
- Created: 2011-11-10T21:26:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T20:35:57.000Z (about 8 years ago)
- Last Synced: 2023-04-10T21:52:58.652Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Resque Mailer Test Project
==========================This sample Rails project illustrates usage of Resque::Mailer. It's also used for sanity checking when reporting or investigating an error condition.
0. Edit app/mailers/notifier.rb to set your local address for testing
1. Make sure Redis is running
2. Start Rails console
3. Send an email from the console:Notifier.test.deliver
Next, start a Resque worker and tail the development log to see the delivery happen:
QUEUE=* rake environment resque:work