Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
89 views

How do I disable Attachment Fu Plugin in Community Engine without removing it?

So here is the situation: The Photo model in Community Engine is using attachment Fu. I, wish to use paperclip instead. Now this works fine until I have to delete an attachment. That's when the ...
1
vote
0answers
141 views

CommunityEngine on rails3 not loading the theme

I installed a fresh version of CE from rails3 branch. Every thing worked fine but the Theme. I did downloaded the "dappled" theme put it in "ROOT/themes" folder. Then added this line "theme: dappled" ...
1
vote
1answer
753 views

Error while trying to install Community Engine: NameError - "Undefined local variable or method 'map'

I'm trying to install Community Engine using the instructions here: http://github.com/bborn/communityengine At first I thought it might be because I had Rails 2.3.5 and desert 0.5.3 which were higher ...
1
vote
2answers
647 views

Access plugin helper methods and lib on rails

I am currently delevoping a community using Community Engine, but I need to add some models. The problem is that I need the helpers methods that are used by CE, but when I try to access the new ...
0
votes
0answers
24 views

How to use Community Engine features?

I'm building a small social network site where users can signup using omniauth/omniauth identity, create user profiles and add friendships. I've got Community Engine installed and running the home ...
0
votes
1answer
72 views

rake not work on CommunityEngine Opensocial

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 ...
0
votes
0answers
38 views

Is there any Social network engine for Rails Refinerycms?

I have to integrate social network engine with Refinery cms. Is there any Social network engine for Refinerycms? Is it possible to integrate 'community engine' or 'insoshi' with refinery?
0
votes
0answers
6 views

'reload_without_tag_list' test on Rails error

I get this error when I run my tests in rails (using community engine). vendor/plugins/community_engine/plugins/acts_as_taggable_on_steroids /lib/acts_as_taggable.rb:206:in `reload_without_tag_list' ...
0
votes
1answer
27 views

linked in type recommendations

i am looking to build a ruby on rails application that would be built off of community engine or tog. id like to know if there was a gem out there that would add recommendation capability to these ...
0
votes
2answers
1k views

Running into issues when running Rails on Ubuntu

First some background. I am trying to run Community Engine on a fresh install of Ubuntu. CE is a open src social networking plugin running on Rails. I was able to get CE up and running on my windows ...