<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/733325</link>
		<description>Comments by rizwanreza</description>
<item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment69434453</link>
<description>After setting up your redirect rules either in a middleware or in Apache, you can use scope as shown above and write all routes inside the block. </description>
<pubDate>Wed, 21 Apr 2010 21:05:45 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment69434453</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment68397246</link>
<description>You&amp;#039;re right, my bad! :)  I meant this:  redirect(&amp;quot;http://github.com/rails.atom&amp;quot;) do   # routes here end  This is not supported, last I checked. Thanks! </description>
<pubDate>Fri, 16 Apr 2010 16:59:10 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment68397246</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment68397043</link>
<description>My point was in regards to the pervasive blocks that the new DSL promotes.   Can you point out the typos? Thanks! </description>
<pubDate>Fri, 16 Apr 2010 16:57:26 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment68397043</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment68396897</link>
<description>You are right but it still depends on the scenario. </description>
<pubDate>Fri, 16 Apr 2010 16:56:12 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment68396897</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment65544656</link>
<description>Well, that can be done easily with new Routes:  match /products/show(/:type)&amp;#039; =&amp;gt; &amp;#039;products#show&amp;#039; # Available as params[:type] match /assets/show(/:type)&amp;#039; =&amp;gt; &amp;#039;products#show&amp;#039;   If you&amp;#039;d rather not allow the user to mention the type in the URL:  match /products/show&amp;#039; =&amp;gt; &amp;#039;products#show&amp;#039;, :type =&amp;gt; &amp;#039;simple&amp;#039; # Available as params[:type] match /assets/show&amp;#039; =&amp;gt; &amp;#039;products#show&amp;#039;, :type =&amp;gt; &amp;#039;complex&amp;#039;   </description>
<pubDate>Fri, 2 Apr 2010 12:25:47 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment65544656</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment65333366</link>
<description>From the looks of it, it will still require a plugin to support such functionality.  </description>
<pubDate>Thu, 1 Apr 2010 22:20:54 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment65333366</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment65333039</link>
<description>I agree, we&amp;#039;ll see what we can do about that. </description>
<pubDate>Thu, 1 Apr 2010 22:19:53 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment65333039</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment64978085</link>
<description>See this: &lt;a href=&quot;http://github.com/rails/rails/commit/fef7a77386b0e738f3b5c25fd9ab0350a6e56d6c&quot; target=&quot;_blank&quot;&gt;http://github.com/rails/rails/commit/fef7a77386b0...&lt;/a&gt;  I will work through an example and add it to the article. Thanks. </description>
<pubDate>Wed, 31 Mar 2010 08:13:45 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment64978085</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment64977513</link>
<description>The subdomains method was added recently in this commit: &lt;a href=&quot;http://github.com/rails/rails/commit/fef7a77386b0e738f3b5c25fd9ab0350a6e56d6c&quot; target=&quot;_blank&quot;&gt;http://github.com/rails/rails/commit/fef7a77386b0...&lt;/a&gt; </description>
<pubDate>Wed, 31 Mar 2010 08:07:04 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment64977513</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment64977340</link>
<description>No, the router doesn&amp;#039;t surround Regular Expressions with implicit anchors right now.  </description>
<pubDate>Wed, 31 Mar 2010 08:05:19 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment64977340</guid>
</item><item>
<title>Union Station : The Lowdown on Routes in Rails 3</title>
<link>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment64893357</link>
<description>Shallow routes haven&amp;#039;t been implemented yet. We&amp;#039;re working on that here: &lt;a href=&quot;https://rails.lighthouseapp.com/projects/8994/tickets/3765&quot; target=&quot;_blank&quot;&gt;https://rails.lighthouseapp.com/projects/8994/tic...&lt;/a&gt;  Thanks. </description>
<pubDate>Tue, 30 Mar 2010 19:32:20 +0000</pubDate>
<guid>http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/#IDComment64893357</guid>
</item>	</channel>
</rss>