Path to this page:
./
misc/ruby-sprockets-rails,
Sprockets Rails integration
Branch: CURRENT,
Version: 3.5.2,
Package name: ruby32-sprockets-rails-3.5.2,
Maintainer: pkgsrc-users# Sprockets Rails
Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline.
Required to run:[
misc/ruby-sprockets] [
lang/ruby26-base] [
www/ruby-actionpack52]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 16 KB
Version history: (Expand)
- (2024-09-18) Updated to version: ruby32-sprockets-rails-3.5.2
- (2024-06-08) Updated to version: ruby32-sprockets-rails-3.5.1
- (2023-09-03) Updated to version: ruby31-sprockets-rails-3.4.2nb1
- (2023-02-09) Updated to version: ruby31-sprockets-rails-3.4.2
- (2021-12-13) Updated to version: ruby27-sprockets-rails-3.4.2
- (2021-11-23) Updated to version: ruby27-sprockets-rails-3.4.1
CVS history: (Expand)
2023-09-03 17:42:32 by Takahiro Kambe | Files touched by this commit (13) |
Log message:
Bump revision RUBY_RAILS_DEFAULT change.
|
2021-12-13 16:00:47 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
misc/ruby-sprockets-rails: update to 3.4.2
3.4.2 (2021-12-11)
What's Changed
* Fix protocol relative URLs amended accidentally by @PikachuEXE in #485
* Add assets.resolve_assets_in_css_urls configuration option to allow
disabling AssetUrlProcessor by @rmacklin in #489
New Contributors
* @PikachuEXE made their first contribution in #485
* @rmacklin made their first contribution in #489
|
2021-11-23 16:11:39 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
misc/ruby-sprockets-rails: update to 3.4.1
3.4.1 (2021-11-22)
What's Changed
* expose dependencies from AssetUrlProcessor by @zarqman in #480
* Fix issues with relative paths from AssetUrlProcessor by @jcoyne in #482
* Fix sourcemapping url replacement by @dhh in #484
3.4.0 (2021-11-15)
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 #479
This makes sprockets-rails compatible out of the box with sourcemap
generation from jsbundling-rails.
3.3.0 (2021-11-11)
What's Changed
* Process css files so that they get digested paths for asset files by
@jcoyne in #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 #472
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2020-09-14 15:26:15 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
misc/ruby-sprockets-rails: update to 3.2.2
Update ruby-sprockets-rails package to 3.2.2.
3.2.2 (2020-09-12)
* 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]
|
2020-05-21 18:04:24 by Takahiro Kambe | Files touched by this commit (25) |
Log message:
Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24.
|
2020-03-20 16:11:41 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
misc/ruby-sprockets-rails: relax rails version
* Do not restrict to Rails to 4.2.
Bump PKGREVISION.
|