<?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: Railsy WURFL</title>
	<atom:link href="http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/</link>
	<description>Ripping mobility from the clutches of telecom</description>
	<pubDate>Fri, 21 Nov 2008 01:53:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ephraim Hohn</title>
		<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/#comment-270181</link>
		<dc:creator>Ephraim Hohn</dc:creator>
		<pubDate>Thu, 08 May 2008 08:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=265#comment-270181</guid>
		<description>Works like a charm after applying the two little fixes from Tom and S. Woodside.

Thank you very much for this!</description>
		<content:encoded><![CDATA[<p>Works like a charm after applying the two little fixes from Tom and S. Woodside.</p>
<p>Thank you very much for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S Woodside</title>
		<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/#comment-268646</link>
		<dc:creator>S Woodside</dc:creator>
		<pubDate>Mon, 05 May 2008 06:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=265#comment-268646</guid>
		<description>Very simple and easy to use. Made my day. Only required a tiny change:


--- orig/ruby-wurfl-1.0/wurfl_db_inserts.rb	2007-01-06 22:15:46.000000000 -0500
+++ ruby-wurfl-1.0/wurfl_db_inserts.rb	2008-05-05 00:36:54.000000000 -0400
@@ -21,7 +21,7 @@
 #
 
 require 'rubygems'
-require_gem 'activerecord'
+require 'activerecord'
 
 require 'rails/app/models/wurfl_device'
 require 'rails/app/models/wurfl_capability'
</description>
		<content:encoded><![CDATA[<p>Very simple and easy to use. Made my day. Only required a tiny change:</p>
<p>&#8212; orig/ruby-wurfl-1.0/wurfl_db_inserts.rb	2007-01-06 22:15:46.000000000 -0500<br />
+++ ruby-wurfl-1.0/wurfl_db_inserts.rb	2008-05-05 00:36:54.000000000 -0400<br />
@@ -21,7 +21,7 @@<br />
 #</p>
<p> require &#8216;rubygems&#8217;<br />
-require_gem &#8216;activerecord&#8217;<br />
+require &#8216;activerecord&#8217;</p>
<p> require &#8216;rails/app/models/wurfl_device&#8217;<br />
 require &#8216;rails/app/models/wurfl_capability&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Griffith</title>
		<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/#comment-231379</link>
		<dc:creator>Ryan Griffith</dc:creator>
		<pubDate>Sat, 26 Jan 2008 01:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=265#comment-231379</guid>
		<description>Mike - Thank you. Very easy to implement, lovin' it.</description>
		<content:encoded><![CDATA[<p>Mike - Thank you. Very easy to implement, lovin&#8217; it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/#comment-212787</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 14 Dec 2007 18:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=265#comment-212787</guid>
		<description>Any more updates on this?  I'd suggest putting it on Google Code to release it for evolution.
This is an important and necessary project; good work.</description>
		<content:encoded><![CDATA[<p>Any more updates on this?  I&#8217;d suggest putting it on Google Code to release it for evolution.<br />
This is an important and necessary project; good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/#comment-153250</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 18 Jul 2007 10:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=265#comment-153250</guid>
		<description>Great bit of work, cheers Mike. Just modified line 73 to;

if user_agent.index( 'Gecko' ) and !user_agent.index( 'Nokia')

Because a N95 uses Gecko (and I think preceding phones) and this was preventing it from returning a record.</description>
		<content:encoded><![CDATA[<p>Great bit of work, cheers Mike. Just modified line 73 to;</p>
<p>if user_agent.index( &#8216;Gecko&#8217; ) and !user_agent.index( &#8216;Nokia&#8217;)</p>
<p>Because a N95 uses Gecko (and I think preceding phones) and this was preventing it from returning a record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miker</title>
		<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/#comment-136017</link>
		<dc:creator>miker</dc:creator>
		<pubDate>Sat, 09 Jun 2007 19:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=265#comment-136017</guid>
		<description>Hey Rodney, Great ideas!  Let me know if you work through some of them, I would love to give them a try and start to really spin up an official WURFL Rails plugin. - Mike</description>
		<content:encoded><![CDATA[<p>Hey Rodney, Great ideas!  Let me know if you work through some of them, I would love to give them a try and start to really spin up an official WURFL Rails plugin. - Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney Aiglstorfer</title>
		<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/#comment-135993</link>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
		<pubDate>Sat, 09 Jun 2007 19:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=265#comment-135993</guid>
		<description>Mike, I was just starting to teach myself Rails and this was also my first idea for a project.  Thanks for the jumpstart!  I am thinking about extending the functionality to include a UI for "correcting" the WURFL and generating a WURFL patch file from the database.  It would also support the ability to add custom properties to the patch.</description>
		<content:encoded><![CDATA[<p>Mike, I was just starting to teach myself Rails and this was also my first idea for a project.  Thanks for the jumpstart!  I am thinking about extending the functionality to include a UI for &#8220;correcting&#8221; the WURFL and generating a WURFL patch file from the database.  It would also support the ability to add custom properties to the patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/#comment-122115</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Wed, 16 May 2007 04:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=265#comment-122115</guid>
		<description>Excellent, I've been meaning to do this for about 2 years now.  I think you are right, there are probably very elegant ways to integrate this, I think it might have to do with the responds_to functionality added as part of rails 1.2 for REST functionality.

It's an excellent start, I hope to have time to play with it!</description>
		<content:encoded><![CDATA[<p>Excellent, I&#8217;ve been meaning to do this for about 2 years now.  I think you are right, there are probably very elegant ways to integrate this, I think it might have to do with the responds_to functionality added as part of rails 1.2 for REST functionality.</p>
<p>It&#8217;s an excellent start, I hope to have time to play with it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.thisismobility.com/blog/2007/01/06/railsy-wurfl/#comment-118722</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Tue, 08 May 2007 19:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=265#comment-118722</guid>
		<description>Very cool! I'm new to the wurfl and seeing some rough edged rails specific stuff is extremely helpful. thank you for this.</description>
		<content:encoded><![CDATA[<p>Very cool! I&#8217;m new to the wurfl and seeing some rough edged rails specific stuff is extremely helpful. thank you for this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
