<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Ruslan&amp;#39;s Blog : RubyOnRails</title><link>http://blogs.iis.net/ruslany/archive/tags/RubyOnRails/default.aspx</link><description>Tags: RubyOnRails</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Ruby on Rails in IIS 7.0 with URL Rewriter</title><link>http://blogs.iis.net/ruslany/archive/2008/08/07/ruby-on-rails-in-iis-7-0-with-url-rewriter.aspx</link><pubDate>Thu, 07 Aug 2008 17:57:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2611008</guid><dc:creator>RuslanY Blog</dc:creator><slash:comments>0</slash:comments><description>If you ever tried to set up Ruby on Rails (RoR) on IIS 7.0 with FastCGI you have probably noticed that the process is not very straightforward. There are a few workarounds that need to be applied in order for RoR to function correctly. In particular, handling of static files in your web application can be tricky on IIS 7.0. The problem is that RoR uses clean URL&amp;#8217;s that look similar to this: http://mysite.com/home/about . In order for RoR to be invoked for this kind of URL&amp;#8217;s it is necessary to create a &amp;#8220;catch all&amp;#8221; handler mapping in IIS (that is a handler mapping with path attribute set to &amp;#8220; * &amp;#8220;). When you create such a handler mapping it will cause requests for static files to be routed to RoR, which will...(&lt;a href="http://blogs.iis.net/ruslany/archive/2008/08/07/ruby-on-rails-in-iis-7-0-with-url-rewriter.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2611008" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/ruslany/archive/tags/FastCGI/default.aspx">FastCGI</category><category domain="http://blogs.iis.net/ruslany/archive/tags/URLRewrite/default.aspx">URLRewrite</category><category domain="http://blogs.iis.net/ruslany/archive/tags/RubyOnRails/default.aspx">RubyOnRails</category></item></channel></rss>