This is random collection of development hints and gotchas that we've run into in the past.
You can modify the test in /test/mailers/previews
You can view the previews at (for example) http://localhost:3000/rails/mailers/notify_mailer/new_reply_email
- Make sure you are at the base of the repository
- Install gitdocs
npm install -g gitdocs@next
- Serve it
gitdocs serve
- Visit
http://localhost:8000