<?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/"
	xmlns:georss="http://www.georss.org/georss" >

<channel>
	<title>seidbereit.de &#187; ActiveDiscogs</title>
	<atom:link href="http://seidbereit.de/tags/activediscogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://seidbereit.de</link>
	<description>ideas.each { &#124;x&#124;  post x }</description>
	<lastBuildDate>Wed, 11 Nov 2009 20:23:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Putting the Discogs API on Rails &#8211; ActiveDiscogs</title>
		<link>http://seidbereit.de/2008/06/15/putting-the-discogs-api-on-rails-activediscogs/</link>
		<comments>http://seidbereit.de/2008/06/15/putting-the-discogs-api-on-rails-activediscogs/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 18:40:29 +0000</pubDate>
		<dc:creator>Ullrich</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ActiveDiscogs]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://seidbereit.de/2008/06/15/putting-the-discogs-api-on-rails-activediscogs/</guid>
		<description><![CDATA[I had a look inside ActiveResource as it is part of Rails since version 2.1, and tried to use it to access the Discogs API. It turned out to be a bit difficult and required a bit more coding than accessing a regular Rails RESTful API.
That&#8217;s the reason why i created a Rails Plugin which [...]]]></description>
			<content:encoded><![CDATA[<p>I had a look inside <a href="http://railscasts.com/tags/19" class="liexternal">ActiveResource</a> as it is part of <a href="http://rubyonrails.org/" class="liexternal">Rails</a> since version 2.1, and tried to use it to access the <a href="http://discogs.com/" class="liexternal">Discogs</a> <a href="http://www.discogs.com/help/api" class="liexternal">API</a>. It turned out to be a bit difficult and required a bit more coding than accessing a regular Rails RESTful API.</p>
<p>That&#8217;s the reason why i created a Rails Plugin which supports the basic tasks for now (getting releases, artists and labels). Future versions will support searching and caching and a bit more.</p>
<p>The project goes by the name of <em>ActiveDiscogs</em> and is available on <a href="http://activediscogs.rubyforge.org/" class="liexternal">http://activediscogs.rubyforge.org/</a></p>
<p>Feel free to join and play with it <img src='http://seidbereit.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ah, before i forget: To install just use</p>
<pre>
script/plugin install svn://rubyforge.org/var/svn/activediscogs
</pre>
]]></content:encoded>
			<wfw:commentRss>http://seidbereit.de/2008/06/15/putting-the-discogs-api-on-rails-activediscogs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

