Mange / roadie-rails

Making HTML emails comfortable for the Rails rockstars
MIT License
363 stars 65 forks source link

CSS does not get inlined when text email template is missing #6

Closed kapso closed 10 years ago

kapso commented 10 years ago

When welcome.text.erb is missing, the CSS does not get inlined.

class UserMailer < BaseMailer
  include Roadie::Rails::Automatic

  def welcome(user_id)
    # email code
  end
end
Mange commented 10 years ago

Ouch! I'll fix it right now. Thank you for reporting.

Mange commented 10 years ago

This has been fixed in version 1.0.1. Thank you again!

kapso commented 10 years ago

Thanks for the quick fix :rocket: