<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link>http://persumi.com/u/fredwu/tech/e/blog/t/configuration</link>
    <generator>Persumi - Level up your writing and blogging with AI</generator>
    <category>Blog</category>
    <category>Tech</category>
    <pubDate>Fri, 01 May 2026 20:20:04 +0000</pubDate>
    <description/>
    <title>Blog (configuration) - Fred Wu&apos;s Tech</title>
    <atom:link type="application/rss+xml" rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/configuration/feed/rss"></atom:link>
    <item>
      <pubDate>Tue, 25 May 2010 23:50:46 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/rails-use-app-config-for-your-application-specific-configuration</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/rails-use-app-config-for-your-application-specific-configuration</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;p&gt;
A simple &lt;a href=&quot;http://www.google.com/search?q=rails+app_config&quot;&gt;Google search&lt;/a&gt; will reveal that there are a number of different App_Config plugins for Rails. After comparing them side by side, I have decided to use &lt;a href=&quot;http://github.com/cjbottaro/app_config&quot;&gt;the one by Christopher J. Bottaro&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;
It features:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;
simple YAML config files  &lt;/li&gt;
  &lt;li&gt;
config files support ERB  &lt;/li&gt;
  &lt;li&gt;
config files support inheritance  &lt;/li&gt;
  &lt;li&gt;
access config information via convenient object member notation  &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
I just fixed a bug last night (which was pulled in to the main repository) where it could throw errors when used as a Rails plugin (i.e. via &lt;code class=&quot;inline&quot;&gt;rails plugin install&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;
Make sure you go &lt;a href=&quot;http://github.com/cjbottaro/app_config&quot;&gt;read the instructions&lt;/a&gt; on how to use this handy plugin.&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/rails-use-app-config-for-your-application-specific-configuration</link>
      <title>[Rails] Use App_Config For Your Application Specific Configuration</title>
    </item>
  </channel>
</rss>