<?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 on: Dynamic cookie domains with Rack&#8217;s middleware</title>
	<atom:link href="http://codetunes.com/2009/04/17/dynamic-cookie-domains-with-racks-middleware/feed/" rel="self" type="application/rss+xml" />
	<link>http://codetunes.com/2009/04/17/dynamic-cookie-domains-with-racks-middleware/</link>
	<description>Web applications, software engineering, Ruby on Rails, Cake PHP, JavaScript, etc.</description>
	<pubDate>Wed, 08 Sep 2010 23:14:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bill Burcham</title>
		<link>http://codetunes.com/2009/04/17/dynamic-cookie-domains-with-racks-middleware/comment-page-1/#comment-1073</link>
		<dc:creator>Bill Burcham</dc:creator>
		<pubDate>Fri, 17 Apr 2009 20:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://codetunes.com/?p=117#comment-1073</guid>
		<description>This is clean. I like the fact that there's no monkey-patching monkey-business.

Along these lines, have you see the merb_routing plugin which lets you use Merb routing instead of Rails routing in a Rails app? We have it working on Rails 2.3.2 w/ rspec and friends here:

http://github.com/Bill/merb_routing/tree/master

If you look at the code, you'll notice I had to use the nifty new rack-test gem to build a Rack session at one point. It's interesting that the two kinds of routing are mostly interchangeable due to their _almost_ being Rack-compliant. There is still the AC::Request which isn't exactly a Rack Request but at least it's a straightforward subclass.</description>
		<content:encoded><![CDATA[<p>This is clean. I like the fact that there&#8217;s no monkey-patching monkey-business.</p>
<p>Along these lines, have you see the merb_routing plugin which lets you use Merb routing instead of Rails routing in a Rails app? We have it working on Rails 2.3.2 w/ rspec and friends here:</p>
<p><a href="http://github.com/Bill/merb_routing/tree/master" rel="nofollow">http://github.com/Bill/merb_routing/tree/master</a></p>
<p>If you look at the code, you&#8217;ll notice I had to use the nifty new rack-test gem to build a Rack session at one point. It&#8217;s interesting that the two kinds of routing are mostly interchangeable due to their _almost_ being Rack-compliant. There is still the AC::Request which isn&#8217;t exactly a Rack Request but at least it&#8217;s a straightforward subclass.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
