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
3
votes
1 answer

What is the best Ruby on Rails forum based?

I have been looking for forums developed in Ruby on Rails and I found some solutions like threaded, sugar, forum monster and forem. Could do you suggest me one of them and pros/cons? I'm a RoR newbie and I'm looking for a solution that can allow me…
supertramp
  • 31
  • 1
  • 3
1
vote
2 answers

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 solved this problem? thanks a lot.
khanh
  • 4,516
  • 10
  • 29
  • 48
1
vote
2 answers

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 attachment Fu is causing the problem. Here is what…
1
vote
0 answers

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" to the "application.yml" file. Deleted the…
Waleed Asender
  • 1,477
  • 15
  • 27
1
vote
1 answer

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 versions than what was mentioned on the…
floatingfrisbee
  • 928
  • 1
  • 10
  • 28
1
vote
1 answer

Sprockets::FileNotFound

I am working with CommunityEngine Here i faced this problem. Sprockets::FileNotFound in Base#site_index //in my gemfile i use: gem 'community_engine', github: 'bborn/communityengine' , branch: "rails4" i use gem 'sprockets', '~> 2.12.1' it…
Mezbah
  • 1,247
  • 2
  • 17
  • 32
1
vote
2 answers

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 sections of the site, I get a undefined method (like…
Hock
  • 5,784
  • 2
  • 19
  • 25
1
vote
1 answer

Unable to upload photo using community engine gem

I'm working on a project which uses Community engine gem(2.3.1). I'm on ruby 1.9.3 and rails 3.2.8 When I'm trying to upload a profile photo, I get the below error - can't convert Configatron::Store to Array (Configatron::Store#to_ary gives…
1
vote
1 answer

CommunityEngine Rails3 Git-Error

I'm a newbie in Rails3 but i will be only install CommunityEngine. I followed this tutorial, but I could not get it to work. This is the error: root@develoepr:/home/pthoelken/cengine# bundle install --binstubs Fetching bborn/communityengine fatal:…
1
vote
3 answers

Community Engine v. Social Stream?

Newb here learning rails... any advice/comparison of community engine v. social stream? I'll be writing a dating site, so especially if either lends themselves to that development I'd appreciate the advice.
user1318135
  • 717
  • 2
  • 12
  • 36
0
votes
0 answers

why my rigidbody limit localeulerangles stoping on -90 and 90

i constrain local y and z angles for rigidbody, but x-axis rotation clamps at -90 and 90. I have included "is kinematic = true" for rigidbody to check the rotation. [enter image description enter image description…
Nuks
  • 1
0
votes
0 answers

How to recreate the original vector from tangent space vector in Houdini within Unity Shader?

Currently, there is a need to convert normals from model space to tangent space in Houdini, and save them to vertex color. Then in Unity Shader, the normals can be converted from tangent space to model space by reading vertex color. vector T =…
Justin
  • 1
0
votes
0 answers

error CS0234: The type or namespace name 'OpenURL' does not exist in the namespace 'Application'

Hi' i am using Unity Engine to build a VR game and i'm kinda stuck here, what should i do next? (it says smtng about line-144. If any of you could help me with this it would be very appritiated:) i dont know what to write anymor cuz of that: It…
0
votes
0 answers

Trying to add a swinging system to my game with animations but the player is snapping back to its position

I Am trying to add a swinging system to my game but whenever my player does the swinging animation it goes back to the same place how would I fix something like that? here is a video showing what it does: https://streamable.com/7jxgqx I Use a…
0
votes
1 answer

Community engine and AWS s3 for photo uploads

I`m trying to configure the community gem to use s3. The docs say only: You'll need to change your configuration in your application_config.rb to tell CommunityEngine to use s3 as the photo backend. Anyone knows what and how to change? Do I need any…
Denis Romanovsky
  • 298
  • 1
  • 11
1
2