<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - Case problem]]></title>
		<link>http://railsforum.com/viewtopic.php?id=1122</link>
		<description><![CDATA[The most recent posts in Case problem.]]></description>
		<lastBuildDate>Wed, 08 Nov 2006 00:02:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Case problem]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=5586#p5586</link>
			<description><![CDATA[<p>Thanks, that&#039;s all I had to do.&nbsp; It works now. <img src="http://railsforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (surma884)]]></author>
			<pubDate>Wed, 08 Nov 2006 00:02:50 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=5586#p5586</guid>
		</item>
		<item>
			<title><![CDATA[Re: Case problem]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=5584#p5584</link>
			<description><![CDATA[<p>The files should already be lowercase - if they aren&#039;t, make them lowercase.</p><p>All you need to change is the name of the controller in the dvd_controller.rb file, the dvd_helper.rb file, and the test files if you are doing testing. I don&#039;t think there&#039;s anywhere else you&#039;ll need to change the name.</p>]]></description>
			<author><![CDATA[dummy@example.com (ryanb)]]></author>
			<pubDate>Tue, 07 Nov 2006 23:16:44 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=5584#p5584</guid>
		</item>
		<item>
			<title><![CDATA[Re: Case problem]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=5583#p5583</link>
			<description><![CDATA[<p>How do I rename the controller?&nbsp; Do I just go and rename the files or is there a special command I have to run?</p>]]></description>
			<author><![CDATA[dummy@example.com (surma884)]]></author>
			<pubDate>Tue, 07 Nov 2006 22:55:24 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=5583#p5583</guid>
		</item>
		<item>
			<title><![CDATA[Re: Case problem]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=5582#p5582</link>
			<description><![CDATA[<p>If you rename your controller to DvdController and always use lowercase in the URL it should work. I know it&#039;s not ideal, but that&#039;s the only way I know of off the top of my head.</p>]]></description>
			<author><![CDATA[dummy@example.com (ryanb)]]></author>
			<pubDate>Tue, 07 Nov 2006 22:53:23 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=5582#p5582</guid>
		</item>
		<item>
			<title><![CDATA[Case problem]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=5581#p5581</link>
			<description><![CDATA[<p>I created a controller called &quot;DVD&quot;, but the URLs in the browser show up as &quot;dvd&quot;.&nbsp; And I can&#039;t access the controller actions unless I manually change it to DVD in the address bar.</p><p>I&#039;m making a simple DVD database of the DVDs I own.&nbsp; I have actions which I can show/add/edit/delete and the links to those pages are generated by Rails, but it lowercases the controller.</p><p>Example:</p><p>I type &quot;<a href="http://www.domain.com/DVD/">www.domain.com/DVD/</a>&quot; into my browser&#039;s address bar and it works.&nbsp; It shows me a list of all the DVDs.&nbsp; I can click on a DVD if I wish to see more information about it. If I click on the DVD, the URL becomes &quot;<a href="http://www.domain.com/dvd/show?id=4587">www.domain.com/dvd/show?id=4587</a>&quot; and that results in an error.&nbsp; I have to manually change the URL to &quot;<a href="http://www.domain.com/DVD/show?id=4587">www.domain.com/DVD/show?id=4587</a>&quot; to make it work.&nbsp; How do I make it so that Rails doesn&#039;t screw up the letter-case?</p>]]></description>
			<author><![CDATA[dummy@example.com (surma884)]]></author>
			<pubDate>Tue, 07 Nov 2006 22:43:36 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=5581#p5581</guid>
		</item>
	</channel>
</rss>
