- Nothing yet
- Enhancements:
- Support Rails 3.2.pre1 - Morton Jonuschat (yabawock)
- Sped up the Travis builds
- Official support for Rails 3.0 again
- Dependencies allow 3.0
- Travis builds 3.0 among the others
- Enhancements:
- Support for the
url_options
method inside mailer instances- You can now dynamically alter the URL options on a per-email basis
- Support for the
- Full release!
- Bug: Roadie broke url_for inside mailer views
- Enhancements:
- Support normal filesystem instead of only Asset pipeline
- Enable users to create their own way of fetching CSS
- Improve test coverage a bit
- Use a railtie to hook into Rails
- Use real Rails for testing integration
- Enhancements:
- Support the Asset pipeline - Arttu Tervo (arttu)
- Dependencies:
- Requires Rails 3.1 to work. You can keep on using the 1.x series in Rails 3.0
- Do not add another ".css" to filenames if already present - Aliaxandr (saks)
- Support for Rails 3.1.0 and later inside gemspec
- Support for Rails 3.1.x (up to and including RC4)
- Rails 3.0.x is still supported
- Added CI via Travis CI
- Enhancements:
- Support for inlining
<link>
elements (thanks to aliix)
- Support for inlining
- Enhancements:
- Full, official support for Ruby 1.9.2 (in addition to 1.8.7)
- Dependencies:
- Explicilty depend on nokogiri >= 1.4.4
Roadie fork!
- Enhancements:
- Support for Rails 3.0
- Code cleanup
- Support
!important
- Tests
-
- some other enhancements
- Deprecations:
- Removed support for Rails 2.x