- Add support for Rails 8.0 - Andrea Fomera
- Support Propshaft - Juani Villarejo #114
- Add support (CI) for Ruby 3.3.
- Last version for supporting Ruby 2.6 (EoL).
- Support Rails 7.1 - Frederik Spang
- Add support for Ruby 3.2.
Development changes:
- Fix Github CI lint job with standardrb.
- Drop support for Ruby versions < 2.6.
- Add support for Ruby 3.0 and 3.1.
Development changes:
- Replace Travis CI with Github CI.
- Support Rails 7.0 - Sean Floyd (SeanLF)
- Drop support for Ruby 2.5 (EoL).
- Support Rails 6.1 - A. Fomera (afomera)
- Relax Roadie dependency to allow v4.x
Development changes:
- Updated embedded Rails apps (used in tests) to work with new Sprockets 4.
- Updated Rubocop config to work with newer Rubocop versions.
- Rails 6 support (#88) - Gleb Mazovetskiy (glebm)
- 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)
- 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.
- Don't allow installation in Ruby < 2.2.
- Fix install on Windows machines.
- Less bloat in gem file, making it much smaller.
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)
- Add support for Rails 5.0 (#50) — Scott Ringwelski (sgringwe)
- Also build on Ruby 2.3.0.
- Bug fixes:
- Support for sprockets-rails 3 (#46) — Rafael Mendonça França (rafaelfranca)
- Support
Mailer#deliver!
inAutomaticMailer
(#47) — Julien Vanier (monkbroc)
- Add support for
roadie
'sexternal_asset_providers
option.
- Add support for
roadie
'skeep_uninlinable_css
option.
- 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