Skip to content

Releases: rails/sprockets-rails

3.0.3

02 Mar 17:29
Compare
Choose a tag to compare
  • Eliminates the need to restart the server in development when changes are made when using a manifest.js and Sprockets 4

3.0.2

02 Mar 17:27
Compare
Choose a tag to compare
  • Add support to Sprockets 4 beta
  • Updated the railtie to ignore files with no extensions, such as LICENSE, that cause sprockets to error out on assets compilation.

3.0.1

29 Jan 02:36
Compare
Choose a tag to compare
  • Change default cache location back to original tmp/cache/assets.
  • Fix the precompile checker with files with different logical paths.

v3.0.0...v3.0.1

3.0.0

04 Jan 13:05
Compare
Choose a tag to compare

Breaking changes

  • Drop support to Sprockets < 3.

  • Remove asset_digest helper a8d7cf7.

  • config.assets.raise_runtime_errors is always enabled 655b93b.

    The option can be removed from config/environments/development.rb.

  • config.assets.digest is enabled by default 3cb84ea.

  • AssetFilteredError changes to AssetNotPrecompiled 059d470.

  • Restricted default precompile to root app's own app/assets directory.

  • Disable Rails.application.assets when compile = false #220.

New features

  • Expose Rails.application.assets_manifest.
  • Enable digest by default #221.
  • Experimental SRI support #224

2.3.3

08 Sep 01:30
Compare
Choose a tag to compare
  • Set compressors after the configure blocks

2.3.2

08 Sep 01:27
Compare
Choose a tag to compare
  • Revert "Prevent alias logical paths passed to asset_path"

2.3.1

12 May 19:55
Compare
Choose a tag to compare
  • Only ActionView helpers will check asset aliases

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