* Change from #after_save to #after_create * Update .babelrc * Update cloud_name for test * Update SlackBot's RssReader channel * Update helpful-hints.md * Create .gitdocs.json * Remove serve-docs script * Update docs/helpful-hints.md * Update approval * Revert "Change from #after_save to #after_create" This reverts commit 548ee0d2c0d56a1aa67316468f4106ac9f437662. * Create delayed_job.rb * Bump ancestry gem to 3.0.3 * Fix broken spec * Remove manual Delayed::Job config in test * Update spec_helper.rb * Fix broken specs * Mute SlackBot in test * Remove weekly-dgiest.yml * Create PodcastEpisodeDecorator
13 lines
496 B
Markdown
13 lines
496 B
Markdown
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
|
|
|
|
0. Make sure you are at the base of the repository
|
|
1. Install gitdocs `npm install -g gitdocs@next`
|
|
1. Serve it `gitdocs serve`
|
|
1. Visit `http://localhost:8000`
|