<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <generator>Persumi - Level up your writing and blogging with AI</generator>
  <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
  <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/configuration"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/configuration/feed/rss"/>
  <link rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/configuration/feed/atom"/>
  <author>
    <name>Fred Wu</name>
    <email>ifredwu@gmail.com</email>
    <uri>http://persumi.com/u/fredwu</uri>
  </author>
  <subtitle/>
  <id>http://persumi.com/u/fredwu/tech/e/blog/t/configuration</id>
  <title>Blog (configuration) - Fred Wu&apos;s Tech</title>
  <updated>2026-05-01T20:20:11.456268Z</updated>
  <entry>
    <content type="html">&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;</content>
    <published>2010-05-25T23:50:46.000000Z</published>
    <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
    <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
    <link href="http://persumi.com/u/fredwu/tech/e/blog/p/rails-use-app-config-for-your-application-specific-configuration"/>
    <author>
      <name>Fred Wu</name>
      <email>ifredwu@gmail.com</email>
      <uri>http://persumi.com/u/fredwu</uri>
    </author>
    <id>http://persumi.com/u/fredwu/tech/e/blog/p/rails-use-app-config-for-your-application-specific-configuration</id>
    <title>[Rails] Use App_Config For Your Application Specific Configuration</title>
    <updated>2010-05-25T23:50:46.000000Z</updated>
  </entry>
</feed>