<?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>Brightbox Blog &#187; open-source</title>
	<atom:link href="http://blog.brightbox.co.uk/tag/open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brightbox.co.uk</link>
	<description></description>
	<lastBuildDate>Wed, 16 Jun 2010 16:30:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is it JRuby?</title>
		<link>http://blog.brightbox.co.uk/posts/is-it-jruby</link>
		<comments>http://blog.brightbox.co.uk/posts/is-it-jruby#comments</comments>
		<pubDate>Fri, 29 May 2009 14:34:25 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[free-software]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby1.9]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=588</guid>
		<description><![CDATA[Carl Mercier has forked our &#8220;Is it Ruby 1.9&#8221; web app to make &#8220;Is it JRuby&#8220;, to track which gems work with JRuby. This is how free software is supposed to work!
For those of you not in the know, JRuby is a Java implementation of Ruby, allowing you to run Ruby code on a Java [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.carlmercier.com/2009/05/28/announcing-isitjrubycom/">Carl Mercier</a> has forked our &#8220;<a href="http://isitruby19.com">Is it Ruby 1.9</a>&#8221; web app to make &#8220;<a href="http://isitjruby.com/">Is it JRuby</a>&#8220;, to track which gems work with JRuby. This is how free software is supposed to work!</p>
<p>For those of you not in the know, JRuby is a Java implementation of Ruby, allowing you to run Ruby code on a Java Runtime Environment.  If you&#8217;re using or playing with JRuby, head over to <a href="http://isitjruby.com/">isitjruby.com</a> with your feedback.</p>
<p>Carl&#8217;s <a href="http://github.com/cmer/isitjruby">Github project is here</a> and our <a href="http://github.com/brightbox/isitruby19">original is here</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/is-it-jruby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby 1.8.6 and ImageMagick 6.3 for Ubuntu 6.06 Dapper</title>
		<link>http://blog.brightbox.co.uk/posts/ruby-186-and-imagemagick-63-for-ubuntu-606-dapper</link>
		<comments>http://blog.brightbox.co.uk/posts/ruby-186-and-imagemagick-63-for-ubuntu-606-dapper#comments</comments>
		<pubDate>Thu, 20 Mar 2008 16:51:09 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[backport]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[faster]]></category>
		<category><![CDATA[free-software]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[rmagick]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[stronger]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/posts/ruby-186-and-imagemagick-63-for-ubuntu-606-dapper</guid>
		<description><![CDATA[We&#8217;ve backported some packages useful for Ruby on Rails deployment to the long term support Ubuntu Dapper distro.  They&#8217;ve been available for a while but it only just ocurred to us this might be useful to others!
Dapper has Ruby 1.8.4 (though labelled as 1.8.2 in the package list) and ImageMagick 6.2.  Ruby 1.8.4 has some [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve backported some packages useful for Ruby on Rails deployment to the long term support Ubuntu Dapper distro.  They&#8217;ve been available for a while but it only just ocurred to us this might be useful to others!</p>
<p>Dapper has Ruby 1.8.4 (though labelled as 1.8.2 in the package list) and ImageMagick 6.2.  Ruby 1.8.4 has some known problems that are fixed in 1.8.6 and the rmagick gem recently updated to version 2, reportedly fixing the memory leaks, but it requires ImageMagick 6.3.</p>
<p>We backported <a href="http://wiki.brightbox.co.uk/docs:ruby:1.8.6" title="Backported ruby packages">Ruby 1.8.6 p111</a> and <a href="http://wiki.brightbox.co.uk/docs:imagemagick:6.3" title="backported ImageMagick packages">ImageMagick 6.3</a> from the latest development version of Ubuntu (<a href="https://launchpad.net/ubuntu/hardy" title="Ubuntu Hardy Heron">Hardy Heron</a>) to Dapper.  They&#8217;ve been in use on a few boxes and no problems so far.  Feel free to make use of them.  We&#8217;ll be backporting any security updates as they come.</p>
<p><a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository" title="The Brightbox APT Repository">General details of the repository are here</a>, with specific information about <a href="http://wiki.brightbox.co.uk/docs:ruby:1.8.6">Ruby 1.8.6</a> and <a href="http://wiki.brightbox.co.uk/docs:imagemagick:6.3">ImageMagick 6.3</a> on their own pages.</p>
<p>Ubuntu Hardy Heron is due out in the next few month, which brings a lot of this stuff with it.  Some of you might have the luxury of being able to upgrade to it, but some may need to stick with Dapper for a while &#8211; hopefully these packages will help you out.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/ruby-186-and-imagemagick-63-for-ubuntu-606-dapper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->