- Bug fixes:
- Support Sprockets 3's new hash length (#41)
- Enhancements:
- Remove dependency on
rails
in favor ofrailties
— Mark J. Titorenko (mjtko)
- Remove dependency on
- 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.
- Support for Rails 4.2 default configuration — Tomas Celizna (tomasc)
- Enhancements:
- Support for Rails 4.2 — Ryunosuke SATO (tricknotes)
- 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.
- Don't change
- Bug fixes
- Don't crash on
nil
roadie_options
- Don't crash on
- Bug fixes
- Inline HTML in emails without a plaintext part
- Use released version of Roadie 3.0.0
- First implementation