Skip to content

econya/sprockets_digest_muncher

Repository files navigation

README

Illustrate rails/sprockets#749 .

This repo has two branches:

  • main: vanilla installation
  • sprockets_4_0_3: sprockets pinned to 4.0.3 via gemfile.

To reproduce: (initially, clone this repo git clone https://github.com/econya/sprockets_digest_muncher)

Fail state (sprockets 4.1.1)

bundle
rails s

And visit

  1. http://localhost:3000/assets/otherfile.txt -> should work
  2. http://localhost:3000/assets/test.txt -> should work
  3. http://localhost:3000/assets/test-notafingerprint.txt -> should NOT work

Success state (sprockets 4.0.3)

git checkout sprockets_4_0_3
bundle
rails s

And visit

  1. http://localhost:3000/assets/otherfile.txt -> should work
  2. http://localhost:3000/assets/test.txt -> should work
  3. http://localhost:3000/assets/test-notafingerprint.txt -> should work

About

Example repo for sprockets bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published