<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Making Configuration Files with YAML: Revised</title>
	<atom:link href="http://blog.innovativethought.net/2009/01/02/making-configuration-files-with-yaml-revised/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.innovativethought.net/2009/01/02/making-configuration-files-with-yaml-revised/</link>
	<description>think. design. innovate.</description>
	<lastBuildDate>Mon, 15 Feb 2010 18:09:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cheapRoc</title>
		<link>http://blog.innovativethought.net/2009/01/02/making-configuration-files-with-yaml-revised/#comment-102</link>
		<dc:creator>cheapRoc</dc:creator>
		<pubDate>Tue, 03 Feb 2009 16:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2009/01/03/making-configuration-files-with-yaml-revised/#comment-102</guid>
		<description>AppConfig = OpenStruct.new(YAML.load_file(&quot;#{RAILS_ROOT}/config/app_config.yml&quot;)[Rails.env].symbolize_keys) if require &#039;ostruct&#039;

So you can do something like...

AppConfig.site_title

Not sure how it works with your nested Yaml config file though.</description>
		<content:encoded><![CDATA[<p>AppConfig = OpenStruct.new(YAML.load_file(&#8220;#{RAILS_ROOT}/config/app_config.yml&#8221;)[Rails.env].symbolize_keys) if require &#8216;ostruct&#8217;</p>
<p>So you can do something like&#8230;</p>
<p>AppConfig.site_title</p>
<p>Not sure how it works with your nested Yaml config file though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making Configuration Files with YAML &#171; Innovative Thought</title>
		<link>http://blog.innovativethought.net/2009/01/02/making-configuration-files-with-yaml-revised/#comment-100</link>
		<dc:creator>Making Configuration Files with YAML &#171; Innovative Thought</dc:creator>
		<pubDate>Tue, 03 Feb 2009 14:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2009/01/03/making-configuration-files-with-yaml-revised/#comment-100</guid>
		<description>[...] post info  By Tim   Categories: Ruby and Ruby on Rails                     Update: A newer version of how I load YAML into configuration files in my projects can be found here. [...]</description>
		<content:encoded><![CDATA[<p>[...] post info  By Tim   Categories: Ruby and Ruby on Rails                     Update: A newer version of how I load YAML into configuration files in my projects can be found here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.innovativethought.net/2009/01/02/making-configuration-files-with-yaml-revised/#comment-99</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 02 Feb 2009 21:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2009/01/03/making-configuration-files-with-yaml-revised/#comment-99</guid>
		<description>Thanks for the quick yaml config how-to.  I am new to RoR and this was exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick yaml config how-to.  I am new to RoR and this was exactly what I was looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
