bin/rake error
Marsupio opened this issue · 3 comments
Marsupio commented
bin/rake community_engine:install:migrations gives this error message:
rake aborted!
LoadError: cannot load such file -- aws/s3
/home/jorge/railsprojects/community_engine/config/application.rb:7:in <top (required)>' /home/jorge/railsprojects/community_engine/Rakefile:4:in
require'
/home/jorge/railsprojects/community_engine/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)
jj5201 commented
include the following in your Gemfile: gem 'aws-s3'
bborn commented
Yeah, this is now fixed in master.
cpipero commented
Just ran the command and had to update the GemFile to make it work. Please verify the fix. Thanks for posting the solution.