<?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 Cowboy Coded</title>
	<atom:link href="http://www.cowboycoded.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cowboycoded.com</link>
	<description>Tech stuff.. Ruby, Rails, MySQL, Nginx, yada yada yada..</description>
	<lastBuildDate>Fri, 11 May 2012 23:43:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Quickie: Transferring files server to server using scp by blog urgente</title>
		<link>http://www.cowboycoded.com/2011/01/11/quickie-transferring-files-server-to-server-using-scp/comment-page-1/#comment-17108</link>
		<dc:creator>blog urgente</dc:creator>
		<pubDate>Fri, 11 May 2012 23:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cowboycoded.com/?p=731#comment-17108</guid>
		<description>&lt;strong&gt;blog urgente...&lt;/strong&gt;

[...]Quickie: Transferring files server to server using scp &#171; Cowboy Coded[...]...</description>
		<content:encoded><![CDATA[<p><strong>blog urgente&#8230;</strong></p>
<p>[...]Quickie: Transferring files server to server using scp &laquo; Cowboy Coded[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails collection_select not selecting the option by David Krider</title>
		<link>http://www.cowboycoded.com/2010/03/29/ruby-on-rails-collection_select-not-selecting-the-option/comment-page-1/#comment-16846</link>
		<dc:creator>David Krider</dc:creator>
		<pubDate>Wed, 02 May 2012 10:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://railsrant.com/?p=177#comment-16846</guid>
		<description>Unfortunately, I spent about a half hour Googling this problem, but all the solutions were about fixing the collection_select call syntax, and I knew I had that part right. Thank you for writing this down and putting it &quot;out there.&quot; It&#039;s much appreciated.</description>
		<content:encoded><![CDATA[<p>Unfortunately, I spent about a half hour Googling this problem, but all the solutions were about fixing the collection_select call syntax, and I knew I had that part right. Thank you for writing this down and putting it &#8220;out there.&#8221; It&#8217;s much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iterate over a date range in Ruby by Samuel A. Falvo II</title>
		<link>http://www.cowboycoded.com/2010/06/02/iterate-over-a-date-range-in-ruby/comment-page-1/#comment-16805</link>
		<dc:creator>Samuel A. Falvo II</dc:creator>
		<pubDate>Mon, 30 Apr 2012 20:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cowboycoded.com/?p=365#comment-16805</guid>
		<description>Oops, my bad.  I was looking in &quot;Date.methods.grep&quot; instead of Date.new.methods.grep.&quot;</description>
		<content:encoded><![CDATA[<p>Oops, my bad.  I was looking in &#8220;Date.methods.grep&#8221; instead of Date.new.methods.grep.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iterate over a date range in Ruby by Samuel A. Falvo II</title>
		<link>http://www.cowboycoded.com/2010/06/02/iterate-over-a-date-range-in-ruby/comment-page-1/#comment-16804</link>
		<dc:creator>Samuel A. Falvo II</dc:creator>
		<pubDate>Mon, 30 Apr 2012 20:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cowboycoded.com/?p=365#comment-16804</guid>
		<description>The &quot;upto&quot; method does not exist in either Ruby 1.8.7&#039;s Date class, nor in Ruby 1.9.3.  What version of Ruby are you using, and/or what other requirements do you reference in your code which might amend Date?</description>
		<content:encoded><![CDATA[<p>The &#8220;upto&#8221; method does not exist in either Ruby 1.8.7&#8217;s Date class, nor in Ruby 1.9.3.  What version of Ruby are you using, and/or what other requirements do you reference in your code which might amend Date?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why you can&#8217;t reopen Rails 3 Engine classes from the parent app by Iphone app</title>
		<link>http://www.cowboycoded.com/2011/02/28/why-you-cant-reopen-rails-3-engine-classes-from-the-parent-app/comment-page-1/#comment-16774</link>
		<dc:creator>Iphone app</dc:creator>
		<pubDate>Sun, 29 Apr 2012 21:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cowboycoded.com/?p=821#comment-16774</guid>
		<description>&lt;strong&gt;Iphone app...&lt;/strong&gt;

[...]Why you can&#8217;t reopen Rails 3 Engine classes from the parent app &#171; Cowboy Coded[...]...</description>
		<content:encoded><![CDATA[<p><strong>Iphone app&#8230;</strong></p>
<p>[...]Why you can&#8217;t reopen Rails 3 Engine classes from the parent app &laquo; Cowboy Coded[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing is_able or acts_as plugins for Rails 3 &#8211; Part 1 by Anand</title>
		<link>http://www.cowboycoded.com/2011/01/31/developing-is_able-or-acts_as-plugins-for-rails/comment-page-1/#comment-16726</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Fri, 27 Apr 2012 14:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cowboycoded.com/?p=757#comment-16726</guid>
		<description>Awesome post, thanks!</description>
		<content:encoded><![CDATA[<p>Awesome post, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing is_able or acts_as plugins for Rails 3 &#8211; Part 1 by Alban</title>
		<link>http://www.cowboycoded.com/2011/01/31/developing-is_able-or-acts_as-plugins-for-rails/comment-page-1/#comment-16686</link>
		<dc:creator>Alban</dc:creator>
		<pubDate>Wed, 25 Apr 2012 23:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cowboycoded.com/?p=757#comment-16686</guid>
		<description>Thanks for this article. I&#039;ll probably dive in the source to find out how the DSL for inclusion works. Note that the ActiveSupport::Concern make the module more readable.</description>
		<content:encoded><![CDATA[<p>Thanks for this article. I&#8217;ll probably dive in the source to find out how the DSL for inclusion works. Note that the ActiveSupport::Concern make the module more readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails &amp; MySQL Master Slave replication tutorial by nando pacheco</title>
		<link>http://www.cowboycoded.com/2009/08/19/mysql-master-slave-replication-tutorial/comment-page-1/#comment-16646</link>
		<dc:creator>nando pacheco</dc:creator>
		<pubDate>Tue, 24 Apr 2012 11:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://railsrant.com/?p=34#comment-16646</guid>
		<description>&lt;strong&gt;nando pacheco...&lt;/strong&gt;

[...]Ruby on Rails &amp; MySQL Master Slave replication tutorial &#171; Cowboy Coded[...]...</description>
		<content:encoded><![CDATA[<p><strong>nando pacheco&#8230;</strong></p>
<p>[...]Ruby on Rails &amp; MySQL Master Slave replication tutorial &laquo; Cowboy Coded[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing slave relay log corruption in MySQL master/slave replication by Anonymous</title>
		<link>http://www.cowboycoded.com/2010/08/18/fixing-slave-relay-log-corruption-in-mysql-masterslave-replication/comment-page-1/#comment-16259</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 11 Apr 2012 15:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cowboycoded.com/?p=573#comment-16259</guid>
		<description>The previous comment is incorrect.  Skipping a record does not help if a relay log file is corrupted.  The solution above is correct.</description>
		<content:encoded><![CDATA[<p>The previous comment is incorrect.  Skipping a record does not help if a relay log file is corrupted.  The solution above is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Journey into the world of vim (from Textmate) by Michael Hendrickx</title>
		<link>http://www.cowboycoded.com/2012/03/06/my-journey-into-the-world-of-vim-from-textmate/comment-page-1/#comment-16253</link>
		<dc:creator>Michael Hendrickx</dc:creator>
		<pubDate>Wed, 11 Apr 2012 07:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cowboycoded.com/?p=1038#comment-16253</guid>
		<description>Congrats!  It&#039;s what separates the men from the boys :)

I&#039;ve been using VIM for Rails for the past 4 years, partially since I code more on Linux than on OSX.</description>
		<content:encoded><![CDATA[<p>Congrats!  It&#8217;s what separates the men from the boys <img src='http://www.cowboycoded.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve been using VIM for Rails for the past 4 years, partially since I code more on Linux than on OSX.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

