<?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/" version="2.0">
<channel>
	<title>Comments for CODETUNES</title>
	
	<link>http://codetunes.com</link>
	<description>is a development blog led by monterail.com</description>
	<lastBuildDate>Thu, 26 Jan 2012 19:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForCodeTunes" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="commentsforcodetunes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on A digital watercooler – easiest way to improve communication inside your team by Bartosz Pietrzak</title>
		<link>http://codetunes.com/2012/01/26/digital-watercooler-improve-communication-inside-your-team#comment-91</link>
		<dc:creator>Bartosz Pietrzak</dc:creator>
		<pubDate>Thu, 26 Jan 2012 19:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com/?p=350#comment-91</guid>
		<description>Funny thing, I just got an notification about a new post in our group. </description>
		<content:encoded><![CDATA[<p>Funny thing, I just got an notification about a new post in our group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backbone.js, Rails 3 and asynchronous interfaces by Allen Wei</title>
		<link>http://codetunes.com/2012/01/03/backbone-js-rails-3-asynchronous-interfaces#comment-90</link>
		<dc:creator>Allen Wei</dc:creator>
		<pubDate>Wed, 04 Jan 2012 06:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com/?p=292#comment-90</guid>
		<description> haml_coffee_assets is nice</description>
		<content:encoded><![CDATA[<p>haml_coffee_assets is nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixtures without validation with Factory Girl by Christophe Belpaire</title>
		<link>http://codetunes.com/2009/11/05/fixtures-without-validation-with-factory-girl#comment-88</link>
		<dc:creator>Christophe Belpaire</dc:creator>
		<pubDate>Fri, 16 Dec 2011 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com/?p=132#comment-88</guid>
		<description>This is nice bute not working with recent version of rails/factory_girl 
Version working with rail 3.1.3 and factory_girl 2.3.2 :

class FactoryGirl::Proxy::CreateWithoutValidation  false)
    @instance
  end
end

module FactoryGirl
  def self.create_without_validation (name, overrides = {})
    factory_by_name(name).run(FactoryGirl::Proxy::CreateWithoutValidation, overrides)
  end
end</description>
		<content:encoded><![CDATA[<p>This is nice bute not working with recent version of rails/factory_girl<br />
Version working with rail 3.1.3 and factory_girl 2.3.2 :</p>
<p>class FactoryGirl::Proxy::CreateWithoutValidation  false)<br />
    @instance<br />
  end<br />
end</p>
<p>module FactoryGirl<br />
  def self.create_without_validation (name, overrides = {})<br />
    factory_by_name(name).run(FactoryGirl::Proxy::CreateWithoutValidation, overrides)<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tableless models in Rails by Abc</title>
		<link>http://codetunes.com/2008/07/20/tableless-models-in-rails#comment-85</link>
		<dc:creator>Abc</dc:creator>
		<pubDate>Tue, 08 Nov 2011 10:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.szajbe.pl/?p=25#comment-85</guid>
		<description>This is working fine.. THanks</description>
		<content:encoded><![CDATA[<p>This is working fine.. THanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outbound API rate limits: the nginx way by Trade King</title>
		<link>http://codetunes.com/2011/07/26/outbound-api-rate-limits-the-nginx-way#comment-82</link>
		<dc:creator>Trade King</dc:creator>
		<pubDate>Thu, 11 Aug 2011 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com.mhs1.monterail.eu/?p=1#comment-82</guid>
		<description>the second demo is very cool, i love it. every other gets an ultra-speed boost from being stored in a local cache, great job of all guys</description>
		<content:encoded><![CDATA[<p>the second demo is very cool, i love it. every other gets an ultra-speed boost from being stored in a local cache, great job of all guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails, Ajax and jQuery by Anonymous</title>
		<link>http://codetunes.com/2008/12/08/rails-ajax-and-jquery#comment-81</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 09 Aug 2011 09:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com/?p=89#comment-81</guid>
		<description>Vijay,
It really doesn't matter what your backend is. When you make AJAX requests to your application, you simply access controllers and it's their role to fetch actual data from database and respond. However you'd probably want the response to be in other format than usual HTML. I'd suggest JSON instead. But again, it's controller's role to format the data.

Also note that this post is pretty old and there are now better methods to use AJAX in Rails. Actually there is a built-in unobtrusive AJAX support in Rails 3.</description>
		<content:encoded><![CDATA[<p>Vijay,<br />
It really doesn&#8217;t matter what your backend is. When you make AJAX requests to your application, you simply access controllers and it&#8217;s their role to fetch actual data from database and respond. However you&#8217;d probably want the response to be in other format than usual HTML. I&#8217;d suggest JSON instead. But again, it&#8217;s controller&#8217;s role to format the data.</p>
<p>Also note that this post is pretty old and there are now better methods to use AJAX in Rails. Actually there is a built-in unobtrusive AJAX support in Rails 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails, Ajax and jQuery by Guest</title>
		<link>http://codetunes.com/2008/12/08/rails-ajax-and-jquery#comment-80</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 09 Aug 2011 09:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com/?p=89#comment-80</guid>
		<description>Vijay,
It really doesn't matter what your backend is. When you make AJAX requests to your application, you simply access controllers and it's their role to fetch actual data from database and respond. However you'd probably want the response to be in other format than usual HTML. I'd suggest JSON instead. But again, it's controller's role to format the data.

Also note that this post is pretty old and there are now better methods to use AJAX in Rails. Actually there is a built-in unobtrusive AJAX support in Rails 3.</description>
		<content:encoded><![CDATA[<p>Vijay,<br />
It really doesn&#8217;t matter what your backend is. When you make AJAX requests to your application, you simply access controllers and it&#8217;s their role to fetch actual data from database and respond. However you&#8217;d probably want the response to be in other format than usual HTML. I&#8217;d suggest JSON instead. But again, it&#8217;s controller&#8217;s role to format the data.</p>
<p>Also note that this post is pretty old and there are now better methods to use AJAX in Rails. Actually there is a built-in unobtrusive AJAX support in Rails 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails, Ajax and jQuery by Vijay</title>
		<link>http://codetunes.com/2008/12/08/rails-ajax-and-jquery#comment-79</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Mon, 08 Aug 2011 22:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com/?p=89#comment-79</guid>
		<description>Thanks for the post and its a great one! I have been  on ways to use Ajax for querying data from Mysql database. If you could provide any insight it will be of great help! Thank you! </description>
		<content:encoded><![CDATA[<p>Thanks for the post and its a great one! I have been  on ways to use Ajax for querying data from Mysql database. If you could provide any insight it will be of great help! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outbound API rate limits: the nginx way by bartosz</title>
		<link>http://codetunes.com/2011/07/26/outbound-api-rate-limits-the-nginx-way#comment-78</link>
		<dc:creator>bartosz</dc:creator>
		<pubDate>Thu, 28 Jul 2011 19:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com.mhs1.monterail.eu/?p=1#comment-78</guid>
		<description>Nobody said it's revolutionary. We didn't write the plugin also, it's the core nginx module, so kudos to the nginx team. 

Why the "terrific approach"? Are there any downsides we should be aware of?</description>
		<content:encoded><![CDATA[<p>Nobody said it&#8217;s revolutionary. We didn&#8217;t write the plugin also, it&#8217;s the core nginx module, so kudos to the nginx team. </p>
<p>Why the &#8220;terrific approach&#8221;? Are there any downsides we should be aware of?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outbound API rate limits: the nginx way by David Rogers</title>
		<link>http://codetunes.com/2011/07/26/outbound-api-rate-limits-the-nginx-way#comment-77</link>
		<dc:creator>David Rogers</dc:creator>
		<pubDate>Thu, 28 Jul 2011 19:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com.mhs1.monterail.eu/?p=1#comment-77</guid>
		<description>Terrific approach, folks. Using an HTTP proxy to rate limit requests on your own application isn't revolutionary, but the work to write the nginx plugin is appreciated!</description>
		<content:encoded><![CDATA[<p>Terrific approach, folks. Using an HTTP proxy to rate limit requests on your own application isn&#8217;t revolutionary, but the work to write the nginx plugin is appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Object Caching 298/318 objects using memcached

Served from: codetunes.com.mh1.monterail.eu @ 2012-01-26 23:31:16 --><!-- W3 Total Cache: Page cache debug info:
Engine:             memcached
Cache key:          w3tc_codetunes.com_1_page_5f4a74c197137c3f9a65dfa4165022cc
Caching:            enabled
Status:             cached
Creation Time:      0.001s
Header info:
Last-Modified:      Thu, 26 Jan 2012 19:04:00 GMT
Vary:               Accept-Encoding, Cookie
X-Powered-By:       W3 Total Cache/0.9.2.3
Content-Encoding:   gzip
X-Pingback:         http://codetunes.com/xmlrpc.php
Content-Type:       text/xml; charset=UTF-8
-->

