Code Monkey home page Code Monkey logo

Comments (16)

carsomyr avatar carsomyr commented on August 10, 2024

@monfresh Hmm, I thought this got fixed recently with Sprockets 2.x backwards compatibility.

from requirejs-rails.

agis avatar agis commented on August 10, 2024

Stumbled on this too today, c7babb6 is the culprit.

@carsomyr What do you refer to by "Sprockets 2.x backwards compatibility"?

I think we would be compatible if we change the code as described here. What do you think?

from requirejs-rails.

monfresh avatar monfresh commented on August 10, 2024

Any updates on this issue?

from requirejs-rails.

carsomyr avatar carsomyr commented on August 10, 2024

@monfresh Could you check master?

from requirejs-rails.

Chrisell avatar Chrisell commented on August 10, 2024

Also seeing this issue on 0.9.9 w/ sprockets 2.12.4. Same restriction @monfresh mentioned to being able to update sprockets.

from requirejs-rails.

monfresh avatar monfresh commented on August 10, 2024

@carsomyr Was this supposed to be fixed in 1.0.0? I'm still seeing the same error uninitialized constant Sprockets::DigestUtils.

from requirejs-rails.

passabilities avatar passabilities commented on August 10, 2024

@monfresh I am getting the same error. 1.0.0 was supposed to fix a precompilation error I was running into.

EDIT: So it seems that DigestUtils is only available in Rails 4. I am running into this error because my project is running Rails 3.2.22

from requirejs-rails.

passabilities avatar passabilities commented on August 10, 2024

Ok so I found a workaround for this using Rails 3.2.22 (didnt try for any other versions) and requirejs-rails 1.0.0.

If you just copy and paste DigestUtils.rb file into config/initializers, it will attach DigestUtils into sprockets and work correctly.

NOTE: the main thing that I had to do to get it to work is change the default pack_hexdigest method from
bin.unpack('H*'.freeze).first
to
bin.hexdigest

from requirejs-rails.

carsomyr avatar carsomyr commented on August 10, 2024

@passa763 Is there some problem with

bin.unpack('H*'.freeze).first

It seems to work for me.

from requirejs-rails.

carsomyr avatar carsomyr commented on August 10, 2024

Can y'all test the commit above? @monfresh @passa763 @Chrisell

from requirejs-rails.

passabilities avatar passabilities commented on August 10, 2024

@carsomyr bin needs to be a string in order for unpack to work. But for me, bin is a <Digest::MD5> object.

EDIT: what Rails version are you using?

from requirejs-rails.

carsomyr avatar carsomyr commented on August 10, 2024

All, I'm working on a solution that everyone can use. Apparently there are some version inconsistencies to sort through as to which methods are and aren't available for use.

from requirejs-rails.

fregas avatar fregas commented on August 10, 2024

I'm having this issue with rails 4.0.13 and requirejs-rails 1.0. I also tried requirejs master. Same problem.

from requirejs-rails.

dhara-pyrumas avatar dhara-pyrumas commented on August 10, 2024

I'm using Rails 4.2.4 and requirejs-rails 1.0.0. Getting same error, please help!

from requirejs-rails.

carsomyr avatar carsomyr commented on August 10, 2024

Does using master help?

from requirejs-rails.

dhara-pyrumas avatar dhara-pyrumas commented on August 10, 2024

I commented both sprockets and sprockets-rails, but when I run the command,

gem list | grep sprocket

o/p is,
sprockets (3.7.1, 2.12.4)
sprockets-rails (3.2.0, 2.1.4)

After commenting gems, I'm now able to run assets:precompile.

from requirejs-rails.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.