<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: 9 Ways to Use Rails Metal</title>
	<atom:link href="http://teachmetocode.com/articles/9-ways-to-use-rails-metal/feed/" rel="self" type="application/rss+xml" />
	<link>http://teachmetocode.com/articles/9-ways-to-use-rails-metal/</link>
	<description>Writing Code is the Easy Part</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rendering templates in Rails Metal &#171; mike.williamson</title>
		<link>http://teachmetocode.com/articles/9-ways-to-use-rails-metal/#comment-500</link>
		<dc:creator>Rendering templates in Rails Metal &#171; mike.williamson</dc:creator>
		<pubDate>Sun, 08 Aug 2010 23:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=188#comment-500</guid>
		<description>[...] I decided I would create a Metal end point that would serve up a static “about” page. There are many useful things to do with Metal, and while an “about” page might not be one of them, its a good place to [...] </description>
		<content:encoded><![CDATA[<p>[...] I decided I would create a Metal end point that would serve up a static “about” page. There are many useful things to do with Metal, and while an “about” page might not be one of them, its a good place to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for 9 Ways to Use Rails Metal [charlesmaxwood.com] on Topsy.com</title>
		<link>http://teachmetocode.com/articles/9-ways-to-use-rails-metal/#comment-499</link>
		<dc:creator>Twitter Trackbacks for 9 Ways to Use Rails Metal [charlesmaxwood.com] on Topsy.com</dc:creator>
		<pubDate>Sun, 30 Aug 2009 04:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=188#comment-499</guid>
		<description>[...] 9 Ways to Use Rails Metal  charlesmaxwood.com/9-ways-to-use-rails-metal &#8211; view page &#8211; cached  A list of 9 ways you can use Rails Metal to speed up certain aspects of your Ruby on Rails application, or add new functionality to it. &#8212; From the page [...] </description>
		<content:encoded><![CDATA[<p>[...] 9 Ways to Use Rails Metal  charlesmaxwood.com/9-ways-to-use-rails-metal &ndash; view page &ndash; cached  A list of 9 ways you can use Rails Metal to speed up certain aspects of your Ruby on Rails application, or add new functionality to it. &mdash; From the page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rails Metal Example #7: Tracking Analytics</title>
		<link>http://teachmetocode.com/articles/9-ways-to-use-rails-metal/#comment-498</link>
		<dc:creator>Rails Metal Example #7: Tracking Analytics</dc:creator>
		<pubDate>Tue, 11 Aug 2009 05:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=188#comment-498</guid>
		<description>[...] month, I posted 9 Ways to Use Rails Metal. This is the seventh way to use Rails [...] </description>
		<content:encoded><![CDATA[<p>[...] month, I posted 9 Ways to Use Rails Metal. This is the seventh way to use Rails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; Rails Reading backlog</title>
		<link>http://teachmetocode.com/articles/9-ways-to-use-rails-metal/#comment-497</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; Rails Reading backlog</dc:creator>
		<pubDate>Sat, 11 Jul 2009 09:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=188#comment-497</guid>
		<description>[...]  9 Ways to Use Rails Metal  [...] </description>
		<content:encoded><![CDATA[<p>[...]  9 Ways to Use Rails Metal  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hot chocolate #25 &#8230; &#124; Kai Richard König</title>
		<link>http://teachmetocode.com/articles/9-ways-to-use-rails-metal/#comment-496</link>
		<dc:creator>Hot chocolate #25 &#8230; &#124; Kai Richard König</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=188#comment-496</guid>
		<description>[...] 9 Ways to Use Rails Metal [...] </description>
		<content:encoded><![CDATA[<p>[...] 9 Ways to Use Rails Metal [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABT</title>
		<link>http://teachmetocode.com/articles/9-ways-to-use-rails-metal/#comment-495</link>
		<dc:creator>ABT</dc:creator>
		<pubDate>Wed, 24 Jun 2009 19:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=188#comment-495</guid>
		<description>Here is a simple Rack application using rack-contrib, and a custom, middleware:

http://gist.github.com/135067

Any middleware can be added to Rails with:
  config.middleware.use &#039;MyMiddleware&#039;

The middleware will be then on the Rack stack, to see the stack use &#039;rake middleware&#039; task.</description>
		<content:encoded><![CDATA[<p>Here is a simple Rack application using rack-contrib, and a custom, middleware:</p>
<p><a href="http://gist.github.com/135067" rel="nofollow">http://gist.github.com/135067</a></p>
<p>Any middleware can be added to Rails with:<br />
  config.middleware.use &#8216;MyMiddleware&#8217;</p>
<p>The middleware will be then on the Rack stack, to see the stack use &#8216;rake middleware&#8217; task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABT</title>
		<link>http://teachmetocode.com/articles/9-ways-to-use-rails-metal/#comment-494</link>
		<dc:creator>ABT</dc:creator>
		<pubDate>Wed, 24 Jun 2009 18:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=188#comment-494</guid>
		<description>You can also use the middleware in the rack-contrib gem.

Rack::Profiler produces request-based profiles with ruby-prof.

Metal can be used for Ajax validation of form input, ie before submition.</description>
		<content:encoded><![CDATA[<p>You can also use the middleware in the rack-contrib gem.</p>
<p>Rack::Profiler produces request-based profiles with ruby-prof.</p>
<p>Metal can be used for Ajax validation of form input, ie before submition.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

