A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/rails/sprockets-rails

https://github.com/rails/sprockets-rails - 3.5.2

What's Changed

New Contributors

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

New Contributors

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

New Contributors

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

New Contributors

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

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

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

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::Base instances with Sprockets::Rails::Helper on Rails 6.1
  • Fix deprecation warning on Ruby 2.7 [#454]
  • action_view/base is 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_fallback when 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

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:clean run with args
    for example assets:clean[0] will keep no old asset copies
  • Fix javascript_include_tag/stylesheet_include_tag helpers when debug: => false is 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_path when computing the path to the manifest file.
  • Restore config.assets.manifest option, which was removed in Rails 4.0.0.
    This change does not affect existing behavior if the option is not set.
  • Respect asset_host and relative_url_root to invalidate cache.
  • Assets not in the precompile list can be checked for errors by setting
    config.assets.raise_runtime_errors = true in 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_assset if 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.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.

- Ruby
Published by rafaelfranca almost 11 years ago

https://github.com/rails/sprockets-rails - 2.1.4

  • 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.

- 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

- Ruby
Published by rafaelfranca almost 11 years ago