Giter Site home page Giter Site logo

Comments (5)

mattmanning avatar mattmanning commented on May 21, 2024

I'm having this problem too. I have the activesupport gem installed and aws requires it. I can't figure out why this error is happening.

from aws.

nikolay avatar nikolay commented on May 21, 2024

The vote for the issue, please!

from aws.

mattmanning avatar mattmanning commented on May 21, 2024

I was finally able to get this working by commenting out the line:

unless defined? ActiveSupport

and it's corresponding end in lib/awsbase/support.rb. This forces the gem to use its own monkeypatches instead of relying on ActiveSupport. For some reason ActiveSupport's methods don't show up even though it's present and gets required.

Is this some kind of problem with ActiveSupport versions > 3?

from aws.

treeder avatar treeder commented on May 21, 2024

Are you guys still having this issue? I haven't noticed it.

from aws.

mattmanning avatar mattmanning commented on May 21, 2024

It's was fixed. I suggested a patch and you guys put it in.

The problem was in lib/awsbase/right_awsbase.rb

It had the line:

require 'active_support'

That only works for ActiveSupport versions < 3. For >= 3 you have to
give it a submodule like 'active_support/core_ext' or
'active_support/all', etc.

It looks like that line is now in lib/awsbase/awsbase.rb and is
commented out, so I'm not sure if you guys removed the dependency on
ActiveSupport or what. I haven't had any more problems, though.

-Matt

On Sun, Mar 13, 2011 at 7:02 PM, treeder
[email protected]
wrote:

Are you guys still having this issue? I haven't noticed it.

#13 (comment)

from aws.

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.