<?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>Nobody Listens Anyway &#187; theming skin</title>
	<atom:link href="http://www.justinball.com/tag/theming-skin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justinball.com</link>
	<description>Life is an optimization issue</description>
	<lastBuildDate>Sat, 31 Jul 2010 16:47:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
		<item>
		<title>Disguise your Rails Application</title>
		<link>http://www.justinball.com/2009/06/12/disguise-your-rails-application/</link>
		<comments>http://www.justinball.com/2009/06/12/disguise-your-rails-application/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 06:30:44 +0000</pubDate>
		<dc:creator>Justin Ball</dc:creator>
				<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[disguise]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[theming skin]]></category>

		<guid isPermaLink="false">http://www.justinball.com/?p=1034</guid>
		<description><![CDATA[I spent quite a while trying to figure out how to theme my Ruby on Rails applications.  Turns out after you build a piece of software people want to use it to do other stuff.  Go figure.
I really like how simple it is to skin a Wordpress site so I stole borrowed some [...]]]></description>
			<content:encoded><![CDATA[<p>I spent quite a while trying to figure out how to theme my Ruby on Rails applications.  Turns out after you build a piece of software people want to use it to do other stuff.  Go figure.</p>
<p>I really like how simple it is to skin a Wordpress site so I <del datetime="2009-06-07T05:49:50+00:00">stole</del> borrowed some ideas.</p>
<p>From all of my research and effort and late night I give you disguise the ruby gem that makes it simple to skin your Rails application and impress everyone (ok maybe your mom).</p>
<p>Disguise makes it possible to generate a theme for your Rails website, set the current 'theme' using an admin interface or change the theme based on the current url.</p>
<p>Install the gem:</p>
<pre class="ruby">&nbsp;
  sudo gem install disguise
&nbsp;</pre>
<p>or get the source code at:<br />
<a href="http://github.com/jbasdf/disguise/tree/master">http://github.com/jbasdf/disguise/tree/master</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justinball.com/2009/06/12/disguise-your-rails-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
