<?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>Mon, 06 Feb 2012 03:57:36 +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 Hazz</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-71</link>
		<dc:creator>Hazz</dc:creator>
		<pubDate>Sat, 05 Nov 2011 17:25:16 +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-71</guid>
		<description>Please remember that the SugarCRM Soap-API is quite buggy. For example, get_entry_list() and value "max_results" has to be a high value to get all data collected. Setting it to zero (you may think that's "unlimited") will return 20 only objects.

Why? I don't know. Just remember that.  It's mentioned in the code above, but cannot be made clear enough.</description>
		<content:encoded><![CDATA[<p>Please remember that the SugarCRM Soap-API is quite buggy. For example, get_entry_list() and value &#8220;max_results&#8221; has to be a high value to get all data collected. Setting it to zero (you may think that&#8217;s &#8220;unlimited&#8221;) will return 20 only objects.</p>
<p>Why? I don&#8217;t know. Just remember that.  It&#8217;s mentioned in the code above, but cannot be made clear enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + SugarCRM - An alternative approach by Charles Hicks</title>
		<link>http://www.paulwelty.com/ruby-on-rails/rails-sugarcrm-an-alternative-approach/comment-page-1/#comment-54</link>
		<dc:creator>Charles Hicks</dc:creator>
		<pubDate>Tue, 16 Nov 2010 23:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulwelty.com/ruby-on-rails/rails-sugarcrm-an-alternative-approach/#comment-54</guid>
		<description>Howdy!  

Just thought I would let you know that I wrote a gem for interacting with SugarCRM via REST.  I wrote a blog article about it here: http://developers.sugarcrm.com/wordpress/2010/11/16/web-services-in-your-own-language-part-2-ruby/</description>
		<content:encoded><![CDATA[<p>Howdy!  </p>
<p>Just thought I would let you know that I wrote a gem for interacting with SugarCRM via REST.  I wrote a blog article about it here: <a href="http://developers.sugarcrm.com/wordpress/2010/11/16/web-services-in-your-own-language-part-2-ruby/" rel="nofollow">http://developers.sugarcrm.com/wordpress/2010/11/16/web-services-in-your-own-language-part-2-ruby/</a></p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

