<?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>Nick Hammond &#187; rails</title>
	<atom:link href="http://www.nickhammond.com/category/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickhammond.com</link>
	<description>Freelance Ruby Developer in Phoenix, AZ</description>
	<lastBuildDate>Wed, 12 Oct 2011 11:58:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>What you need to develop Rails applications while traveling</title>
		<link>http://www.nickhammond.com/2009/07/07/what-you-need-to-develop-rails-applications-while-traveling/</link>
		<comments>http://www.nickhammond.com/2009/07/07/what-you-need-to-develop-rails-applications-while-traveling/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 17:06:33 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.nickhammond.com/?p=335</guid>
		<description><![CDATA[I&#8217;m currently on a three month backpacking trip through Europe and while I&#8217;m here I am working on a couple new rails sites. It&#8217;s incredible to program on off days and look up and see the ocean and the beach in the distance.  While traveling internet can be hard to find or expensive which is [...]]]></description>
		<wfw:commentRss>http://www.nickhammond.com/2009/07/07/what-you-need-to-develop-rails-applications-while-traveling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capistrano recipe: update your remote shared assets and database to your local application</title>
		<link>http://www.nickhammond.com/2009/04/15/capistrano-recipe-update-your-remote-shared-assets-and-database-to-your-local-application/</link>
		<comments>http://www.nickhammond.com/2009/04/15/capistrano-recipe-update-your-remote-shared-assets-and-database-to-your-local-application/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 06:54:42 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[deploy]]></category>

		<guid isPermaLink="false">http://www.nickhammond.com/?p=304</guid>
		<description><![CDATA[Update: rubyphunk created a more robust solution for this, check out his reflection gem for keeping your development machine in sync. When working on a production site there is often a need to get the latest data from the database or the latest shared assets onto your local development machine. Shared Assets are typically items [...]]]></description>
		<wfw:commentRss>http://www.nickhammond.com/2009/04/15/capistrano-recipe-update-your-remote-shared-assets-and-database-to-your-local-application/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Rails magic form helper &#8211; create field based on type</title>
		<link>http://www.nickhammond.com/2009/03/21/rails-magic-form-helper-create-field-based-on-type/</link>
		<comments>http://www.nickhammond.com/2009/03/21/rails-magic-form-helper-create-field-based-on-type/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 21:34:20 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://www.nickhammond.com/?p=253</guid>
		<description><![CDATA[The following is a helper that adds onto the regular form_for helper within rails. The script below adds methods onto the default form_for to generate fields automatically based on the type of the field. If you have a really basic model you can also generate the entire form based on the data type of each [...]]]></description>
		<wfw:commentRss>http://www.nickhammond.com/2009/03/21/rails-magic-form-helper-create-field-based-on-type/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>YM4R with multiple domains</title>
		<link>http://www.nickhammond.com/2009/03/02/ym4r-with-multiple-domains/</link>
		<comments>http://www.nickhammond.com/2009/03/02/ym4r-with-multiple-domains/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 06:55:38 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googlemaps]]></category>
		<category><![CDATA[ym4r]]></category>

		<guid isPermaLink="false">http://www.nickhammond.com/?p=245</guid>
		<description><![CDATA[I didn&#8217;t find this option documented anywhere until I started digging through the code within the library. I had an instance where I was using A CMS to run multiple sites that all needed a use for google maps. With the regular implementation of YM4R you would normally get an error from google maps stating [...]]]></description>
		<wfw:commentRss>http://www.nickhammond.com/2009/03/02/ym4r-with-multiple-domains/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easily convert your Rails .erb files to .haml files</title>
		<link>http://www.nickhammond.com/2009/03/02/easily-convert-your-rails-erb-files-to-haml-files/</link>
		<comments>http://www.nickhammond.com/2009/03/02/easily-convert-your-rails-erb-files-to-haml-files/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 06:15:58 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[erb]]></category>
		<category><![CDATA[haml]]></category>

		<guid isPermaLink="false">http://www.nickhammond.com/2009/03/02/easily-convert-your-erb-files-to-haml-files/</guid>
		<description><![CDATA[With rails there currently isn&#8217;t a way to generate haml template files instead of erb template files when generating a controller. If there is, news to me and please post in comments as I would love to know. I know this exists in Merb so this feature will probably come along with Rails 3 I [...]]]></description>
		<wfw:commentRss>http://www.nickhammond.com/2009/03/02/easily-convert-your-rails-erb-files-to-haml-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

