Git Product home page Git Product logo

Comments (7)

mejibyte avatar mejibyte commented on June 29, 2024

@spovich
perhaps caused by your changes in 744906c?

from s3_relay.

spovich avatar spovich commented on June 29, 2024

@andmej we are using this fine in production on a Rails 5.1 project. From the error message, it appears that it is not finding addressable, but it is a runtime dependency: https://github.com/kjohnston/s3_relay/blob/master/s3_relay.gemspec#L21 So, maybe you need to re-bundle? Check your Gemfile.lock for addressable.

from s3_relay.

ctmaloney avatar ctmaloney commented on June 29, 2024

@spovich also seeing this issue. Had to add the require back in from f2cb06d to get it to work for me.

from s3_relay.

kjohnston avatar kjohnston commented on June 29, 2024

@andmej how did you end up tackling this? @ctmaloney I suppose it wouldn't hurt to add the require back to the top of that file, feel free to open a PR.

from s3_relay.

artemf avatar artemf commented on June 29, 2024

The same error here with a clean new 5.1 rails project. Fixed by creating
config/initializers/buggy_s3_relay_fix.rb

require 'addressable'

from s3_relay.

yunixon avatar yunixon commented on June 29, 2024

same issue
rails 5.2
s3_relay 0.7.0

from s3_relay.

kjohnston avatar kjohnston commented on June 29, 2024

@yunixon, I was able to upgrade an app to 5.2 recently and did not run into this issue. Please see @spovich's comment above about ensuring your Gemfile.lock is pulling in the addressable runtime dependency defined by s3_relay. If that doesn't work, try @artemf's workaround. I'll be discontinuing support for s3_relay as ActiveStorage now provides a more robust golden path solution, so when you get the chance to make the switch please do. I'm down to just one app relying on this gem at this point, but won't be moving it over immediately.

from s3_relay.

Related Issues (13)

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.