<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Plataformatec Blog</title>
	
	<link>http://blog.plataformatec.com.br</link>
	<description>Plataformatec's place to talk about Ruby, Ruby on Rails and software engineering</description>
	<lastBuildDate>Wed, 22 May 2013 01:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PlataformaBlogComments" /><feedburner:info uri="plataformablogcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on How to properly mirror a git repository by Bruno Laturner</title>
		<link>http://feedproxy.google.com/~r/PlataformaBlogComments/~3/GJ1VcazVAyA/</link>
		<dc:creator>Bruno Laturner</dc:creator>
		<pubDate>Wed, 22 May 2013 01:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plataformatec.com.br/?p=3463#comment-1337</guid>
		<description><![CDATA[How KDE almost lost 1500 Git repositories trusting git --mirror:

http://web.archive.org/web/20130326122719/http://jefferai.org/2013/03/24/screw-the-mirrors/]]></description>
		<content:encoded><![CDATA[<p>How KDE almost lost 1500 Git repositories trusting git &#8211;mirror:</p>
<p><a href="http://web.archive.org/web/20130326122719/http://jefferai.org/2013/03/24/screw-the-mirrors/" rel="nofollow">http://web.archive.org/web/20130326122719/http://jefferai.org/2013/03/24/screw-the-mirrors/</a></p>
<img src="http://feeds.feedburner.com/~r/PlataformaBlogComments/~4/GJ1VcazVAyA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.plataformatec.com.br/2013/05/how-to-properly-mirror-a-git-repository/comment-page-1/#comment-1337</feedburner:origLink></item>
	<item>
		<title>Comment on Devise and Rails 4 by Michael Mitchell</title>
		<link>http://feedproxy.google.com/~r/PlataformaBlogComments/~3/xL1ewYLr3aE/</link>
		<dc:creator>Michael Mitchell</dc:creator>
		<pubDate>Sat, 11 May 2013 22:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plataformatec.com.br/?p=3440#comment-1336</guid>
		<description><![CDATA[Thanks a lot for having Devise ready. Looking forward to trying it with my new Rails 4 project.]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot for having Devise ready. Looking forward to trying it with my new Rails 4 project.</p>
<img src="http://feeds.feedburner.com/~r/PlataformaBlogComments/~4/xL1ewYLr3aE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.plataformatec.com.br/2013/05/devise-and-rails-4/comment-page-1/#comment-1336</feedburner:origLink></item>
	<item>
		<title>Comment on Take a look at Simple Form and Devise brand new logos by Denis Peplin</title>
		<link>http://feedproxy.google.com/~r/PlataformaBlogComments/~3/SlROC0wWBAY/</link>
		<dc:creator>Denis Peplin</dc:creator>
		<pubDate>Wed, 27 Feb 2013 07:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plataformatec.com.br/?p=3422#comment-1335</guid>
		<description><![CDATA[Seems everybody forgot about show_for gem, which is great companion to simple_form. Give it some love, it deserves it own logo too :)]]></description>
		<content:encoded><![CDATA[<p>Seems everybody forgot about show_for gem, which is great companion to simple_form. Give it some love, it deserves it own logo too <img src='http://blog.plataformatec.com.br/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/PlataformaBlogComments/~4/SlROC0wWBAY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.plataformatec.com.br/2013/02/take-a-look-at-simple-form-and-devise-brand-new-logos/comment-page-1/#comment-1335</feedburner:origLink></item>
	<item>
		<title>Comment on Active Record scopes vs class methods by Carlos Antonio</title>
		<link>http://feedproxy.google.com/~r/PlataformaBlogComments/~3/rHsY4qDUfa0/</link>
		<dc:creator>Carlos Antonio</dc:creator>
		<pubDate>Mon, 25 Feb 2013 23:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plataformatec.com.br/?p=3354#comment-1334</guid>
		<description><![CDATA[Yup, I agree that we should make scopes work the same as chaining Arel methods, being combined in the same field instead of overriding the condition. And the same should happen for default_scope, it should combine using scopes or where methods, so that to override any condition you should be very specific about it.]]></description>
		<content:encoded><![CDATA[<p>Yup, I agree that we should make scopes work the same as chaining Arel methods, being combined in the same field instead of overriding the condition. And the same should happen for default_scope, it should combine using scopes or where methods, so that to override any condition you should be very specific about it.</p>
<img src="http://feeds.feedburner.com/~r/PlataformaBlogComments/~4/rHsY4qDUfa0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.plataformatec.com.br/2013/02/active-record-scopes-vs-class-methods/comment-page-1/#comment-1334</feedburner:origLink></item>
	<item>
		<title>Comment on Active Record scopes vs class methods by Carlos Antonio</title>
		<link>http://feedproxy.google.com/~r/PlataformaBlogComments/~3/btQ4m3gjK-g/</link>
		<dc:creator>Carlos Antonio</dc:creator>
		<pubDate>Mon, 25 Feb 2013 23:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plataformatec.com.br/?p=3354#comment-1333</guid>
		<description><![CDATA[Oleg, I&#039;ve never seem this before, but if you think it&#039;s a Rails issue I&#039;d ask you to open an issue giving as much information as possible, with more code examples showing your issue there. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Oleg, I&#8217;ve never seem this before, but if you think it&#8217;s a Rails issue I&#8217;d ask you to open an issue giving as much information as possible, with more code examples showing your issue there. Thanks!</p>
<img src="http://feeds.feedburner.com/~r/PlataformaBlogComments/~4/btQ4m3gjK-g" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.plataformatec.com.br/2013/02/active-record-scopes-vs-class-methods/comment-page-1/#comment-1333</feedburner:origLink></item>
	<item>
		<title>Comment on Active Record scopes vs class methods by Paweł Gościcki</title>
		<link>http://feedproxy.google.com/~r/PlataformaBlogComments/~3/4JyZpS5qVwc/</link>
		<dc:creator>Paweł Gościcki</dc:creator>
		<pubDate>Tue, 19 Feb 2013 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plataformatec.com.br/?p=3354#comment-1332</guid>
		<description><![CDATA[Yeah, my example wasn&#039;t too good. But the issue is still there, just it manifests itself a little bit differently. Here are the details: https://github.com/rails/rails/issues/8511]]></description>
		<content:encoded><![CDATA[<p>Yeah, my example wasn&#8217;t too good. But the issue is still there, just it manifests itself a little bit differently. Here are the details: https://github.com/rails/rails/issues/8511</p>
<img src="http://feeds.feedburner.com/~r/PlataformaBlogComments/~4/4JyZpS5qVwc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.plataformatec.com.br/2013/02/active-record-scopes-vs-class-methods/comment-page-1/#comment-1332</feedburner:origLink></item>
</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: blog.plataformatec.com.br @ 2013-06-20 06:17:01 by W3 Total Cache -->
