<?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>andy goundry &#187; Uncategorized</title>
	<atom:link href="http://www.andygoundry.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andygoundry.com</link>
	<description>web developer</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:01:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick ref &#8211; Kernel.const_get and .constantize</title>
		<link>http://www.andygoundry.com/2011/07/26/quick-ref-kernel-const_get-and-constantize/</link>
		<comments>http://www.andygoundry.com/2011/07/26/quick-ref-kernel-const_get-and-constantize/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 16:27:45 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.andygoundry.com/?p=503</guid>
		<description><![CDATA[Just a quick ref. If you have a string that matches a class name in your app, you can use that string to interact with that model. Here&#8217;s how:
string = &#8220;User&#8221;
string.constantize OR Kernel.const_get(string) &#8211; the former only works in rails (as it&#8217;s part of ActiveSupport::Inflector)
]]></description>
			<content:encoded><![CDATA[<p>Just a quick ref. If you have a string that matches a class name in your app, you can use that string to interact with that model. Here&#8217;s how:</p>
<blockquote><p>string = &#8220;User&#8221;</p>
<p>string.constantize OR Kernel.const_get(string) &#8211; the former only works in rails (as it&#8217;s part of ActiveSupport::Inflector)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2011/07/26/quick-ref-kernel-const_get-and-constantize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>heroku and run rake db:migrate</title>
		<link>http://www.andygoundry.com/2011/07/21/heroku-and-run-rake-dbmigrate/</link>
		<comments>http://www.andygoundry.com/2011/07/21/heroku-and-run-rake-dbmigrate/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 12:06:03 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.andygoundry.com/?p=501</guid>
		<description><![CDATA[I noticed a few oddities with heroku and run rake db:migrate. Here are a few things i did to get it working:
* I moved to the Cedar stack. Without this, I struggled to get rake db:migrate to work
heroku create --stack cedar
* I now face the issue that heroku is reporting &#8220;no such file to load [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed a few oddities with heroku and <em>run rake db:migrate</em>. Here are a few things i did to get it working:</p>
<p>* I moved to the Cedar stack. Without this, I struggled to get rake db:migrate to work</p>
<pre style="background-image: url(http://devcenter.heroku.com/images/dev-center/wikistyle/pre_code_background.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #434e56; font-size: 11px; margin-top: 0px; margin-right: 0px; margin-bottom: 22px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; border-top-left-radius: 3px 3px; border-top-right-radius: 3px 3px; border-bottom-right-radius: 3px 3px; border-bottom-left-radius: 3px 3px; line-height: 18px; overflow-y: auto; color: #f8f8f8; font-family: Monaco, monospace; background-position: initial initial; background-repeat: repeat repeat; padding: 12px; border: 1px solid #3f464c;" lang="term"><span style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 11px; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; color: #8da6ce; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">heroku create --stack cedar</span></pre>
<p>* I now face the issue that heroku is reporting &#8220;no such file to load &#8212; pg&#8221;. Can&#8217;t install that locally as Lion&#8217;s screwed up my ruby header files so gem fails to install. Bored, so will leave this for now. Will report back as i find a solution, and the will to dig.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2011/07/21/heroku-and-run-rake-dbmigrate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The quick way to install ImageMagick and RMagick on OS X Snow Leopard</title>
		<link>http://www.andygoundry.com/2011/06/06/the-quick-way-to-install-imagemagick-and-rmagick-on-os-x-snow-leopard/</link>
		<comments>http://www.andygoundry.com/2011/06/06/the-quick-way-to-install-imagemagick-and-rmagick-on-os-x-snow-leopard/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 11:34:48 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.andygoundry.com/?p=499</guid>
		<description><![CDATA[cd ~/src #or whereever
git clone git://github.com/masterkain/ImageMagick-sl.git
cd ImageMagick-sl
sh install_im.sh

At one point, it runs a command using sudo, so it will ask for your password. After the script has finished, ImageMagick will be installed. Now, to install the RMagick gem&#8230;
sudo gem install rmagick
]]></description>
			<content:encoded><![CDATA[<pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 10px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 5px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f5fdff; border-left-style: solid; border-left-color: #1087a4; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; overflow-x: auto; overflow-y: auto; width: auto; max-height: 600px; background-position: initial initial; background-repeat: initial initial;"><code style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f5fdff; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">cd ~/src #or whereever
git clone git://github.com/masterkain/ImageMagick-sl.git
cd ImageMagick-sl
sh install_im.sh
</code></pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; clear: both; word-wrap: break-word; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">At one point, it runs a command using <code style="padding-top: 1px; padding-right: 5px; padding-bottom: 1px; padding-left: 5px; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f5fdff; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-position: initial initial; background-repeat: initial initial; margin: 0px; border: 0px initial initial;">sudo</code>, so it will ask for your password. After the script has finished, ImageMagick will be installed. Now, to install the RMagick gem&#8230;</p>
<pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 10px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 5px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f5fdff; border-left-style: solid; border-left-color: #1087a4; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; overflow-x: auto; overflow-y: auto; width: auto; max-height: 600px; background-position: initial initial; background-repeat: initial initial;"><code style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f5fdff; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">sudo gem install rmagick</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2011/06/06/the-quick-way-to-install-imagemagick-and-rmagick-on-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Furthering the quest to *get* agile</title>
		<link>http://www.andygoundry.com/2009/04/15/furthering-the-quest-to-get-agile/</link>
		<comments>http://www.andygoundry.com/2009/04/15/furthering-the-quest-to-get-agile/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 16:40:52 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.andygoundry.com/?p=332</guid>
		<description><![CDATA[My academic learning focus has been a bit off recently, what with the amount of work i&#8217;ve had on. But, no excuses &#8211; my quest to grasp the academic history of agile delivery is taking steps forward, with my digging into DSDM. I&#8217;ve decided to focus on DSDM due to its UK-centricity, which I feel [...]]]></description>
			<content:encoded><![CDATA[<p>My academic learning focus has been a bit off recently, what with the amount of work i&#8217;ve had on. But, no excuses &#8211; my quest to grasp the academic history of agile delivery is taking steps forward, with my digging into <a href="http://en.wikipedia.org/wiki/Dynamic_Systems_Development_Method">DSDM</a>. I&#8217;ve decided to focus on DSDM due to its UK-centricity, which I feel will have the greatest short term impact. I&#8217;ll get to SCRUM, XP, RUP, et al when i get to them.</p>
<p>I <a href="http://www.andygoundry.com/2008/09/14/uprooting-agile/">started</a> the quest ages ago and have progressed it, but more in practice than in reading. Now&#8217;s the time for the reading to pick up again&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2009/04/15/furthering-the-quest-to-get-agile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kent Beck: Ease at work</title>
		<link>http://www.andygoundry.com/2009/03/25/ease-at-work/</link>
		<comments>http://www.andygoundry.com/2009/03/25/ease-at-work/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 23:19:15 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.andygoundry.com/?p=298</guid>
		<description><![CDATA[Great presentation here by Kent Back on ease at work.
This relates to a post i made about security as a sense of stability at work.
My rough summary: Enjoy your work, feel secure, or make a change! Don&#8217;t accept any less!
]]></description>
			<content:encoded><![CDATA[<p>Great presentation <a href="http://is.gd/oYsa">here</a> by Kent Back on ease at work.</p>
<p>This relates to a <a href="http://is.gd/oYsN">post</a> i made about security as a sense of stability at work.</p>
<p>My rough summary: Enjoy your work, feel secure, or make a change! Don&#8217;t accept any less!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2009/03/25/ease-at-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baby 2.0</title>
		<link>http://www.andygoundry.com/2008/12/02/baby-20/</link>
		<comments>http://www.andygoundry.com/2008/12/02/baby-20/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 12:39:25 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adveho.net/?p=140</guid>
		<description><![CDATA[We had our lovely 2nd son in November and he&#8217;s another gem.

]]></description>
			<content:encoded><![CDATA[<p>We had our lovely 2nd son in November and he&#8217;s another gem.</p>
<p><a href="http://www.adveho.net/wp-content/uploads/2008/12/dsc_0247.jpg"><img class="alignleft size-medium wp-image-141" title="dsc_0247" src="http://www.adveho.net/wp-content/uploads/2008/12/dsc_0247-300x199.jpg" alt="" width="300" height="199" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2008/12/02/baby-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merb &amp; Adobe Air File Uploader &#8211; Nice!</title>
		<link>http://www.andygoundry.com/2008/10/29/merb-adobe-air-file-uploader-nice/</link>
		<comments>http://www.andygoundry.com/2008/10/29/merb-adobe-air-file-uploader-nice/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 22:32:58 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.adveho.net/?p=133</guid>
		<description><![CDATA[Whilst writing an Adobe Lightroom plugin to upload library items to a rails app, i spotted something i definitely need to play with! Adobe Air and Merb file uploader. Looks rather handy!
]]></description>
			<content:encoded><![CDATA[<p>Whilst writing an Adobe Lightroom plugin to upload library items to a rails app, i spotted something i definitely need to play with! Adobe Air and Merb file uploader. <a href="http://blog.vixiom.com/2007/06/29/merb-on-air-drag-and-drop-multiple-file-upload/">Looks rather handy</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2008/10/29/merb-adobe-air-file-uploader-nice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

