bborn / communityengine

Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
http://www.communityengine.org
Other
1.14k stars 317 forks source link

bin/rake error #295

Closed Marsupio closed 9 years ago

Marsupio commented 9 years ago

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)

jj5201 commented 9 years ago

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

bborn commented 9 years ago

Yeah, this is now fixed in master.

cpipero commented 9 years ago

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