<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
	<title>Tag RSS Feed: RoR</title>
	<description></description>
	<link>http://answers.oreilly.com/tag/RoR</link>
	<pubDate>Fri, 15 Jun 2012 06:11:34 +0000</pubDate>
	<ttl>60</ttl>
	<item>
		<title><![CDATA[how to realize a &#34;switch&#34; on the website to turn on/off the help info?]]></title>
		<link>http://answers.oreilly.com/topic/3401-how-to-realize-a-switch-on-the-website-to-turn-onoff-the-help-info/</link>
		<description></description>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/3401-how-to-realize-a-switch-on-the-website-to-turn-onoff-the-help-info/</guid>
	</item>
	<item>
		<title><![CDATA[[Ruby on Rails] How does one render html from another web server to a Ruby on Rails app?]]></title>
		<link>http://answers.oreilly.com/topic/1052-ruby-on-rails-how-does-one-render-html-from-another-web-server-to-a-ruby-on-rails-app/</link>
		<description><![CDATA[It's a simple procedure to programmatically fetch a web page from another site. Here's an example of this:

  def fetch_url(url)
    r = Net::HTTP.get_response( URI.parse( url ) )
    if r.is_...]]></description>
		<pubDate>Thu, 04 Feb 2010 18:03:22 +0000</pubDate>
		<guid>http://answers.oreilly.com/topic/1052-ruby-on-rails-how-does-one-render-html-from-another-web-server-to-a-ruby-on-rails-app/</guid>
	</item>
</channel>
</rss>