开发者

jammit-s3 conflict with aws-s3

开发者 https://www.devze.com 2023-03-02 23:23 出处:网络
If I have both gems I get the error: uninitialized constant AWS开发者_如何转开发::S3::Connection

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"
0

精彩评论

暂无评论...
验证码 换一张
取 消