Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有两个宝石,我会收到错误:
uninitialized constant AWS::S3::Connection
当我使用 Paperclip 上传到 S3 并将我的 jammit 资产上传到 S3 时,我需要两者。怎么解决?
在你的 Gemfile 中试试这个:
gem 'jammit-s3', :git => "git://github.com/kmamykin/jammit-s3.git", :branch => "aws-s3"