<?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>ph-lee &#187; admin</title>
	<atom:link href="http://www.ph-lee.com/tag/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ph-lee.com</link>
	<description>aspire to inspire before you expire</description>
	<lastBuildDate>Sat, 29 May 2010 19:11:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>(Ruby on rails) Adding an admin area to your web application</title>
		<link>http://www.ph-lee.com/2009/07/18/ruby-on-rails-adding-an-admin-area-to-your-application/</link>
		<comments>http://www.ph-lee.com/2009/07/18/ruby-on-rails-adding-an-admin-area-to-your-application/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 15:48:05 +0000</pubDate>
		<dc:creator>ph-lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.ph-lee.com/?p=137</guid>
		<description><![CDATA[Most web applications have an admin area and a user area. Blogs, webstores, social sites pretty much any dynamic site. You&#8217;ll want an admin area to do all the backend stuff to manage all your content and users. [icebergist] gives one way of adding an admin area to your web app.
I&#8217;ve tried this method and [...]]]></description>
			<content:encoded><![CDATA[<p>Most web applications have an admin area and a user area. Blogs, webstores, social sites pretty much any dynamic site. You&#8217;ll want an admin area to do all the backend stuff to manage all your content and users. <a href="http://icebergist.com/">[icebergist]</a> gives <a href="http://icebergist.com/posts/restful-admin-namespaced-controller-using-scaffolding">one way of adding an admin area</a> to your web app.</p>
<p>I&#8217;ve tried this method and so far it seems nice. It completely separates the two area giving you full control over each.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ph-lee.com/2009/07/18/ruby-on-rails-adding-an-admin-area-to-your-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
