<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Terry's Worklog &#187; rails</title>
	<atom:link href="http://people.oregonstate.edu/~reeset/blog/groups/programming/rails/feed" rel="self" type="application/rss+xml" />
	<link>http://people.oregonstate.edu/~reeset/blog</link>
	<description>On my work (programming, digital libraries, cataloging) and other stuff that perks my interest (family, cycling, etc)</description>
	<lastBuildDate>Sat, 21 Nov 2009 10:07:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WorldCat API gem moved to rubyforge</title>
		<link>http://people.oregonstate.edu/~reeset/blog/archives/628</link>
		<comments>http://people.oregonstate.edu/~reeset/blog/archives/628#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:19:47 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[OCLC]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[worldcat api]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~reeset/blog/archives/628</guid>
		<description><![CDATA[I had mentioned that I’d quickly developed a helper gem for simplifying using the WorldCat API in ruby (at least, it greatly simplifies using the API for my needs).&#160; This was created in part for C4L and partly because I’m moving access from Z39.50 to the API when working with LF and I basically wanted [...]]]></description>
			<content:encoded><![CDATA[<p>I had mentioned that I’d quickly developed a helper gem for simplifying using the WorldCat API in ruby (at least, it greatly simplifies using the API for my needs).&#160; This was created in part for C4L and partly because I’m moving access from Z39.50 to the API when working with LF and I basically wanted a be able to do the search and interact with the results as a set of objects (rather and XML).&#160; </p>
<p>Anyway, the first version of the gem (which is slightly different from the code first posted prior to C4L) can be found at the project page, here: <a title="http://rubyforge.org/projects/wcapi/" href="http://rubyforge.org/projects/wcapi/">http://rubyforge.org/projects/wcapi/</a></p>
<p>&#8211;TR</p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~reeset/blog/archives/628/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oai and sru gems updated</title>
		<link>http://people.oregonstate.edu/~reeset/blog/archives/561</link>
		<comments>http://people.oregonstate.edu/~reeset/blog/archives/561#comments</comments>
		<pubDate>Fri, 19 Sep 2008 23:48:11 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~reeset/blog/archives/561</guid>
		<description><![CDATA[In wrapping up the Libraryfind 0.8.5.1 update, I&#8217;ve had to make some modifications to a few gem packages.&#160; These are the ones updated:

oai: http://rubyforge.org/projects/oai/Changes:Prior versions of the oai component only supported the ruby libxml gem 0.3.8-.&#160; In order to support the newer versions of the ruby-libxml (which does better memory management), I&#8217;ve updated the oai [...]]]></description>
			<content:encoded><![CDATA[<p>In wrapping up the Libraryfind 0.8.5.1 update, I&#8217;ve had to make some modifications to a few gem packages.&nbsp; These are the ones updated:</p>
<ol>
<li>oai: <a title="http://rubyforge.org/projects/oai/" href="http://rubyforge.org/projects/oai/">http://rubyforge.org/projects/oai/</a><br /><u>Changes:<br /></u>Prior versions of the oai component only supported the ruby libxml gem 0.3.8-.&nbsp; In order to support the newer versions of the ruby-libxml (which does better memory management), I&#8217;ve updated the oai gem that will support both the older and new ruby-libxml apis.&nbsp; The primary changes are related to how it handles properties/attributes and the way that the oai provider class handles dates (to support OAI 2.0 validation).</li>
<li>sru-ruby: <a title="http://rubyforge.org/projects/sru/" href="http://rubyforge.org/projects/sru/">http://rubyforge.org/projects/sru/</a><br /><u>Changes:</u><br />Added libxml support.&nbsp; For queries that return one or two records, the different between using REXML or Libxml as your parser will be hardly noticable.&nbsp; However, when queries result in larger datasets, the difference will be measured in terms of seconds.&nbsp; For example, in some tests, recordsets returning 50 records in MARCXML format could run close to 10 seconds using REXML.&nbsp; On the other hand, the same search using libxml processes in 0.8 seconds.&nbsp; For tools, like LibraryFind, which deal with larger datasets, this is a welcome change.</li>
</ol>
<p>&nbsp;</p>
<p>&#8211;TR</p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~reeset/blog/archives/561/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails SVN question</title>
		<link>http://people.oregonstate.edu/~reeset/blog/archives/505</link>
		<comments>http://people.oregonstate.edu/~reeset/blog/archives/505#comments</comments>
		<pubDate>Sun, 24 Feb 2008 07:56:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://oregonstate.edu/~reeset/blog/archives/505</guid>
		<description><![CDATA[For a rails project, when I want to update the vendor/rails it appears that the easiest way to update this in svn is to delete the directory, refresh the gems and then re-add the directory to the svn.&#160; Does this sound right?&#160; Seems like it should be easier.&#160; This has been the process that we [...]]]></description>
			<content:encoded><![CDATA[<p>For a rails project, when I want to update the vendor/rails it appears that the easiest way to update this in svn is to delete the directory, refresh the gems and then re-add the directory to the svn.&nbsp; Does this sound right?&nbsp; Seems like it should be easier.&nbsp; This has been the process that we have used for about a year and after going through it again (to update to the 2.0.2 framework), I&#8217;m just thinking that its got to be easier. </p>
<p>&nbsp;</p>
<p>&#8211;TR</p>
]]></content:encoded>
			<wfw:commentRss>http://people.oregonstate.edu/~reeset/blog/archives/505/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
