문제

If I have both gems I get the error:

uninitialized constant AWS::S3::Connection

I need both as I'm uploading to S3 with Paperclip and uploading my jammit assets to S3. How to solve?

도움이 되었습니까?

해결책

Try this in your Gemfile:

gem 'jammit-s3', :git => "git://github.com/kmamykin/jammit-s3.git", :branch => "aws-s3"
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top