<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - default no-name controller?]]></title>
		<link>http://railsforum.com/viewtopic.php?id=1147</link>
		<description><![CDATA[The most recent posts in default no-name controller?.]]></description>
		<lastBuildDate>Thu, 09 Nov 2006 16:44:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: default no-name controller?]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=5705#p5705</link>
			<description><![CDATA[<p>I should have known it would be easy! <img src="http://railsforum.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (scooter_sj)]]></author>
			<pubDate>Thu, 09 Nov 2006 16:44:38 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=5705#p5705</guid>
		</item>
		<item>
			<title><![CDATA[Re: default no-name controller?]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=5702#p5702</link>
			<description><![CDATA[<p>In routes.rb, in the block:<br /><pre name="code" class="ruby:nogutter">map.connect &#039;:action/:id&#039;, :controller =&gt; &#039;default&#039;</pre><br />Change &#039;default&#039; to the name of the controller you want running that URL.</p><p>Make sure this route is higher priority than the ones set by default (higher up in the source code).</p>]]></description>
			<author><![CDATA[dummy@example.com (vin)]]></author>
			<pubDate>Thu, 09 Nov 2006 16:27:54 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=5702#p5702</guid>
		</item>
		<item>
			<title><![CDATA[default no-name controller?]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=5700#p5700</link>
			<description><![CDATA[<p>Can I set up a default no-name controller so that my URL will look like:</p><p><a href="http://example.com/">http://example.com/</a>[action]/[id]</p><p>instead of:</p><p><a href="http://example.com/">http://example.com/</a>[controller]/[action]/[id]</p><p>I&#039;d like to get rid of the redirect form <a href="http://example.com/index.html">http://example.com/index.html</a> to <a href="http://example.com/">http://example.com/</a>[controller]/index</p><p>Thanks in advance for any help</p><p>Scott</p>]]></description>
			<author><![CDATA[dummy@example.com (scooter_sj)]]></author>
			<pubDate>Thu, 09 Nov 2006 16:26:12 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=5700#p5700</guid>
		</item>
	</channel>
</rss>
