<?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>Puzzlestone &#187; rails</title>
	<atom:link href="http://puzzlestone.co.uk/tag/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://puzzlestone.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 20 May 2010 08:01:36 +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>New website for Gasoline Alley</title>
		<link>http://puzzlestone.co.uk/2008/11/new-website-for-gasoline-alley/</link>
		<comments>http://puzzlestone.co.uk/2008/11/new-website-for-gasoline-alley/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:49:59 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puzzlestone.co.uk/?p=107</guid>
		<description><![CDATA[Just put up a new website for a friend of mine who has just started a new classic car business Gasoline Alley. He already has a nice collection of mercs like this excellent 450 slc.


This is a ruby on rails based site which uses attachment_fu and rmagick to manage and re-size the images uploaded onto [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2008/11/new-website-for-gasoline-alley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capistrano after_deploy</title>
		<link>http://puzzlestone.co.uk/2008/11/capistrano-after_deploy/</link>
		<comments>http://puzzlestone.co.uk/2008/11/capistrano-after_deploy/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 13:23:06 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puzzlestone.co.uk/?p=86</guid>
		<description><![CDATA[I have a number of rails applications that allow the user to create and edit dynamic content i.e. a shop/store front. I am using bazzar and Capistrano for source control and deployment which works fine except that out of the box this was overwriting the end user uploads etc on the site each time the [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2008/11/capistrano-after_deploy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Installing rmagick</title>
		<link>http://puzzlestone.co.uk/2008/11/error-installing-rmagick/</link>
		<comments>http://puzzlestone.co.uk/2008/11/error-installing-rmagick/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 13:12:37 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puzzlestone.co.uk/?p=70</guid>
		<description><![CDATA[I was trying to install the rmagick gem and got the following error:
dev-01:~$ sudo gem install rmagick
Building native extensions.  This could take a while&#8230;
ERROR:  Error installing rmagick:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb install rmagick
checking for Ruby version &#62;= 1.8.2&#8230; yes
checking for cc&#8230; yes
checking for &#8230;
etc.
This happens when the necessary libries are missing, I [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2008/11/error-installing-rmagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gem install mysql</title>
		<link>http://puzzlestone.co.uk/2008/10/gem-install-mysql/</link>
		<comments>http://puzzlestone.co.uk/2008/10/gem-install-mysql/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:29:35 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puzzlestone.co.uk/?p=55</guid>
		<description><![CDATA[When you try and install the native mysql gem you get:
&#62;sudo gem install mysql
Building native extensions.  This could take a while&#8230;
ERROR:  Error installing mysql:
ERROR: Failed to build gem native extension.
checking for mysql_query() in -lmysqlclient&#8230; no
/usr/bin/ruby1.8 extconf.rb install mysql
blah..blah&#8230;and it fails.
Most likely you installed the mysql server package but you also need to install the mysql [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2008/10/gem-install-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy an Application with Capistrano</title>
		<link>http://puzzlestone.co.uk/2008/10/deploy-an-application-with-capistrano/</link>
		<comments>http://puzzlestone.co.uk/2008/10/deploy-an-application-with-capistrano/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 10:44:59 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puzzlestone.co.uk/?p=52</guid>
		<description><![CDATA[Assumptions:
Capistrano is installed
You are using a Capistrano supported version control system
You are using Ruby on Rails as the application framework and it is all installed and working

First you need to create the Capistrano configuration files by moving to the root of you rails application and typing &#8216;capify .&#8216; (include the space and dot) this created [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2008/10/deploy-an-application-with-capistrano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
