June 5th, 2008 / Ruby on Rails, Plugins, CommunityEngine /
So, I had the domain Teacherly.com sitting around, and I’ve always liked the idea of a social network/blog for educators … so I made it, and CommunityEngine made it painless!
In about 6 hours, I modified the default CommunityEngine theme, integrated the famous Teacherly Free Wordsearch Creator, and deployed the whole thing to one of my EC2 instances. Not bad for an afternoon’s work!
Here’s a screenshot:

So, why is this cool? Well, I’ve always said the hard part about starting a niche community site is … building the community! Finding an audience, developing content, interacting with users… that’s what success hinges upon. So why should programming get in your way? With CommunityEngine, you can get up an running FAST, so you can start focusing on building your community, instead of building the web site for your community.
May 25th, 2008 / Ruby on Rails, Plugins, CommunityEngine /
I know this is a little late, but I finally got around to setting up a Lighthouse project for CommunityEngine, so if you’ve found a bug, head over there quick and file it! Thanks!
May 21st, 2008 / Ruby on Rails, Plugins, CommunityEngine /
Quick, go check out the CommunityEngine demo site (CommunityEngine is an open-source social networking plugin for Ruby on Rails). Notice anything new?
CommunityEngine has new default theme! Special thanks to Andres Galante for designing it!
PLEASE NOTE: if you are already using CE, this change may impact your application! The new theme replaces many of the old views, and if your application depends on them, I’d advise checking out the CommunityEngine Extras repository, where you can find all the old views, images, and stylesheets used in the old theme. The new theme is in place starting from version 0.10.1 of the plugin (here).
Enjoy! (More updates coming soon…)
May 14th, 2008 / Ruby on Rails, Plugins, CommunityEngine /
Just wanted to let everyone know I tagged a new version of CommunityEngine which adds support for draft and published states for blog posts. Please note, this requires a new migration, so if you previously installed CE, you’ll have to run
ruby script/generate plugin_migration
and then
rake db:migrate
Don’t know about CommunityEngine yet? Well, it’s 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. Read the announcement post or check out the CommunityEngine site.
May 5th, 2008 / Ruby on Rails, Plugins /

MissingMethod is releasing CommunityEngine, an open source Rails social networking plugin that you can drop into your new or existing application, instantly giving you all the features of a basic community site.
Lately there have been a raft of Rails social networking applications, so how is this one different? Well, other open source solutions like LovdByLess and OneBody are packaged as complete applications, while CommunityEngine is built as a plugin. This makes it easy to customize and even override its functionality.
For people who are interested in adding community features to an existing application, or for people who want to manage multiple communities using common code, CommunityEngine should be quite useful.