<?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: Digital library chugging along on Rails</title>
	<atom:link href="http://dystmesis.net/2005/12/31/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://dystmesis.net/2005/12/31/rails/</link>
	<description>the insertion of a word into the middle of another word in an unlikely or unexpected place</description>
	<pubDate>Sun, 20 May 2012 01:45:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonathan</title>
		<link>http://dystmesis.net/2005/12/31/rails/comment-page-1/#comment-597</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 25 Jul 2006 15:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://dystmesis.com:8081/2005/12/31/rails/#comment-597</guid>
		<description>&lt;p&gt;It's a relational model. The Rails magic takes care of the id's and join tables and so forth, all you really have to do is tell it about the relationships (play belongs_to :author) and create the columns in the db.&lt;/p&gt;

&lt;p&gt;I'm sure ASP is also capable of more sophisticated database arrangements (probably with MS-SQL Server), but it's probably also extra complicated. I've sufferred through an MS-SQL install once, and found it painful.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s a relational model. The Rails magic takes care of the id&#8217;s and join tables and so forth, all you really have to do is tell it about the relationships (play belongs_to :author) and create the columns in the db.</p>

<p>I&#8217;m sure ASP is also capable of more sophisticated database arrangements (probably with MS-SQL Server), but it&#8217;s probably also extra complicated. I&#8217;ve sufferred through an MS-SQL install once, and found it painful.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: washtublibrarian</title>
		<link>http://dystmesis.net/2005/12/31/rails/comment-page-1/#comment-588</link>
		<dc:creator>washtublibrarian</dc:creator>
		<pubDate>Mon, 24 Jul 2006 11:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://dystmesis.com:8081/2005/12/31/rails/#comment-588</guid>
		<description>&lt;p&gt;I hear ya ... I'm working on a Mac most of the time, too, but our department is very much about the Microsoft products.  Which is fine...ASP was very flexible for what we needed.  I had a real desire to make the database more relational (could only implement a flat file with lookup tables for controlled vocab terms), though, which wasn't really possible in any of the documentation I read -- did you use a flat file, lookup tables, or a relational model?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I hear ya &#8230; I&#8217;m working on a Mac most of the time, too, but our department is very much about the Microsoft products.  Which is fine&#8230;ASP was very flexible for what we needed.  I had a real desire to make the database more relational (could only implement a flat file with lookup tables for controlled vocab terms), though, which wasn&#8217;t really possible in any of the documentation I read &#8212; did you use a flat file, lookup tables, or a relational model?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://dystmesis.net/2005/12/31/rails/comment-page-1/#comment-569</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 21 Jul 2006 15:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://dystmesis.com:8081/2005/12/31/rails/#comment-569</guid>
		<description>&lt;p&gt;Thanks! I think your digital library looks great, too. I'm not familiar with the dark bowels of ASP.NET/VB.NET when it comes to developing web apps, but it certainly appears to be a viable alternative if you swing that way. ;) As a mostly-Mac user, I didn't really consider it for our project.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks! I think your digital library looks great, too. I&#8217;m not familiar with the dark bowels of ASP.NET/VB.NET when it comes to developing web apps, but it certainly appears to be a viable alternative if you swing that way. <img src='http://dystmesis.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> As a mostly-Mac user, I didn&#8217;t really consider it for our project.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: washtublibrarian</title>
		<link>http://dystmesis.net/2005/12/31/rails/comment-page-1/#comment-566</link>
		<dc:creator>washtublibrarian</dc:creator>
		<pubDate>Thu, 20 Jul 2006 21:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://dystmesis.com:8081/2005/12/31/rails/#comment-566</guid>
		<description>&lt;p&gt;Great stuff!  Thanks for the play-by-play...if my Digital Libraries class had happened across your post a few months ago, we might have picked up the ROR idea, too!  Instead, we made the architecture in ASP.NET/VB.NET, which I have mixed feelings about.  Wish I had developed the skills programming in a non-proprietary system (say, PHP or Ruby) but using ASP.NET really made the fast pace feasible to realize the goal...programming a digital library framework from the ground up in two weeks.  Ugh.  In any case, our DL is up at &lt;a href="http://bfhsmuseum.bfn.org" title="Buffalo Fire Historical Society" rel="nofollow"&gt;http://bfhsmuseum.bfn.org&lt;/a&gt; -- we just finished it in May.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great stuff!  Thanks for the play-by-play&#8230;if my Digital Libraries class had happened across your post a few months ago, we might have picked up the ROR idea, too!  Instead, we made the architecture in ASP.NET/VB.NET, which I have mixed feelings about.  Wish I had developed the skills programming in a non-proprietary system (say, PHP or Ruby) but using ASP.NET really made the fast pace feasible to realize the goal&#8230;programming a digital library framework from the ground up in two weeks.  Ugh.  In any case, our DL is up at <a href="http://bfhsmuseum.bfn.org" title="Buffalo Fire Historical Society" rel="nofollow">http://bfhsmuseum.bfn.org</a> &#8212; we just finished it in May.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dystmesis &#187; Blog Archive &#187; Horn-tooting, for fun and profit</title>
		<link>http://dystmesis.net/2005/12/31/rails/comment-page-1/#comment-544</link>
		<dc:creator>dystmesis &#187; Blog Archive &#187; Horn-tooting, for fun and profit</dc:creator>
		<pubDate>Mon, 17 Jul 2006 15:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://dystmesis.com:8081/2005/12/31/rails/#comment-544</guid>
		<description>&lt;p&gt;[...] However, I&#8217;m briefly popping my head out of the burrow to engage in a little shameless self-promotion. I&#8217;d like to call the attention of the reader to two things I&#8217;ve been working on lately. First, you can check out my article in this month&#8217;s Library Journal, &#8220;Shoestring Digital Library&#8221;. It&#8217;s based on my experiences building a prototype digital library using Ruby on Rails (detailed in an earlier post) and provides some ideas for building digital libraries using software from outside the usual pool of suspects. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] However, I&#8217;m briefly popping my head out of the burrow to engage in a little shameless self-promotion. I&#8217;d like to call the attention of the reader to two things I&#8217;ve been working on lately. First, you can check out my article in this month&#8217;s Library Journal, &#8220;Shoestring Digital Library&#8221;. It&#8217;s based on my experiences building a prototype digital library using Ruby on Rails (detailed in an earlier post) and provides some ideas for building digital libraries using software from outside the usual pool of suspects. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://dystmesis.net/2005/12/31/rails/comment-page-1/#comment-14</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 10 Jan 2006 06:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://dystmesis.com:8081/2005/12/31/rails/#comment-14</guid>
		<description>&lt;p&gt;Very good post. And very impressive database as well. I agree with you about the limitations of Greenstone. I used it for a similar project, and it was OK - but clearly didn't have the same capabilities of RoR.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very good post. And very impressive database as well. I agree with you about the limitations of Greenstone. I used it for a similar project, and it was OK - but clearly didn&#8217;t have the same capabilities of RoR.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dorothea Salo</title>
		<link>http://dystmesis.net/2005/12/31/rails/comment-page-1/#comment-13</link>
		<dc:creator>Dorothea Salo</dc:creator>
		<pubDate>Sun, 01 Jan 2006 03:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://dystmesis.com:8081/2005/12/31/rails/#comment-13</guid>
		<description>&lt;p&gt;This is bloody awesome. I am deeply impressed.&lt;/p&gt;

&lt;p&gt;And amused that beating things with rocks is now a meme. But mostly impressed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is bloody awesome. I am deeply impressed.</p>

<p>And amused that beating things with rocks is now a meme. But mostly impressed.</p>]]></content:encoded>
	</item>
</channel>
</rss>

