Categories: None [Edit]
action_mailer_auto_previews
Enhances the ActionMailer Previews introduced in 4.1 by automatically creating ActionMailer Previews at runtime in development mode.
See automatic previews of your ActionMailer emails, with no extra effort or mock data. Install the action_mailer_auto_previews gem
into your :development group, and it'll 'just work' with sensible defaults. Each ActionMailer email object that has .deliver or
.deliver_later called will automatically launch your default browser right to a ActionMailer Preview page with the real data
passed to that email. Flexible options allow you to alter this behavior as well.
Warning: Since this is dynamically creating Ruby classes/methods, you will want to make sure your web-server is single threaded.
For example, if you're using Puma, be sure to set the `workers` configuration parameter to 1.
Total
Ranking: 142,048 of 189,920
Downloads: 4,204
Daily
Ranking: 85,454 of 189,899
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,218,020,452 | bundler |
| 8 | 1,247,280,359 | rake |
| 29 | 954,351,217 | rspec |
| 48 | 699,293,365 | actionmailer |
| 177 | 274,597,841 | launchy |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | matthewbjones |