alexspeller / non-stupid-digest-assets

Fix the Rails 4 asset pipeline to generate non-digest along with digest assets
MIT License
493 stars 87 forks source link

`CompileWithNonDigest` uses deprecated `File.exists?`, removed in Ruby 3.2 #54

Closed dmolesUC closed 11 months ago

dmolesUC commented 1 year ago

File.exists? was removed in Ruby 3.2, causing CompileWithNonDigest.compile to fail with NoMethodError: undefined method `exists?' for File:Class.

arg commented 1 year ago

This gem is abandoned, I'd suggest to use https://github.com/mvz/non-digest-assets instead.