Add sidekiq instructions in DEVELOPMENT.md

This commit is contained in:
Neil Lalonde 2013-02-11 11:42:25 -05:00
parent c18b85873f
commit 4e87289249
1 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,12 @@ Wait a minute while it runs all our unit tests. Once it has completed, live relo
### Sending Email
Mail is sent asynchronously by Sidekiq, so you'll need to have sidekiq running to process jobs. Run it with this command:
```
bundle exec sidekiq
```
Mailcatcher is used to avoid the whole issue of actually sending emails: https://github.com/sj26/mailcatcher
To start mailcatcher, run the following command in the vagrant image: