<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ruby on rails blog &#187; redirects</title>
	<atom:link href="http://jonathanng.com/tag/redirects/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanng.com</link>
	<description>class AllYourCode &#60; Us</description>
	<lastBuildDate>Sat, 31 Oct 2009 02:53:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>:status =&gt; 301 and : moved_permanently redirects in Rails</title>
		<link>http://jonathanng.com/ruby-on-rails/status-301-and-moved-permanently-redirects-in-rails/</link>
		<comments>http://jonathanng.com/ruby-on-rails/status-301-and-moved-permanently-redirects-in-rails/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 03:58:40 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[SEO friendly rails]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[redirects]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/2008/02/11/more-ruby-on-rails-301-redirect-methods/</guid>
		<description><![CDATA[I made a recent post on 301 redirects in Rails, new to 2.0 we have a few more methods available to us. 1 # prior method&#60;br&#62;headers[&#34;Status&#34;] = &#34;301 Moved Permanently&#34;&#60;br&#62;redirect_to &#34;/&#34;&#60;br&#62;&#60;br&#62;# condo has been defined as a resource in my route.rb&#60;br&#62;redirect_to condo_url(@condo), :status =&#38;gt; 301&#60;br&#62;redirect_to condo_url(@condo), :status=&#38;gt; :moved_permanently&#60;br&#62;]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/status-301-and-moved-permanently-redirects-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
