-
Register preview hook for the new previewing functionality introduced in rails 4.1.0
-
Add example rails application
-
Remove Nokogiri unicode fix since it's working properly without it by now
-
Make sure html part comes before text part
-
Only use asset pipeline if Rails is defined and if compile is true
-
Depend on actionmailer instead of rails
-
Check whether
::Rails
is defined before using it -
Add ability to skip premailer
-
Test against multiple action mailer versions on travis
-
Ensure CSS strings are always UTF-8 encoded
-
Require premailer version >= 1.7.9
-
Prefer precompiled assets over asset pipeline
-
Improve construction of file URL when requesting from CDN
-
No longer use open-uri
-
Remove gzip unzipping after requesting file
-
No longer support ruby 1.8
-
Find linked stylesheets by
rel='stylesheet'
attribute instead oftype='text/css'
-
Don't test hpricot on JRuby due to incompatibility
- Fix attachments
-
Rename gem to premailer-rails (drop the 3)
-
Add support for rails 4
-
Refactor code
-
Add support for precompiled assets
-
No longer include default
email.css
-
Fixed several bugs
-
Strip asset digest from CSS path
-
Improve nokogiri support
-
Request CSS file if asset is not found locally
This allows you to host all your assets on a CDN and deploy the app without the
app/assets
folder.
Thanks to everyone who contributed!