rake not work on CommunityEngine Opensocial

273 views Asked by At

I using rails 3.1.2 for now.

gem 'community_engine' => OK

bundle install --binstubs => OK

bin/rake community_engine:install:migrations

rake aborted! uninitialized constant Tag

anyone can help me solved this problem? thanks a lot.

2

There are 2 answers

0
Peter_Tonoli On

It seems that you're running an older version of Community Engine.

In your Gemfile replace

gem 'community_engine'

with

gem 'community_engine' , :git => 'https://github.com/bborn/communityengine.git', :branch => 'rails3'
0
Huibean Luo On

It seem like you need to write

gem 'aws-s3'

in your Gemfile