<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for MissingMethod</title>
	<link>http://www.missingmethod.com</link>
	<description>Build Something Beautiful</description>
	<pubDate>Fri, 04 Jul 2008 14:12:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>Comment on Announcing CommunityEngine - A social networking plugin for Ruby on Rails by Alexis Masters</title>
		<link>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-26157</link>
		<pubDate>Sat, 28 Jun 2008 15:36:35 +0000</pubDate>
		<guid>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-26157</guid>
					<description>Hi Bruno! I signed up twice at the demo site, but have not gotten my emails. Is there something else I need to do? I would really like to demo the profiles area, etc.</description>
		<content:encoded><![CDATA[<p>Hi Bruno! I signed up twice at the demo site, but have not gotten my emails. Is there something else I need to do? I would really like to demo the profiles area, etc.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on CommunityEngine - Role support just added by rapatapat</title>
		<link>http://www.missingmethod.com/2008/06/10/communityengine-role-support-just-added/#comment-25751</link>
		<pubDate>Tue, 10 Jun 2008 20:45:51 +0000</pubDate>
		<guid>http://www.missingmethod.com/2008/06/10/communityengine-role-support-just-added/#comment-25751</guid>
					<description>that's awesome bruno! you're the man</description>
		<content:encoded><![CDATA[<p>that&#8217;s awesome bruno! you&#8217;re the man
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Announcing CommunityEngine - A social networking plugin for Ruby on Rails by CommunityEngine: A Ruby on Rails Social Networking Plugin &#124; lorennorman.com</title>
		<link>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-25234</link>
		<pubDate>Tue, 27 May 2008 15:13:57 +0000</pubDate>
		<guid>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-25234</guid>
					<description>[...] And that&amp;#8217;s why I took notice today when MissingMethod announced the release (MIT License) of CommunityEngine, a social networking plugin for Ruby on Rails.  But this isn&amp;#8217;t just another Rails social framework (like LovedByLess), it&amp;#8217;s actually less than that, in a &amp;#8220;less is more&amp;#8221; kind of way.  You see, CommunityEngine is just a Rails plugin, so it&amp;#8217;s (supposedly) easy to just add some social networking functionality to your already-running Rails app.     &amp;#171; Ruby in the Enterprise&amp;#160;&amp;#8211;&amp;#160; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] And that&#8217;s why I took notice today when MissingMethod announced the release (MIT License) of CommunityEngine, a social networking plugin for Ruby on Rails.  But this isn&#8217;t just another Rails social framework (like LovedByLess), it&#8217;s actually less than that, in a &#8220;less is more&#8221; kind of way.  You see, CommunityEngine is just a Rails plugin, so it&#8217;s (supposedly) easy to just add some social networking functionality to your already-running Rails app.     &laquo; Ruby in the Enterprise&nbsp;&ndash;&nbsp; [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on CommunityEngine Updated to v0.10.0 by bruno</title>
		<link>http://www.missingmethod.com/2008/05/14/communityengine-updated-to-v0100/#comment-25113</link>
		<pubDate>Sun, 25 May 2008 14:27:14 +0000</pubDate>
		<guid>http://www.missingmethod.com/2008/05/14/communityengine-updated-to-v0100/#comment-25113</guid>
					<description>Hey Brian,
I appreciate the comments. In particular, I agree that the session store question probably should be taken out of the plugin; I'll put that on my list. As for replacing plugins, I think the only one I've touched in Attachment_fu, in order to fix a big with S3 image uploading.</description>
		<content:encoded><![CDATA[<p>Hey Brian,<br />
I appreciate the comments. In particular, I agree that the session store question probably should be taken out of the plugin; I&#8217;ll put that on my list. As for replacing plugins, I think the only one I&#8217;ve touched in Attachment_fu, in order to fix a big with S3 image uploading.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on CommunityEngine Updated to v0.10.0 by Brian Artiaco</title>
		<link>http://www.missingmethod.com/2008/05/14/communityengine-updated-to-v0100/#comment-25097</link>
		<pubDate>Sun, 25 May 2008 03:22:23 +0000</pubDate>
		<guid>http://www.missingmethod.com/2008/05/14/communityengine-updated-to-v0100/#comment-25097</guid>
					<description>Hello there,

I'm trying to use your plugin with a new appliction I'm developing and I'm getting an error when I run:
&lt;code&gt;
ruby script/generate plugin_migration
&lt;/code&gt;

The error message is:

/vendor/plugins/community_engine/engine_plugins/haml/lib/haml/template.rb:84:in `alias_method': undefined method `read_template_file' for class `ActionView::Base' (NameError)
        from /Users/bartiaco/projects/research_projects/communityenginetest/vendor/plugins/community_engine/engine_plugins/haml/lib/haml/template.rb:84

I believe that it has to do with an older version of haml packaged with the plugin(1.7.1, and I believe 2.0 is the most recent).  I have found some notes in the haml google group that refer to this being fixed in post 1.8.1 versions.

Before I got and start replacing plugins, I just wanted to ask 2 things:

A) Have you customized any of the plugins in the engine_plugins folder, or are they all stock?

B) Sort of a side question:  have you considered abstracting out some of the plugins?  I appreciate your desire to have the engine contain all of the necessary parts, but some of the plugins included make it difficult to 'drop' into another application.  

For example: the Sqlsessionstore is an alternative to the available rails session options.  While there may definitely be benefits to using it, is seems like that plugin is a deployment related decision, and should be abstracted from the community engine.

I hope this doesn't sound overly critical.  Your plugin is exactly what I need for a project I'm working on right now, I'm just hoping to trim a bit of fat, so to speak, so that it can work with what I already have.</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>I&#8217;m trying to use your plugin with a new appliction I&#8217;m developing and I&#8217;m getting an error when I run:<br />
<code><br />
ruby script/generate plugin_migration<br />
</code></p>
<p>The error message is:</p>
<p>/vendor/plugins/community_engine/engine_plugins/haml/lib/haml/template.rb:84:in `alias_method&#8217;: undefined method `read_template_file&#8217; for class `ActionView::Base&#8217; (NameError)<br />
        from /Users/bartiaco/projects/research_projects/communityenginetest/vendor/plugins/community_engine/engine_plugins/haml/lib/haml/template.rb:84</p>
<p>I believe that it has to do with an older version of haml packaged with the plugin(1.7.1, and I believe 2.0 is the most recent).  I have found some notes in the haml google group that refer to this being fixed in post 1.8.1 versions.</p>
<p>Before I got and start replacing plugins, I just wanted to ask 2 things:</p>
<p>A) Have you customized any of the plugins in the engine_plugins folder, or are they all stock?</p>
<p>B) Sort of a side question:  have you considered abstracting out some of the plugins?  I appreciate your desire to have the engine contain all of the necessary parts, but some of the plugins included make it difficult to &#8216;drop&#8217; into another application.  </p>
<p>For example: the Sqlsessionstore is an alternative to the available rails session options.  While there may definitely be benefits to using it, is seems like that plugin is a deployment related decision, and should be abstracted from the community engine.</p>
<p>I hope this doesn&#8217;t sound overly critical.  Your plugin is exactly what I need for a project I&#8217;m working on right now, I&#8217;m just hoping to trim a bit of fat, so to speak, so that it can work with what I already have.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Announcing CommunityEngine - A social networking plugin for Ruby on Rails by MissingMethod &#187; Archives &#187; CommunityEngine Updated to v0.10.0</title>
		<link>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-24595</link>
		<pubDate>Wed, 14 May 2008 16:39:51 +0000</pubDate>
		<guid>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-24595</guid>
					<description>[...] Don&amp;#8217;t know about CommunityEngine yet? Well, it&amp;#8217;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. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Don&#8217;t know about CommunityEngine yet? Well, it&#8217;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. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Announcing CommunityEngine - A social networking plugin for Ruby on Rails by Alistair Holt</title>
		<link>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-24180</link>
		<pubDate>Tue, 06 May 2008 16:47:21 +0000</pubDate>
		<guid>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-24180</guid>
					<description>Looks interesting. I like!</description>
		<content:encoded><![CDATA[<p>Looks interesting. I like!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Announcing CommunityEngine - A social networking plugin for Ruby on Rails by CommunityEngine: Social network-ize your Web 2.0 Rails App! &#124; AdaRuby: Web 2.0 Development with Rails</title>
		<link>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-24151</link>
		<pubDate>Tue, 06 May 2008 06:51:38 +0000</pubDate>
		<guid>http://www.missingmethod.com/2008/05/05/announcing-communityengine-a-social-networking-plugin-for-ruby-on-rails/#comment-24151</guid>
					<description>[...] MissingMethod just announced the release of CommunityEngine, their 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. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] MissingMethod just announced the release of CommunityEngine, their 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. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Deploying Rails on EC2 by friarminor</title>
		<link>http://www.missingmethod.com/2007/04/05/deploying-rails-on-ec2/#comment-24141</link>
		<pubDate>Tue, 06 May 2008 03:52:26 +0000</pubDate>
		<guid>http://www.missingmethod.com/2007/04/05/deploying-rails-on-ec2/#comment-24141</guid>
					<description>Hello, Bruno!

I thought I might invite you to check out something since you've posted a beautiful piece about EC2.  

Ever heard of MorpheXchange.com?  Well, do check it out and do away with deployment concerns and managing instances on the EC2.  Makes Rails deployments on top of EC2 a snap plus no lock in threats.  

Best.
alain</description>
		<content:encoded><![CDATA[<p>Hello, Bruno!</p>
<p>I thought I might invite you to check out something since you&#8217;ve posted a beautiful piece about EC2.  </p>
<p>Ever heard of MorpheXchange.com?  Well, do check it out and do away with deployment concerns and managing instances on the EC2.  Makes Rails deployments on top of EC2 a snap plus no lock in threats.  </p>
<p>Best.<br />
alain
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How To Build a Social Network with Ruby on Rails by Building a Social Network Site in Rails &#124; Jim Neath</title>
		<link>http://www.missingmethod.com/2007/01/08/how-to-build-a-social-network-with-ruby-on-rails/#comment-23369</link>
		<pubDate>Fri, 25 Apr 2008 11:04:12 +0000</pubDate>
		<guid>http://www.missingmethod.com/2007/01/08/how-to-build-a-social-network-with-ruby-on-rails/#comment-23369</guid>
					<description>[...] Article on building a social network site over at The Whiny Nil. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Article on building a social network site over at The Whiny Nil. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
