Skip to content

Commit

Permalink
Merge pull request discourse#2487 from toolness/patch-2
Browse files Browse the repository at this point in the history
Update DEVELOPER-ADVANCED.md with Sidekiq info
  • Loading branch information
eviltrout committed Jul 1, 2014
2 parents 366b9da + 35fa926 commit de17c69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/DEVELOPER-ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ config.action_mailer.smtp_settings = { address: "localhost", port: 1025 }
Set up [MailCatcher](https://github.com/sj26/mailcatcher) so the app can intercept
outbound email and you can verify what is being sent.

Note also that mail is sent asynchronously by Sidekiq, so you'll need to have it running to process jobs. Run it with this command:

```
bundle exec sidekiq
```

## Phantomjs

Needed to run javascript tests.
Expand Down

0 comments on commit de17c69

Please sign in to comment.