<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting feet wet with Rails</title>
	<atom:link href="http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:03:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hunter</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80073</link>
		<dc:creator>Hunter</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80073</guid>
		<description>I have no idea what is causing your error but I am a WO programmer that is re-writing two apps in RoR.

So far I&#039;m really loving it.

I think a lot of it is loving Ruby over the shackles of Java-dom but overall RoR feels more lightweight than WO.

Not having a compile cycle is very nice... And not having to use WOBuilder is very nice. I don&#039;t explain to my customers why the form output from WO elements isn&#039;t XHTML!</description>
		<content:encoded><![CDATA[<p>I have no idea what is causing your error but I am a WO programmer that is re-writing two apps in RoR.</p>
<p>So far I&#8217;m really loving it.</p>
<p>I think a lot of it is loving Ruby over the shackles of Java-dom but overall RoR feels more lightweight than WO.</p>
<p>Not having a compile cycle is very nice&#8230; And not having to use WOBuilder is very nice. I don&#8217;t explain to my customers why the form output from WO elements isn&#8217;t XHTML!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80074</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80074</guid>
		<description>Hunter, it&#039;s more than likely a result of some funkiness in my database schema - perhaps some more unsanctioned fieldnames or data types. I&#039;ll try a simpler first app to see how that works. Also, my database has &quot;auto-increment&quot; disabled on the PK, because it&#039;s also used by WebObjects, and EOF likes to do its silly EO_PK_TABLE nonsense rather than behaving like a regular MySQL client.</description>
		<content:encoded><![CDATA[<p>Hunter, it&#8217;s more than likely a result of some funkiness in my database schema &#8211; perhaps some more unsanctioned fieldnames or data types. I&#8217;ll try a simpler first app to see how that works. Also, my database has &#8220;auto-increment&#8221; disabled on the PK, because it&#8217;s also used by WebObjects, and EOF likes to do its silly EO_PK_TABLE nonsense rather than behaving like a regular MySQL client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Archer</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80075</link>
		<dc:creator>Joshua Archer</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80075</guid>
		<description>...yeah, the &#039;with no code&#039; is with the caveat that you follow all of the assumed conventions. Any deviance requires configuration. &#039;no code&#039; is optimistic, but still, even if you have to code, Ruby ensures you&#039;re not talking about a lot of code.</description>
		<content:encoded><![CDATA[<p>&#8230;yeah, the &#8216;with no code&#8217; is with the caveat that you follow all of the assumed conventions. Any deviance requires configuration. &#8216;no code&#8217; is optimistic, but still, even if you have to code, Ruby ensures you&#8217;re not talking about a lot of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80076</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80076</guid>
		<description>Yeah. If I&#039;d have RTFM, I may have stumbled across a list of &quot;don&#039;t use these as field names&quot; gotchas - still haven&#039;t seen one though...

But still, that was a pretty simple thing to debug.

Really surprised that &quot;search&quot; isn&#039;t part of the default scaffolding though. What good is a CRUD app without search?</description>
		<content:encoded><![CDATA[<p>Yeah. If I&#8217;d have RTFM, I may have stumbled across a list of &#8220;don&#8217;t use these as field names&#8221; gotchas &#8211; still haven&#8217;t seen one though&#8230;</p>
<p>But still, that was a pretty simple thing to debug.</p>
<p>Really surprised that &#8220;search&#8221; isn&#8217;t part of the default scaffolding though. What good is a CRUD app without search?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Archer</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80077</link>
		<dc:creator>Joshua Archer</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80077</guid>
		<description>I bet if it&#039;s not in the framework, it&#039;s an easily added &#039;gem&#039; or what-not. A google search turns up the following...

 http://www.bigbold.com/snippets/posts/show/525

That might be a start.</description>
		<content:encoded><![CDATA[<p>I bet if it&#8217;s not in the framework, it&#8217;s an easily added &#8216;gem&#8217; or what-not. A google search turns up the following&#8230;</p>
<p> <a href="http://www.bigbold.com/snippets/posts/show/525" rel="nofollow">http://www.bigbold.com/snippets/posts/show/525</a></p>
<p>That might be a start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80078</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80078</guid>
		<description>Yeah. I&#039;d found the &lt;a href=&quot;http://www.xml-blog.com/articles/2005/08/02/rails-search-generator&quot; rel=&quot;nofollow&quot;&gt;Search Generator Gem&lt;/a&gt;, but haven&#039;t had a chance to play with it. Looks even easier than the code you linked to...</description>
		<content:encoded><![CDATA[<p>Yeah. I&#8217;d found the <a href="http://www.xml-blog.com/articles/2005/08/02/rails-search-generator" rel="nofollow">Search Generator Gem</a>, but haven&#8217;t had a chance to play with it. Looks even easier than the code you linked to&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80079</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80079</guid>
		<description>Um. woah. Search Generator keeps its own search index, outside of MySQL, in a flat text file. And it needs to be updated to let it find stuff. *cough*hack*ahem*  While it does work, and I suppose it would be handy for cross-database and non-database searches, I&#039;ll take a closer look at the code you linked to, Josh :-)</description>
		<content:encoded><![CDATA[<p>Um. woah. Search Generator keeps its own search index, outside of MySQL, in a flat text file. And it needs to be updated to let it find stuff. *cough*hack*ahem*  While it does work, and I suppose it would be handy for cross-database and non-database searches, I&#8217;ll take a closer look at the code you linked to, Josh <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Jones</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80080</link>
		<dc:creator>Bob Jones</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80080</guid>
		<description>I&#039;d be interested in seeing a comparison of WebObjects and Ruby on Rails once you&#039;re a little more familiar with RoR, as I&#039;m interested in learning one or the other (time constraints). Everything I&#039;ve read about WebObjects makes it sounds really incredible, but there&#039;s also a lot of buzz for RoR, so to hear from someone who has a better grasp of both breaking things down would be very much appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested in seeing a comparison of WebObjects and Ruby on Rails once you&#8217;re a little more familiar with RoR, as I&#8217;m interested in learning one or the other (time constraints). Everything I&#8217;ve read about WebObjects makes it sounds really incredible, but there&#8217;s also a lot of buzz for RoR, so to hear from someone who has a better grasp of both breaking things down would be very much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hunter</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80081</link>
		<dc:creator>Hunter</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80081</guid>
		<description>I&#039;m planning on writing something after I finish porting my Las Vegas tourism site from WO to Rails.

WO is incredible. The problem is that Apple is letting it languish.

Honestly, a lot of the things people like in Rails are in WO but no one has ever heard of WO...

Rails benefits from being Open Source and thus progressing very quickly where WO 5.3++ has the potential of being OSXS only, which is a bit scary to folks like me.</description>
		<content:encoded><![CDATA[<p>I&#8217;m planning on writing something after I finish porting my Las Vegas tourism site from WO to Rails.</p>
<p>WO is incredible. The problem is that Apple is letting it languish.</p>
<p>Honestly, a lot of the things people like in Rails are in WO but no one has ever heard of WO&#8230;</p>
<p>Rails benefits from being Open Source and thus progressing very quickly where WO 5.3++ has the potential of being OSXS only, which is a bit scary to folks like me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hunter</title>
		<link>http://www.darcynorman.net/2005/08/07/getting-feet-wet-with-rails/#comment-80082</link>
		<dc:creator>Hunter</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1213946188#comment-80082</guid>
		<description>Search generator is a bit like Java Lucene, yes?

D&#039;Arcy - how do you usually do full-text search in WO apps? I&#039;ve been using Lucene, which has an outside index.

I believe there are Rails tools to use MySQL&#039;s full text indexing as well.</description>
		<content:encoded><![CDATA[<p>Search generator is a bit like Java Lucene, yes?</p>
<p>D&#8217;Arcy &#8211; how do you usually do full-text search in WO apps? I&#8217;ve been using Lucene, which has an outside index.</p>
<p>I believe there are Rails tools to use MySQL&#8217;s full text indexing as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
