<?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 Fernando Marcelo.com</title>
	<atom:link href="http://fernandomarcelo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernandomarcelo.com</link>
	<description>Just some dev stuff.</description>
	<lastBuildDate>Thu, 17 May 2012 18:10:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Paperclip: how to move existing attachments to a new path by Icaro</title>
		<link>http://fernandomarcelo.com/2012/05/paperclip-how-to-move-existing-attachments-to-a-new-path/#comment-254</link>
		<dc:creator>Icaro</dc:creator>
		<pubDate>Thu, 17 May 2012 18:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=68#comment-254</guid>
		<description>Perfect, now i understand everything.
In my case, i need to delete the old original image. So i added FileUtils.rm image. This wont delete the entire folder, but the original image is using lots of hd space. 

Cheers</description>
		<content:encoded><![CDATA[<p>Perfect, now i understand everything.<br />
In my case, i need to delete the old original image. So i added FileUtils.rm image. This wont delete the entire folder, but the original image is using lots of hd space. </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Paperclip: how to move existing attachments to a new path by Fernando Morgenstern</title>
		<link>http://fernandomarcelo.com/2012/05/paperclip-how-to-move-existing-attachments-to-a-new-path/#comment-252</link>
		<dc:creator>Fernando Morgenstern</dc:creator>
		<pubDate>Thu, 17 May 2012 16:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=68#comment-252</guid>
		<description>Icaro,

filename variable is supposed to be the full path of your *old* directory. In my code I&#039;m considering that it&#039;s currently located in the default paperclip path.

If your files are located elsewhere, like public/system/other/directory/, then change line 6 to match it.

Line 8 is simply checking if file exists in old directory.</description>
		<content:encoded><![CDATA[<p>Icaro,</p>
<p>filename variable is supposed to be the full path of your *old* directory. In my code I&#8217;m considering that it&#8217;s currently located in the default paperclip path.</p>
<p>If your files are located elsewhere, like public/system/other/directory/, then change line 6 to match it.</p>
<p>Line 8 is simply checking if file exists in old directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Paperclip: how to move existing attachments to a new path by Icaro</title>
		<link>http://fernandomarcelo.com/2012/05/paperclip-how-to-move-existing-attachments-to-a-new-path/#comment-251</link>
		<dc:creator>Icaro</dc:creator>
		<pubDate>Thu, 17 May 2012 15:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=68#comment-251</guid>
		<description>Hi.
I dont understand what your line 8 means. The filename doesnt exists because thats what we are attempting to do here. I dont get your code running, when i execute line 9, i got &quot;No such file or directory&quot;, because the old image doesnt exists in new directory but it does in the old directory.

Any suggestions?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I dont understand what your line 8 means. The filename doesnt exists because thats what we are attempting to do here. I dont get your code running, when i execute line 9, i got &#8220;No such file or directory&#8221;, because the old image doesnt exists in new directory but it does in the old directory.</p>
<p>Any suggestions?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get date in Mysql format from Zend Date by Jeroen</title>
		<link>http://fernandomarcelo.com/2010/10/get-date-in-mysql-format-from-zend-date/#comment-249</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Wed, 16 May 2012 13:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=38#comment-249</guid>
		<description>Thank you for the clean explanation and code!</description>
		<content:encoded><![CDATA[<p>Thank you for the clean explanation and code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding the Zend Framework bootstrap by Ricardo</title>
		<link>http://fernandomarcelo.com/2010/09/understanding-the-zend-framework-bootstrap/#comment-243</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Sun, 26 Feb 2012 02:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=21#comment-243</guid>
		<description>Finalmente uma explicação boa para o bootstrap do Zend ... agradeço :)</description>
		<content:encoded><![CDATA[<p>Finalmente uma explicação boa para o bootstrap do Zend &#8230; agradeço <img src='http://fernandomarcelo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What makes ZF a brilliant framework and what makes it sucks? by Saji Nediyanchath</title>
		<link>http://fernandomarcelo.com/2011/01/what-makes-zf-a-brilliant-framework-and-what-make-it-sucks/#comment-242</link>
		<dc:creator>Saji Nediyanchath</dc:creator>
		<pubDate>Mon, 06 Feb 2012 07:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=46#comment-242</guid>
		<description>Just started on with Zend recently. Thanks for this interesting read.</description>
		<content:encoded><![CDATA[<p>Just started on with Zend recently. Thanks for this interesting read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get date in Mysql format from Zend Date by Saji Nediyanchath</title>
		<link>http://fernandomarcelo.com/2010/10/get-date-in-mysql-format-from-zend-date/#comment-241</link>
		<dc:creator>Saji Nediyanchath</dc:creator>
		<pubDate>Mon, 06 Feb 2012 07:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=38#comment-241</guid>
		<description>Thanks man..</description>
		<content:encoded><![CDATA[<p>Thanks man..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding the Zend Framework bootstrap by Saji Nediyanchath</title>
		<link>http://fernandomarcelo.com/2010/09/understanding-the-zend-framework-bootstrap/#comment-240</link>
		<dc:creator>Saji Nediyanchath</dc:creator>
		<pubDate>Mon, 06 Feb 2012 07:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=21#comment-240</guid>
		<description>Thanks man. Your post helped me a lot in understanding Zend Bootstrap basics.</description>
		<content:encoded><![CDATA[<p>Thanks man. Your post helped me a lot in understanding Zend Bootstrap basics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Zend_Service_Twitter and Zend_OAuth by Marco Pivetta</title>
		<link>http://fernandomarcelo.com/2010/09/using-zend_service_twitter-and-zend_oauth/#comment-227</link>
		<dc:creator>Marco Pivetta</dc:creator>
		<pubDate>Fri, 08 Jul 2011 22:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=5#comment-227</guid>
		<description>I had to fight a bit to tell Zend Framework 2 that this code was working fine even if just with PHP 5.3 namespaces :D
Thank you for sharing, OAuth is still a confusing beast when you have lots of hours of work on your back :)</description>
		<content:encoded><![CDATA[<p>I had to fight a bit to tell Zend Framework 2 that this code was working fine even if just with PHP 5.3 namespaces <img src='http://fernandomarcelo.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Thank you for sharing, OAuth is still a confusing beast when you have lots of hours of work on your back <img src='http://fernandomarcelo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Zend_Service_Twitter and Zend_OAuth by zerkms</title>
		<link>http://fernandomarcelo.com/2010/09/using-zend_service_twitter-and-zend_oauth/#comment-225</link>
		<dc:creator>zerkms</dc:creator>
		<pubDate>Sat, 21 May 2011 11:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=5#comment-225</guid>
		<description>Thanks for the article.

But in my implementation I&#039;ve added one more option to the config

twitter.authorizeUrl = &quot;https://twitter.com/oauth/authenticate&quot;

This option changes behaviour a little: if user have already given an authentication - then twitter will not ask again for it.</description>
		<content:encoded><![CDATA[<p>Thanks for the article.</p>
<p>But in my implementation I&#8217;ve added one more option to the config</p>
<p>twitter.authorizeUrl = &#8220;https://twitter.com/oauth/authenticate&#8221;</p>
<p>This option changes behaviour a little: if user have already given an authentication &#8211; then twitter will not ask again for it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

