ruby on rails - Heroku app breaks when adding Amazon Simple Storage Service (aws-s3) -


My app works on everybody until I add "Mani Avens-S3": need = & Gt; 'aws / s3' "to Gemfile (I have tried to do this only with the first part). As soon as I add it and I am trying to "Herokak Rake DB: Migrate", I get this error

"The rack has been aborted! There is no such file to load. - Rail / All / App / Rackfile: 4 "

This works fine with aws s3 on my local server, and until I change the gemfile, Works on fixing

Any thoughts?

edit this is entirely Gemfile

  source 'http://rubygems.org' mani 'rail' gem 'devise' Mani 'omniauth' gem 'Nifty generator' gem 'paperclip' gem 'sqlite3-ruby',: requirement => 'Sqlite3' Mani 'A VS-S3' Group: Evolution, Test Mani 'Annotate-Model' and ' > It's going to sound vaguely, but I remember something about the need to specify the version of AVS-S3, which I know. It was trying to get the S3 to work properly on one of my apps, one might be trying this:  
  config.gem "aws-s3", : Version = & gt; "& Gt; = 0.6.2" ,: lib = & gt; "Aves / S3"   

Do not forget:

  bundle update   

after changing your gemfile

Sorry, I'm trying to rack my brain, where I have read it so that it can be brought back, although fit for a try.

Comments