development version¶ ↑
-
Nothing yet.
1.1.0¶ ↑
-
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