<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for OneBody</title>
	<atom:link href="http://onebodyapp.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://onebodyapp.wordpress.com</link>
	<description>OneBody is open source software that connects community members on the web.</description>
	<lastBuildDate>Sun, 23 Aug 2009 07:54:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on OneBody 0.8.1 by Jack</title>
		<link>http://onebodyapp.wordpress.com/2009/07/07/onebody-0-8-1/#comment-37</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sun, 23 Aug 2009 07:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://onebodyapp.wordpress.com/?p=99#comment-37</guid>
		<description>Thanks for this incredible app! I would love to get it installed for our small church. I currently have a shared linux hosting account with Ruby on Rails support. I have the files uploaded to the directory I want to install, but I&#039;m afraid I am lost from here. I have experience with php, but none with Ruby. I checked out the wiki page for installing, but I am afraid I don&#039;t understand.</description>
		<content:encoded><![CDATA[<p>Thanks for this incredible app! I would love to get it installed for our small church. I currently have a shared linux hosting account with Ruby on Rails support. I have the files uploaded to the directory I want to install, but I&#8217;m afraid I am lost from here. I have experience with php, but none with Ruby. I checked out the wiki page for installing, but I am afraid I don&#8217;t understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ignoring database.yml by Daniel P. Kionka</title>
		<link>http://onebodyapp.wordpress.com/2008/09/03/ignoring_databaseyml/#comment-22</link>
		<dc:creator>Daniel P. Kionka</dc:creator>
		<pubDate>Fri, 05 Sep 2008 23:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://onebodyapp.wordpress.com/?p=46#comment-22</guid>
		<description>It seems like database.yml is always a problem.  Where I work they put it in /etc so Operations can control it.  That way they can install different versions on developer sandboxes, test pods, and production.  You can change the path by setting config.database_configuration_file in the Rails::Initializer.run block.</description>
		<content:encoded><![CDATA[<p>It seems like database.yml is always a problem.  Where I work they put it in /etc so Operations can control it.  That way they can install different versions on developer sandboxes, test pods, and production.  You can change the path by setting config.database_configuration_file in the Rails::Initializer.run block.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OneBody Demo by Tim Morgan</title>
		<link>http://onebodyapp.wordpress.com/2008/07/29/onebody-demo/#comment-20</link>
		<dc:creator>Tim Morgan</dc:creator>
		<pubDate>Sat, 02 Aug 2008 21:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://onebodyapp.wordpress.com/?p=42#comment-20</guid>
		<description>Indeed. Working on it. :-)</description>
		<content:encoded><![CDATA[<p>Indeed. Working on it. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OneBody Demo by Daniel P. Kionka</title>
		<link>http://onebodyapp.wordpress.com/2008/07/29/onebody-demo/#comment-19</link>
		<dc:creator>Daniel P. Kionka</dc:creator>
		<pubDate>Sat, 02 Aug 2008 21:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://onebodyapp.wordpress.com/?p=42#comment-19</guid>
		<description>You can&#039;t do much on the demo without a login.  Can you create a guest account that everyone can use?</description>
		<content:encoded><![CDATA[<p>You can&#8217;t do much on the demo without a login.  Can you create a guest account that everyone can use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OneBody Demo by Daniel P. Kionka</title>
		<link>http://onebodyapp.wordpress.com/2008/07/29/onebody-demo/#comment-18</link>
		<dc:creator>Daniel P. Kionka</dc:creator>
		<pubDate>Sat, 02 Aug 2008 19:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://onebodyapp.wordpress.com/?p=42#comment-18</guid>
		<description>Small world -- Jacques just gave a presentation on mod_rails at the silicon valley rails meetup, and he talked about opensourcerails.com.</description>
		<content:encoded><![CDATA[<p>Small world &#8212; Jacques just gave a presentation on mod_rails at the silicon valley rails meetup, and he talked about opensourcerails.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploy With Capistrano by Daniel P. Kionka</title>
		<link>http://onebodyapp.wordpress.com/2008/03/31/deploy-with-capistrano/#comment-17</link>
		<dc:creator>Daniel P. Kionka</dc:creator>
		<pubDate>Tue, 22 Jul 2008 17:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://onebodyapp.wordpress.com/2008/03/31/deploy-with-capistrano/#comment-17</guid>
		<description>Just like the vi vs. emacs debate, I am a Vlad man.  Never invent your own language when an existing one (rake) will do.

Another complaint about both system is their built-in deploy tasks.  In the real world you have an operations group that sets up your servers.  Then you never update your tree directly from source control.  If your production hosts can reach your source control system, you have a fundamental security problem.</description>
		<content:encoded><![CDATA[<p>Just like the vi vs. emacs debate, I am a Vlad man.  Never invent your own language when an existing one (rake) will do.</p>
<p>Another complaint about both system is their built-in deploy tasks.  In the real world you have an operations group that sets up your servers.  Then you never update your tree directly from source control.  If your production hosts can reach your source control system, you have a fundamental security problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IRC Channel by timmorgan</title>
		<link>http://onebodyapp.wordpress.com/2008/06/05/irc-channel/#comment-16</link>
		<dc:creator>timmorgan</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://onebodyapp.wordpress.com/?p=22#comment-16</guid>
		<description>Barron, I&#039;m emailing you now...</description>
		<content:encoded><![CDATA[<p>Barron, I&#8217;m emailing you now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IRC Channel by Barron Housel</title>
		<link>http://onebodyapp.wordpress.com/2008/06/05/irc-channel/#comment-15</link>
		<dc:creator>Barron Housel</dc:creator>
		<pubDate>Wed, 02 Jul 2008 02:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://onebodyapp.wordpress.com/?p=22#comment-15</guid>
		<description>I&#039;m looking into installing beonebody for our church. I&#039;d love to discuss a few issues/questions with someone involved in the development of onebody.

Thanks,
  Barron Housel</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking into installing beonebody for our church. I&#8217;d love to discuss a few issues/questions with someone involved in the development of onebody.</p>
<p>Thanks,<br />
  Barron Housel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pardon the Mess by timmorgan</title>
		<link>http://onebodyapp.wordpress.com/2008/02/16/pardon-the-mess/#comment-2</link>
		<dc:creator>timmorgan</dc:creator>
		<pubDate>Sat, 16 Feb 2008 22:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://onebodyapp.wordpress.com/2008/02/16/pardon-the-mess/#comment-2</guid>
		<description>Side note: I happen to know that no one downloaded the release, so no need to worry that someone has a bad copy. :-)</description>
		<content:encoded><![CDATA[<p>Side note: I happen to know that no one downloaded the release, so no need to worry that someone has a bad copy. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
