<?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/"
	>
<channel>
	<title>Comments for Polymathic</title>
	<atom:link href="http://www.paulwelty.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulwelty.com</link>
	<description>Ramblings of an overeducated mind</description>
	<pubDate>Tue, 07 Sep 2010 23:23:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Rails + SugarCRM + SOAP - Get a list of Sugar accounts into Rails as an array by Carl Hicks</title>
		<link>http://www.paulwelty.com/ruby-on-rails/rails-sugarcrm-soap-get-a-list-of-sugar-accounts-into-rails-as-an-array/comment-page-1/#comment-49</link>
		<dc:creator>Carl Hicks</dc:creator>
		<pubDate>Fri, 16 Jul 2010 21:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/rails-sugarcrm-soap-get-a-list-of-sugar-accounts-into-rails-as-an-array/#comment-49</guid>
		<description>BTW, I just released a ruby gem for SugarCRM REST interaction.  It doesn't support everything yet, but I figured it was worth mentioning.</description>
		<content:encoded><![CDATA[<p>BTW, I just released a ruby gem for SugarCRM REST interaction.  It doesn&#8217;t support everything yet, but I figured it was worth mentioning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In_place_editor with a collection in a partial in Ruby on Rails by Francky</title>
		<link>http://www.paulwelty.com/ruby-on-rails/in_place_editor-with-a-collection-in-a-partial-in-ruby-on-rails/comment-page-1/#comment-46</link>
		<dc:creator>Francky</dc:creator>
		<pubDate>Tue, 23 Mar 2010 09:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/in_place_editor-with-a-collection-in-a-partial-in-ruby-on-rails/#comment-46</guid>
		<description>Yes Yes!!!
It rocks for me, saved me a lot of googling time, wonderfull !</description>
		<content:encoded><![CDATA[<p>Yes Yes!!!<br />
It rocks for me, saved me a lot of googling time, wonderfull !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoMethodError (undefined method `finder&#8217;) with Engines and Rails 2.2 by John Perkins</title>
		<link>http://www.paulwelty.com/ruby-on-rails/nomethoderror-undefined-method-finder-with-engines-and-rails-22/comment-page-1/#comment-42</link>
		<dc:creator>John Perkins</dc:creator>
		<pubDate>Fri, 09 Oct 2009 05:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/?p=13#comment-42</guid>
		<description>Thank you, thank you, thank you...  I ran into this problem only when running my unit tests.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you&#8230;  I ran into this problem only when running my unit tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nested resources in Ruby on Rails: why bother? by Anko Painting</title>
		<link>http://www.paulwelty.com/ruby-on-rails/nested-resources-in-ruby-on-rails-why-bother/comment-page-1/#comment-41</link>
		<dc:creator>Anko Painting</dc:creator>
		<pubDate>Fri, 19 Jun 2009 00:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/nested-resources-in-ruby-on-rails-why-bother/#comment-41</guid>
		<description>umm, you might want one form (say user details) which multiple addresses, and want that all the be handled by the same form.  ie have an add address link and a remove address link.

or allow adding teams to a user inline.  I've used nested resources heaps.</description>
		<content:encoded><![CDATA[<p>umm, you might want one form (say user details) which multiple addresses, and want that all the be handled by the same form.  ie have an add address link and a remove address link.</p>
<p>or allow adding teams to a user inline.  I&#8217;ve used nested resources heaps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In_place_editor with a collection in a partial in Ruby on Rails by Anko Painting</title>
		<link>http://www.paulwelty.com/ruby-on-rails/in_place_editor-with-a-collection-in-a-partial-in-ruby-on-rails/comment-page-1/#comment-40</link>
		<dc:creator>Anko Painting</dc:creator>
		<pubDate>Thu, 07 May 2009 00:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/in_place_editor-with-a-collection-in-a-partial-in-ruby-on-rails/#comment-40</guid>
		<description>Thank you!!!!!!!!!!!

This would have taken me ages to work out!</description>
		<content:encoded><![CDATA[<p>Thank you!!!!!!!!!!!</p>
<p>This would have taken me ages to work out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting a remote form to submit within a partial collection when any select changes in Ruby on Rails by Amit Verma</title>
		<link>http://www.paulwelty.com/ruby-on-rails/getting-a-remote-form-to-submit-within-a-partial-collection-when-any-select-changes-in-ruby-on-rails/comment-page-1/#comment-33</link>
		<dc:creator>Amit Verma</dc:creator>
		<pubDate>Fri, 28 Nov 2008 12:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/getting-a-remote-form-to-submit-within-a-partial-collection-when-any-select-changes-in-ruby-on-rails/#comment-33</guid>
		<description>Can I have same problem solved using PHP??</description>
		<content:encoded><![CDATA[<p>Can I have same problem solved using PHP??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In_place_editor with a collection in a partial in Ruby on Rails by Zaphod Beeblebrox</title>
		<link>http://www.paulwelty.com/ruby-on-rails/in_place_editor-with-a-collection-in-a-partial-in-ruby-on-rails/comment-page-1/#comment-32</link>
		<dc:creator>Zaphod Beeblebrox</dc:creator>
		<pubDate>Fri, 10 Oct 2008 13:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/in_place_editor-with-a-collection-in-a-partial-in-ruby-on-rails/#comment-32</guid>
		<description>I saved a lot of time !!! Thanks</description>
		<content:encoded><![CDATA[<p>I saved a lot of time !!! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + SugarCRM - An alternative approach by JW</title>
		<link>http://www.paulwelty.com/ruby-on-rails/rails-sugarcrm-an-alternative-approach/comment-page-1/#comment-24</link>
		<dc:creator>JW</dc:creator>
		<pubDate>Wed, 02 Jul 2008 04:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/rails-sugarcrm-an-alternative-approach/#comment-24</guid>
		<description>Hi, I would like to know more regarding rails and the open source sugarcrm please.  Just send an email to me and we can talk off line.  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, I would like to know more regarding rails and the open source sugarcrm please.  Just send an email to me and we can talk off line.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In_place_editor with a collection in a partial in Ruby on Rails by Kris</title>
		<link>http://www.paulwelty.com/ruby-on-rails/in_place_editor-with-a-collection-in-a-partial-in-ruby-on-rails/comment-page-1/#comment-22</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Tue, 17 Jun 2008 21:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/in_place_editor-with-a-collection-in-a-partial-in-ruby-on-rails/#comment-22</guid>
		<description>Thanks! This helped a LOT!</description>
		<content:encoded><![CDATA[<p>Thanks! This helped a LOT!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + SugarCRM - An alternative approach by David</title>
		<link>http://www.paulwelty.com/ruby-on-rails/rails-sugarcrm-an-alternative-approach/comment-page-1/#comment-20</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 14 Apr 2008 18:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/rails-sugarcrm-an-alternative-approach/#comment-20</guid>
		<description>Have you had continuing success with this second method?  I'm thinking of doing something similar, and I'm wondering how much complexity is involved in adding records to the Sugar DB from Rails -- is there much in the way of required associative records that have to be generated (and filled)?</description>
		<content:encoded><![CDATA[<p>Have you had continuing success with this second method?  I&#8217;m thinking of doing something similar, and I&#8217;m wondering how much complexity is involved in adding records to the Sugar DB from Rails &#8212; is there much in the way of required associative records that have to be generated (and filled)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
