development version¶ ↑
Nothing yet.
2.0.0¶ ↑
-
Drop support for Ruby before 2.5.
-
Drop support for Rails before 5.1.
-
Add support for Ruby 2.5.
-
Add support for Ruby 2.6.
-
Fix arity of
Roadie::Rails::Mailer#roadie_mail
- Adrian Lehmann (ownadi)
1.3.0¶ ↑
-
Dropped support for Rubunius and JRuby.
-
They do not have many users and are a constant source of problems. If this is a problem for you, let me know and I might reconsider.
-
Add support for Rails 5.2.
1.2.1¶ ↑
-
Don't allow installation in Ruby < 2.2.
-
Fix install on Windows machines.
-
Less bloat in gem file, making it much smaller.
1.2.0¶ ↑
Note: Support for Rails < 4.2 is now dropped.
Note: Support for Ruby < 2.2 is now dropped.
-
Sprockets 4.0 support (#60) - Miklós Fazekas (mfazekas)
-
Rails 5.1 support (#70) - Gleb Mazovetskiy (glebm)
1.1.1¶ ↑
-
Add support for Rails 5.0 (#50) — Scott Ringwelski (sgringwe)
-
Also build on Ruby 2.3.0.
1.1.0¶ ↑
-
Bug fixes:
-
Support for sprockets-rails 3 (#46) — Rafael Mendonça França (rafaelfranca)
-
Support
Mailer#deliver!
inAutomaticMailer
(#47) — Julien Vanier (monkbroc)
1.1.0.rc2¶ ↑
-
Add support for
roadie
'sexternal_asset_providers
option.
1.1.0.rc1¶ ↑
-
Add support for
roadie
'skeep_uninlinable_css
option.
1.0.6¶ ↑
-
Bug fixes:
-
Support Sprockets 3's new hash length (#41)
1.0.5¶ ↑
-
Enhancements:
-
Remove dependency on
rails
in favor ofrailties
— Mark J. Titorenko (mjtko) -
Bug fixes:
-
Support for Rails 4.2 default configuration — Tomas Celizna (tomasc)
-
It's possible to inline assets with a digest (hash at the end of the filename), which is how Rails 4.2 defaults to, even when assets are not stored on disk.
-
1.0.4¶ ↑
-
Enhancements:
-
Support for Rails 4.2 — Ryunosuke SATO (tricknotes)
1.0.3¶ ↑
-
Bug fixes
-
Don't change
asset_providers
of aRoadie::Document
when applying Options with noasset_providers
set. -
Support assets inside subdirectories.
-
Don't add
AssetPipelineProvider
when asset pipeline is unavailable (e.g. inside Rails engines). -
Raise error when initializing
AssetPipelineProvider
withnil
provider.
1.0.2¶ ↑
-
Bug fixes
-
Don't crash on
nil
roadie_options
1.0.1¶ ↑
-
Bug fixes
-
Inline HTML in emails without a plaintext part
1.0.0¶ ↑
-
Use released version of Roadie 3.0.0
1.0.0.pre1¶ ↑
-
First implementation