Recent Releases of https://github.com/rails/sprockets-rails
https://github.com/rails/sprockets-rails - 3.5.2
What's Changed
- Fix deprecations with Rails 8.0 by @rafaelfranca in https://github.com/rails/sprockets-rails/pull/535
New Contributors
- @fynsta made their first contribution in https://github.com/rails/sprockets-rails/pull/530
Full Changelog: https://github.com/rails/sprockets-rails/compare/v3.5.1...v3.5.2
- Ruby
Published by rafaelfranca over 1 year ago
https://github.com/rails/sprockets-rails - v3.5.1
What's Changed
- Handle the gem being loaded via
sprockets/railtierather than the expectedsprockets/railsentrypoint. by @mamhoff in https://github.com/rails/sprockets-rails/pull/525
New Contributors
- @mamhoff made their first contribution in https://github.com/rails/sprockets-rails/pull/525
Full Changelog: https://github.com/rails/sprockets-rails/compare/v3.5.0...v3.5.1
- Ruby
Published by byroot over 1 year ago
https://github.com/rails/sprockets-rails - v3.5.0
What's Changed
- Add useful message for logger silence error by @rossta in https://github.com/rails/sprockets-rails/pull/381
- Use a dedicated ActiveSupport::Deprecation for Rails 7.2 compatibility by @etiennebarrie in https://github.com/rails/sprockets-rails/pull/517
- Dropped support for Rails versions older than 6.1
New Contributors
- @markrmullan made their first contribution in https://github.com/rails/sprockets-rails/pull/502
- @rossta made their first contribution in https://github.com/rails/sprockets-rails/pull/381
- @yahonda made their first contribution in https://github.com/rails/sprockets-rails/pull/509
- @skipkayhil made their first contribution in https://github.com/rails/sprockets-rails/pull/510
- @etiennebarrie made their first contribution in https://github.com/rails/sprockets-rails/pull/517
- @byroot made their first contribution in https://github.com/rails/sprockets-rails/pull/523
Full Changelog: https://github.com/rails/sprockets-rails/compare/v3.4.2...v3.5.0
- Ruby
Published by byroot over 1 year ago
https://github.com/rails/sprockets-rails - v3.4.2
What's Changed
- Fix protocol relative URLs amended accidentally by @PikachuEXE in https://github.com/rails/sprockets-rails/pull/485
- Add
assets.resolve_assets_in_css_urlsconfiguration option to allow disablingAssetUrlProcessorby @rmacklin in https://github.com/rails/sprockets-rails/pull/489
New Contributors
- @PikachuEXE made their first contribution in https://github.com/rails/sprockets-rails/pull/485
- @rmacklin made their first contribution in https://github.com/rails/sprockets-rails/pull/489
Full Changelog: https://github.com/rails/sprockets-rails/compare/v3.4.1...v3.4.2
- Ruby
Published by dhh about 4 years ago
https://github.com/rails/sprockets-rails - v3.4.1
What's Changed
- expose dependencies from AssetUrlProcessor by @zarqman in https://github.com/rails/sprockets-rails/pull/480
- Fix issues with relative paths from AssetUrlProcessor by @jcoyne in https://github.com/rails/sprockets-rails/pull/482
- Fix sourcemapping url replacement by @dhh in https://github.com/rails/sprockets-rails/pull/484
Full Changelog: https://github.com/rails/sprockets-rails/compare/v3.4.0...v3.4.1
- Ruby
Published by dhh over 4 years ago
https://github.com/rails/sprockets-rails - v3.4.0
What's Changed
- Ensure source mapping URLs set by transpilers are not broken by appending a semicolon to their path and translate the paths to the digested versions for deployment by @dhh in https://github.com/rails/sprockets-rails/pull/479
This makes sprockets-rails compatible out of the box with sourcemap generation from jsbundling-rails.
- Ruby
Published by dhh over 4 years ago
https://github.com/rails/sprockets-rails - v3.3.0
What's Changed
- Process css files so that they get digested paths for asset files by @jcoyne in https://github.com/rails/sprockets-rails/pull/476. This allows you to use sprockets-rails together with cssbundling-rails and be able to reference assets in the asset pipeline without additional compilation.
- Raise the error that includes an error message by @ghiculescu in https://github.com/rails/sprockets-rails/pull/472
Full Changelog: https://github.com/rails/sprockets-rails/compare/v3.2.2...v3.3.0
- Ruby
Published by dhh over 4 years ago
https://github.com/rails/sprockets-rails - 3.2.2
- Fix extending
ActionView::Baseinstances withSprockets::Rails::Helperon Rails 6.1 - Fix deprecation warning on Ruby 2.7 [#454]
action_view/baseis no longer required when rake tasks are loaded [#455]- Asset not precompiled error exception renamed to
AssetNotPrecompiledError[#414]
- Ruby
Published by pixeltrix over 5 years ago
https://github.com/rails/sprockets-rails - 3.2.1
- Fix load error with
ActionView::Helpers. [#383]
- Ruby
Published by rafaelfranca over 8 years ago
https://github.com/rails/sprockets-rails - 3.2.0
- Add new config option
config.assets.unknown_asset_fallbackwhen set to a falsy value will error when a requested asset is not in the pipeline. [#375]
- Ruby
Published by rafaelfranca over 8 years ago
https://github.com/rails/sprockets-rails - 3.1.1
- Only set the gzip option if the sprockets version supports it.
- Ruby
Published by rafaelfranca over 9 years ago
https://github.com/rails/sprockets-rails - 3.1.0
- Improve error message when manifest file is not present.
- Improve error message when asset is not linked.
- Allow gzip compression to be disabled from Rails configuration.
Rails.application.config.assets.gzip = false
- Add option to make raising exception for missing assets optional.
Rails.application.config.assets.check_precompiled_asset = false
- Merge quite_assets gem feature.
Rails.application.config.assets.quiet = true
- Allow SRI integrity attribute on localhost.
- Ruby
Published by rafaelfranca over 9 years ago
https://github.com/rails/sprockets-rails - 3.0.3
- Eliminates the need to restart the server in development when changes are made when using a manifest.js and Sprockets 4
- Ruby
Published by rafaelfranca about 10 years ago
https://github.com/rails/sprockets-rails - 3.0.2
- 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.
- Ruby
Published by rafaelfranca about 10 years ago
https://github.com/rails/sprockets-rails - 3.0.4
- Fix cache per environment.
Now the Rails environment is part of the cache key.
- Ruby
Published by rafaelfranca about 10 years ago
https://github.com/rails/sprockets-rails - 3.0.1
- Change default cache location back to original
tmp/cache/assets. - Fix the precompile checker with files with different logical paths.
https://github.com/rails/sprockets-rails/compare/v3.0.0...v3.0.1
- Ruby
Published by rafaelfranca about 10 years ago
https://github.com/rails/sprockets-rails - 3.0.0
Breaking changes
-
Drop support to Sprockets < 3.
-
Remove asset_digest helper a8d7cf7.
-
config.assets.raise_runtime_errorsis always enabled 655b93b.The option can be removed from
config/environments/development.rb. -
config.assets.digestis enabled by default https://github.com/rails/sprockets-rails/commit/3cb84ea29aa321c97364dca86e5685f1ed447df2. -
AssetFilteredErrorchanges toAssetNotPrecompiled059d470. -
Restricted default precompile to root app's own app/assets directory.
-
Disable
Rails.application.assetswhencompile = false#220.
New features
- Expose
Rails.application.assets_manifest. - Enable digest by default #221.
- Experimental SRI support #224
- Ruby
Published by rafaelfranca about 10 years ago
https://github.com/rails/sprockets-rails - 2.3.3
- Set compressors after the configure blocks
- Ruby
Published by rafaelfranca over 10 years ago
https://github.com/rails/sprockets-rails - 2.3.2
- Revert "Prevent alias logical paths passed to asset_path"
- Ruby
Published by rafaelfranca over 10 years ago
https://github.com/rails/sprockets-rails - 2.3.1
- Only ActionView helpers will check asset aliases
- Ruby
Published by josh almost 11 years ago
https://github.com/rails/sprockets-rails - 2.0.1
- Allow keep value to be specified for
assets:cleanrun with args
for exampleassets:clean[0]will keep no old asset copies - Fix
javascript_include_tag/stylesheet_include_taghelpers whendebug: => falseis used. - Fix issue when precompiling html.erb files. Fixes #45.
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.1.0
- Drop support to Rails 3 applications.
- Respect
Rails.public_pathwhen computing the path to the manifest file. - Restore
config.assets.manifestoption, which was removed in Rails 4.0.0.
This change does not affect existing behavior if the option is not set. - Respect
asset_hostandrelative_url_rootto invalidate cache. - Assets not in the precompile list can be checked for errors by setting
config.assets.raise_runtime_errors = truein any environment
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.1.1
- Support Rails 3 applications. It was removed in the previous release
but it was release inside a 2.1.0 by mistake.
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.1.2
- Fix the precompile checker to to use asset's logical path.
- Doesn't require
depend_on_asssetif any sprockets helper is used.
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.1.3
- Correct NameError on Sprockets::Rails::VERSION.
It turns out sprockets/railtie gets required directly, without ever
loading sprockets/rails.
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 3.0.0.beta1
- Fix issues related
config.assets.manifestoption, including issues withassets:precompileRake task. - Ensure supplied asset paths don't contain "/assets/".
- Fix assets version to not depend in the assets host if it is a proc.
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.1.4
- Fix issues related
config.assets.manifestoption, including issues withassets:precompileRake task. - Ensure supplied asset paths don't contain "/assets/".
- Fix assets version to not depend in the assets host if it is a proc.
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.2.0
- Support Sprockets 2.8 through 3.x.
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.2.2
- Expose Rails.application.assets_manifest
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.2.3
- 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
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.2.4
- Still automatically recompile other app/assets paths for compatibility
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/sprockets-rails - 2.3.0
- No longer test against ruby 1.8.7
- Prevent alias logical paths passed to asset_path (https://github.com/rails/sprockets-rails/pull/244)
- Ruby
Published by rafaelfranca almost 11 years ago