bborn/communityengine

bin/rake error

Marsupio opened this issue · 3 comments

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:inrequire'
/home/jorge/railsprojects/community_engine/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)

include the following in your Gemfile: gem 'aws-s3'

Yeah, this is now fixed in master.

Just ran the command and had to update the GemFile to make it work. Please verify the fix. Thanks for posting the solution.