We Chose CommunityEngine for a Rails Social Network

CommunityEngineLast week, I and Mosta were about to start a new project at eSpace, a social network in Rails. And instead of reinventing the wheel, we decided to check the available solutions to choose one to build on. Here is why we chose CommunityEngine.

The main reason is that CommunityEngine offers a huge list of features that are, by the way, not mentioned on their website!

Here is the list we discovered after installing it and checking the code:

  1. Authentication (sign up, activation, log in)
  2. Roles: admin, moderator, member
  3. Internationalization support
  4. Theme support
  5. User profiles, avatars
  6. Basic forums (Beast forums) with moderation and monitorship
  7. Friendships and activity feeds
  8. User search
  9. Blogs with categories and tagging
  10. Send post to friend
  11. Adding a poll to a post
  12. Social bookmarking links
  13. Photo uploading and tagging
  14. Invitations
  15. Events
  16. Contests
  17. Clippings - visual bookmarking
  18. Favoriting of clippings and blog posts
  19. Commenting on blogs, profiles, photos, and clippings
  20. Comment notification by e-mail
  21. Simple ad management
  22. Rich text editing
  23. Administration
  24. Statistics

Of course, we needed many other features but that was just a great start. And the good news is that CommunityEngine is a plugin that can be easily added to an existing application and can be updated when new updates are available. Also, it uses Rails Engines making it easy to customize.

On the other hand, currently we are trying to resolve some issues:

  • Upgrading to Rails 2.1.1, as both CommunityEngine and Rails Engines didn't upgraded it. We are on Rails 2.1.0 now.
  • Supporting PostgreSQL, as we got some errors with some queries when we tried to run on it.
  • Little test errors on Windows machines!

Later, hopefully :-), we may talk about how to handle these issues.

Did you like this article? Bookmark it:

Related Articles

Leave a Comment

If you want to post code, do this:
<pre><code class="ruby|javascript|css|html"> your code here </code></pre>