Skip to content

Releases: rails/sprockets-rails

2.3.0

07 May 19:17
Compare
Choose a tag to compare
  • No longer test against ruby 1.8.7
  • Prevent alias logical paths passed to asset_path (#244)

2.2.4

07 May 19:18
Compare
Choose a tag to compare
  • Still automatically recompile other app/assets paths for compatibility

2.2.3

07 May 19:19
Compare
Choose a tag to compare
  • Enhancement: Many, various improvements to tests
    including test support for rails 4.2, 5.0
  • Fix: Ensure $root/app/assets
  • Fix: logical_path reference
  • Fix: Define append_assets_path unless it exists
  • Fix: Hack for old rails without existent_directories

2.2.2

07 May 19:19
Compare
Choose a tag to compare
  • Expose Rails.application.assets_manifest

2.2.0

07 May 19:22
Compare
Choose a tag to compare
  • Support Sprockets 2.8 through 3.x.

2.1.4

07 May 19:22
Compare
Choose a tag to compare
  • Fix issues related config.assets.manifest option, including issues with assets:precompile Rake task.
  • Ensure supplied asset paths don't contain "/assets/".
  • Fix assets version to not depend in the assets host if it is a proc.

3.0.0.beta1

07 May 19:23
Compare
Choose a tag to compare
3.0.0.beta1 Pre-release
Pre-release
  • Fix issues related config.assets.manifest option, including issues with assets:precompile Rake task.
  • Ensure supplied asset paths don't contain "/assets/".
  • Fix assets version to not depend in the assets host if it is a proc.

2.1.3

07 May 19:23
Compare
Choose a tag to compare
  • Correct NameError on Sprockets::Rails::VERSION.

It turns out sprockets/railtie gets required directly, without ever
loading sprockets/rails.

2.1.2

07 May 19:24
Compare
Choose a tag to compare
  • Fix the precompile checker to to use asset's logical path.
  • Doesn't require depend_on_assset if any sprockets helper is used.

2.1.1

07 May 19:24
Compare
Choose a tag to compare
  • Support Rails 3 applications. It was removed in the previous release
    but it was release inside a 2.1.0 by mistake.