<?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"
	>
<channel>
	<title>Comments on: Rails 301</title>
	<atom:link href="http://www.rubyonrailsexamples.com/rails-tips/rails-301/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubyonrailsexamples.com/rails-tips/rails-301/</link>
	<description>Ruby on Rails tutorials</description>
	<pubDate>Mon, 12 May 2008 02:40:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Matt Scilipoti</title>
		<link>http://www.rubyonrailsexamples.com/rails-tips/rails-301/#comment-62</link>
		<dc:creator>Matt Scilipoti</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyonrailsexamples.com/uncategorized/rails-301/#comment-62</guid>
		<description>Another method, as of [7820] on 2007/10/09

  # Examples: 
  #   redirect_to post_url(@post), :status=&#62;:found 
  #   redirect_to :action=&#62;'atom', :status=&#62;:moved_permanently 
  #   redirect_to post_url(@post), :status=&#62;301 
  #   redirect_to :action=&#62;'atom', :status=&#62;302

http://dev.rubyonrails.org/changeset/7820</description>
		<content:encoded><![CDATA[<p>Another method, as of [7820] on 2007/10/09</p>
<p>  # Examples:<br />
  #   redirect_to post_url(@post), :status=&gt;:found<br />
  #   redirect_to :action=&gt;&#8217;atom&#8217;, :status=&gt;:moved_permanently<br />
  #   redirect_to post_url(@post), :status=&gt;301<br />
  #   redirect_to :action=&gt;&#8217;atom&#8217;, :status=&gt;302</p>
<p><a href="http://dev.rubyonrails.org/changeset/7820" rel="nofollow">http://dev.rubyonrails.org/changeset/7820</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rubyonrailsexamples.com/rails-tips/rails-301/#comment-32</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 29 May 2007 03:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyonrailsexamples.com/uncategorized/rails-301/#comment-32</guid>
		<description>Much better, thank you</description>
		<content:encoded><![CDATA[<p>Much better, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PJ Hyett</title>
		<link>http://www.rubyonrailsexamples.com/rails-tips/rails-301/#comment-31</link>
		<dc:creator>PJ Hyett</dc:creator>
		<pubDate>Tue, 29 May 2007 03:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyonrailsexamples.com/uncategorized/rails-301/#comment-31</guid>
		<description>you can do 


head :moved_permanently, :location =&#62; 'http://www.newdomain.com'
</description>
		<content:encoded><![CDATA[<p>you can do </p>
<p>head :moved_permanently, :location =&gt; &#8216;http://www.newdomain.com&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
