<?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 and Mobile Content</title>
	<atom:link href="http://www.thisismobility.com/blog/2007/01/14/rails-and-mobile-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismobility.com/blog/2007/01/14/rails-and-mobile-content/</link>
	<description>Ripping mobility from the clutches of telecom</description>
	<pubDate>Fri, 05 Sep 2008 17:59:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Miro Holopainen</title>
		<link>http://www.thisismobility.com/blog/2007/01/14/rails-and-mobile-content/#comment-261478</link>
		<dc:creator>Miro Holopainen</dc:creator>
		<pubDate>Fri, 11 Apr 2008 07:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=271#comment-261478</guid>
		<description>One thing I found out while working on a mobile rails site was that some lower end phones do not like using the redirect_to method with the :controller and :action arguments, but allow hard coding the redirect_to a specific address like eg:

redirect_to "http://m.bublit.com/"

Not the best way of doing things, I know, but it seems to work. I guess you cannot compete with real phone testing.</description>
		<content:encoded><![CDATA[<p>One thing I found out while working on a mobile rails site was that some lower end phones do not like using the redirect_to method with the :controller and :action arguments, but allow hard coding the redirect_to a specific address like eg:</p>
<p>redirect_to &#8220;http://m.bublit.com/&#8221;</p>
<p>Not the best way of doing things, I know, but it seems to work. I guess you cannot compete with real phone testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trilok Agarwal</title>
		<link>http://www.thisismobility.com/blog/2007/01/14/rails-and-mobile-content/#comment-207328</link>
		<dc:creator>Trilok Agarwal</dc:creator>
		<pubDate>Fri, 30 Nov 2007 07:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=271#comment-207328</guid>
		<description>used it render the same pages on mobile and stand alone web works just fine
just that @request and @headers have been deprecated in recent rails. So use request and headers method instead.</description>
		<content:encoded><![CDATA[<p>used it render the same pages on mobile and stand alone web works just fine<br />
just that @request and @headers have been deprecated in recent rails. So use request and headers method instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web es móvil</title>
		<link>http://www.thisismobility.com/blog/2007/01/14/rails-and-mobile-content/#comment-69106</link>
		<dc:creator>Web es móvil</dc:creator>
		<pubDate>Thu, 18 Jan 2007 11:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=271#comment-69106</guid>
		<description>&lt;strong&gt;Usar RoR para mostrar el MIME type óptimo para un teléfono móvil...&lt;/strong&gt;

Entre los millones de lectores de esta bitácora (bueno, cuatro o cinco, je je), puede que alguno esté interesado en un breve artículo escrito por Mike Rowehl relacionado con la web móvil y Ruby on Rails: Rails and Mobile Content.
¿En qué consiste...</description>
		<content:encoded><![CDATA[<p><strong>Usar RoR para mostrar el MIME type óptimo para un teléfono móvil&#8230;</strong></p>
<p>Entre los millones de lectores de esta bitácora (bueno, cuatro o cinco, je je), puede que alguno esté interesado en un breve artículo escrito por Mike Rowehl relacionado con la web móvil y Ruby on Rails: Rails and Mobile Content.<br />
¿En qué consiste&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
