Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 496 Bytes

helpful-hints.md

File metadata and controls

13 lines (9 loc) · 496 Bytes

This is random collection of development hints and gotchas that we've run into in the past.

Previewing emails in development

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

Previewing these docs in development

  1. Make sure you are at the base of the repository
  2. Install gitdocs npm install -g gitdocs@next
  3. Serve it gitdocs serve
  4. Visit http://localhost:8000