Questions tagged [communityengine]

CommunityEngine is a free, open-source social network plugin for Ruby on Rails applications. Drop it into your new or existing application, and you’ll instantly have all the features of a basic community site.

CommunityEngine is a free, open-source social network plugin for Ruby on Rails applications. Drop it into your new or existing application, and you’ll instantly have all the features of a basic community site.

More information and documentation at: http://communityengine.org/

CommunityEngine is free to use and is licensed under the MIT license

26 questions
0
votes
1 answer

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 or any ideas folks out there might have as to…
sethg
  • 59
  • 7
0
votes
1 answer

install community engine on rails 4.2.1

I have been trying for a to add the commmunity engine gem to an existing rails app following https://github.com/bborn/communityengine 1) I start with creating the app : rails new social 2) I Open gemfile, add gem 'community_engine', '~> 3.0.0' and…
0
votes
2 answers

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 box w/o issue. I have decided to use Ubuntu 8.10…
Levi Rosol
  • 4,398
  • 6
  • 28
  • 36
0
votes
1 answer

Do I need Devise and CommunityEngine on the same app?

I'm building a new social site in Rails(4), and want to use some of the social networking features available in CommunityEngine. Do I also need to add Devise for signups, or does CommunityEngine now have that capability too? At this time I'm not…
Ken
  • 184
  • 1
  • 2
  • 16
0
votes
1 answer

"community_engine (>= 0) ruby depends on paperclip (~> 2.4.3) ruby" ... I'm using paperclip 3.4.1

Trying to get the community engine gem/plugin up and running. Getting error: Bundler could not find compatible versions for gem "paperclip": In Gemfile: community_engine (>= 0) ruby depends on paperclip (~> 2.4.3) ruby paperclip…
0
votes
1 answer

Authlogic and Android, Verify user credentials

I have a rails app that uses Authlogic (from gem Communityengine). Now I want users to be able to login on a mobile device (Android in that case) If I understand correctly I can use Http Basic Authentication to authorize specified actions, but the…
0
votes
2 answers

Rails 3 and Communityengine Photo Uploads

I got my rails application using Communityengine up and running now, but somehow I can't make the image uploads work. In the standard installation I would always get this error when I try to upload an image: Photo…
Martin
  • 896
  • 1
  • 7
  • 22
0
votes
1 answer

community engine desert

i tried install community engine. problem: You passed :lib as an option for gem 'desert', but it is invalid. my desert gem: desert (0.5.4) help please.. log: home@home-desktop:~$ rails new wbce -m…
-1
votes
2 answers

“Unable to Start Oculus XR Plugin”

I recently transferred my project over to a collaboration mode and it says “Unable To Start Oculus XR Plugin” when I try to test it. I made sure Oculus runtime was installed, I made sure the plug-in was up to date, I don’t know what else the issue…
-2
votes
1 answer

Is it legal to create/build buildings and architecture for a game like gta, nfs mw, etc from a real city?

I want to start game development and thought to work on a gaming engine like Unreal Engine or Unity Engine and thought of building a real life game around me. Is it legal to build a game on a real city architecture? I live in India.
-2
votes
1 answer

raise ActiveRecord::PendingMigrationError if ActiveRecord::Migrator.needs_migration?

def check_pending!(connection = Base.connection) raise ActiveRecord::PendingMigrationError if ActiveRecord::Migrator.needs_migration?(connection) end def load_schema_if_pending! i have run: bin/rake db:migrate RAILS_ENV=development but…
1
2