RailsApps / rails_apps_composer

A gem with recipes to create Rails application templates for Rails starter apps.
http://railsapps.github.io/rails_apps_composer/
1.42k stars 306 forks source link

MailView not defined in prod #350

Open vfonic opened 8 years ago

vfonic commented 8 years ago

Hi!

I tried to deploy my newly created app and the failure error was that MailView is undefined. This is due to mail_view gem being available in group :development only, which makes sense. I'm not sure what would be the best way to have this working so that we can still keep this: https://github.com/RailsApps/rails_apps_composer/blob/master/recipes/email_dev.rb#L44