<?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>Kommentare zu: Rails: routes and special characters like dots</title>
	<atom:link href="http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/feed/" rel="self" type="application/rss+xml" />
	<link>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/</link>
	<description>development, emo music, webdesign and inspiration</description>
	<lastBuildDate>Wed, 06 Jan 2010 15:23:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Guilherme</title>
		<link>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/comment-page-1/#comment-1811</link>
		<dc:creator>Guilherme</dc:creator>
		<pubDate>Fri, 24 Jul 2009 05:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://flip.netzbeben.de/?p=23#comment-1811</guid>
		<description>Thanks for atention.. 
sorry but  when i write into your blog i did a typing error .. :(
i checked and still having the problem. 
maybe it&#039;s because  i have a directory called &#039;download&#039; with the same subdirectories like &#039;1/My-File.mp4&#039;

when i access with localhost:3000/download/1/My-File i can download and it&#039;s passed through the action that restrict the downloads..


regards,

Guilherme</description>
		<content:encoded><![CDATA[<p>Thanks for atention..<br />
sorry but  when i write into your blog i did a typing error .. <img src='http://flip.netzbeben.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
i checked and still having the problem.<br />
maybe it&#8217;s because  i have a directory called &#8216;download&#8217; with the same subdirectories like &#8216;1/My-File.mp4&#8242;</p>
<p>when i access with localhost:3000/download/1/My-File i can download and it&#8217;s passed through the action that restrict the downloads..</p>
<p>regards,</p>
<p>Guilherme</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: flipkick</title>
		<link>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/comment-page-1/#comment-1809</link>
		<dc:creator>flipkick</dc:creator>
		<pubDate>Fri, 24 Jul 2009 00:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://flip.netzbeben.de/?p=23#comment-1809</guid>
		<description>@filipe:
No. I&#039;ve found no conflicts or limitations in my apps yet.

@Guilherme:
It&#039;s :requirements, not :requeriments. This should fix it .</description>
		<content:encoded><![CDATA[<p>@filipe:<br />
No. I&#8217;ve found no conflicts or limitations in my apps yet.</p>
<p>@Guilherme:<br />
It&#8217;s :requirements, not :requeriments. This should fix it .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Guilherme</title>
		<link>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/comment-page-1/#comment-1808</link>
		<dc:creator>Guilherme</dc:creator>
		<pubDate>Thu, 23 Jul 2009 22:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://flip.netzbeben.de/?p=23#comment-1808</guid>
		<description>I&#039;m trying to apply one restriction to file downloads..  and i created a route like:
map.connect &#039;/download/:id/:filename&#039;, :controller =&gt; &quot;attachments&quot;, :action =&gt; &quot;download&quot;, :requeriments =&gt; { :filename =&gt; /.*/ }

but it doesn&#039;t work. with urls like
localhost:3000/download/1/My-File.mp4

:(</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to apply one restriction to file downloads..  and i created a route like:<br />
map.connect &#8216;/download/:id/:filename&#8217;, :controller =&gt; &#8220;attachments&#8221;, :action =&gt; &#8220;download&#8221;, :requeriments =&gt; { :filename =&gt; /.*/ }</p>
<p>but it doesn&#8217;t work. with urls like<br />
localhost:3000/download/1/My-File.mp4</p>
<p> <img src='http://flip.netzbeben.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: filipe abreu</title>
		<link>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/comment-page-1/#comment-1607</link>
		<dc:creator>filipe abreu</dc:creator>
		<pubDate>Thu, 14 May 2009 15:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://flip.netzbeben.de/?p=23#comment-1607</guid>
		<description>Great! Thank you, that worked out perfectly. I was using usernames in the url and many people uses dots in their usernames. Did you found any limitations or conflicts? Not even with file format?</description>
		<content:encoded><![CDATA[<p>Great! Thank you, that worked out perfectly. I was using usernames in the url and many people uses dots in their usernames. Did you found any limitations or conflicts? Not even with file format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: flipkick</title>
		<link>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/comment-page-1/#comment-349</link>
		<dc:creator>flipkick</dc:creator>
		<pubDate>Tue, 23 Sep 2008 10:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://flip.netzbeben.de/?p=23#comment-349</guid>
		<description>you&#039;re funny ;) this post contains the solution</description>
		<content:encoded><![CDATA[<p>you&#8217;re funny <img src='http://flip.netzbeben.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  this post contains the solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: garvio</title>
		<link>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/comment-page-1/#comment-342</link>
		<dc:creator>garvio</dc:creator>
		<pubDate>Mon, 22 Sep 2008 14:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://flip.netzbeben.de/?p=23#comment-342</guid>
		<description>Hi, I have got the same problem. Did you find a solution ?! 
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I have got the same problem. Did you find a solution ?!<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
