<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Coding Daily</title>
	<atom:link href="http://codingdaily.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingdaily.wordpress.com</link>
	<description>Answers to my own coding problems</description>
	<lastBuildDate>Sat, 27 Apr 2013 00:54:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Write your own custom RSpec formatter by Brian Jones</title>
		<link>http://codingdaily.wordpress.com/2012/11/03/write-your-own-custom-rspec-formatter/#comment-24</link>
		<dc:creator><![CDATA[Brian Jones]]></dc:creator>
		<pubDate>Sat, 27 Apr 2013 00:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=104#comment-24</guid>
		<description><![CDATA[Sorry I should have mentioned how to run rspec and use it.

rspec -I my_rspec_formatter/lib -f MyRSpecFormatter]]></description>
		<content:encoded><![CDATA[<p>Sorry I should have mentioned how to run rspec and use it.</p>
<p>rspec -I my_rspec_formatter/lib -f MyRSpecFormatter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Write your own custom RSpec formatter by Josh</title>
		<link>http://codingdaily.wordpress.com/2012/11/03/write-your-own-custom-rspec-formatter/#comment-23</link>
		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 19:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=104#comment-23</guid>
		<description><![CDATA[This is interesting, but where do I put this code?]]></description>
		<content:encoded><![CDATA[<p>This is interesting, but where do I put this code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails + Devise and Rspec by Cant sign in user in Rspec test ( devise gem )</title>
		<link>http://codingdaily.wordpress.com/2011/09/13/rails-devise-and-rspec/#comment-21</link>
		<dc:creator><![CDATA[Cant sign in user in Rspec test ( devise gem )]]></dc:creator>
		<pubDate>Wed, 20 Mar 2013 00:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=64#comment-21</guid>
		<description><![CDATA[[...] also tried this link &#8211; http://codingdaily.wordpress.com/2011/09/13/rails-devise-and-rspec/. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] also tried this link &#8211; <a href="http://codingdaily.wordpress.com/2011/09/13/rails-devise-and-rspec/" rel="nofollow">http://codingdaily.wordpress.com/2011/09/13/rails-devise-and-rspec/</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby&#8217;s Singleton and Custom Rails Application Configuration by Robert Reiz</title>
		<link>http://codingdaily.wordpress.com/2012/03/14/rubys-singleton-and-custom-rails-application-configuration/#comment-16</link>
		<dc:creator><![CDATA[Robert Reiz]]></dc:creator>
		<pubDate>Sat, 16 Jun 2012 10:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=97#comment-16</guid>
		<description><![CDATA[Thanks for the article. That helped me a lot.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the article. That helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Test a gem with the Rails 3 stack by Matheus Santana</title>
		<link>http://codingdaily.wordpress.com/2011/01/14/test-a-gem-with-the-rails-3-stack/#comment-15</link>
		<dc:creator><![CDATA[Matheus Santana]]></dc:creator>
		<pubDate>Sat, 16 Jun 2012 01:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=63#comment-15</guid>
		<description><![CDATA[Thanks a lot!

It&#039;s really worthy!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
<p>It&#8217;s really worthy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to edit ~/.MacOSX/environment.plist from a shell by Eli</title>
		<link>http://codingdaily.wordpress.com/2010/10/28/how-to-edit-macosxenvironment-plist-from-a-shell/#comment-14</link>
		<dc:creator><![CDATA[Eli]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 13:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=34#comment-14</guid>
		<description><![CDATA[thanks for the post. Helpful info.]]></description>
		<content:encoded><![CDATA[<p>thanks for the post. Helpful info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to test a gem that changes ActiveRecord by Brian Jones</title>
		<link>http://codingdaily.wordpress.com/2011/01/14/test-activerecord-changing-gem/#comment-13</link>
		<dc:creator><![CDATA[Brian Jones]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 02:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=47#comment-13</guid>
		<description><![CDATA[The file itself is created by sqlite.  The directory is probably not automatically created, just need to add a Dir.mkdir to the spec_helper.]]></description>
		<content:encoded><![CDATA[<p>The file itself is created by sqlite.  The directory is probably not automatically created, just need to add a Dir.mkdir to the spec_helper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to test a gem that changes ActiveRecord by Matt Huggins</title>
		<link>http://codingdaily.wordpress.com/2011/01/14/test-activerecord-changing-gem/#comment-12</link>
		<dc:creator><![CDATA[Matt Huggins]]></dc:creator>
		<pubDate>Sat, 03 Mar 2012 22:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=47#comment-12</guid>
		<description><![CDATA[I see you reference db/safeattributes.db, but I don&#039;t see that file anywhere in your codebase.  How do you go about creating that file?  Do you have to do it manually before the tests can run, and if so, what&#039;s the process?]]></description>
		<content:encoded><![CDATA[<p>I see you reference db/safeattributes.db, but I don&#8217;t see that file anywhere in your codebase.  How do you go about creating that file?  Do you have to do it manually before the tests can run, and if so, what&#8217;s the process?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Better legacy database support for Rails by Jaime Bellmyer</title>
		<link>http://codingdaily.wordpress.com/2010/12/25/better-legacy-database-support-for-rails/#comment-5</link>
		<dc:creator><![CDATA[Jaime Bellmyer]]></dc:creator>
		<pubDate>Fri, 28 Jan 2011 18:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=39#comment-5</guid>
		<description><![CDATA[Great article, Bryan!  I expanded on your post in my own blog (giving you credit, of course), with example code and a downloadable sample app:

&lt;a href=&quot;http://kconrails.com/2011/01/28/legacy-database-table-column-names-in-ruby-on-rails-3/&quot; rel=&quot;nofollow&quot;&gt;Legacy Database Column Names in Rails 3&lt;/a&gt;

More importantly, thank you for digging in and creating a nice solution to this problem.  I&#039;m sure it&#039;ll help a lot of people, and might be worth submitting to the rails core itself.]]></description>
		<content:encoded><![CDATA[<p>Great article, Bryan!  I expanded on your post in my own blog (giving you credit, of course), with example code and a downloadable sample app:</p>
<p><a href="http://kconrails.com/2011/01/28/legacy-database-table-column-names-in-ruby-on-rails-3/" rel="nofollow">Legacy Database Column Names in Rails 3</a></p>
<p>More importantly, thank you for digging in and creating a nice solution to this problem.  I&#8217;m sure it&#8217;ll help a lot of people, and might be worth submitting to the rails core itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Better legacy database support for Rails by Legacy Column Names in Rails 3 &#171; Kansas City on Rails</title>
		<link>http://codingdaily.wordpress.com/2010/12/25/better-legacy-database-support-for-rails/#comment-4</link>
		<dc:creator><![CDATA[Legacy Column Names in Rails 3 &#171; Kansas City on Rails]]></dc:creator>
		<pubDate>Fri, 28 Jan 2011 16:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://codingdaily.wordpress.com/?p=39#comment-4</guid>
		<description><![CDATA[[...] wife/girlfriend, you&#8217;re not going anywhere until this issue is resolved. Luckily, Brian Jones has solved this problem for us with his gem safe_attributes. Rails automatically creates accessors [...]]]></description>
		<content:encoded><![CDATA[<p>[...] wife/girlfriend, you&#8217;re not going anywhere until this issue is resolved. Luckily, Brian Jones has solved this problem for us with his gem safe_attributes. Rails automatically creates accessors [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
