<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ class ConfigurationManager
   # Expects the environment to load.
   # Second argument is path to a YAML file (defaults to RAILS_ROOT/config/configuration_manager.yml).
   #
-  def self.new_manager(environment=ENV['RAILS_ENV'], yaml_file=File.join(RAILS_ROOT,&quot;/config/configuration_manager.yml&quot;))
+  def self.new_manager(environment=RAILS_ENV, yaml_file=File.join(RAILS_ROOT,&quot;/config/configuration_manager.yml&quot;))
     yaml_file = File.expand_path(yaml_file)
     if File.exist?(yaml_file)
       ConfigurationManagerHash.new_from_hash(YAML.load(ERB.new(File.read(yaml_file)).result)[environment])</diff>
      <filename>lib/configuration_manager.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aad8aca1af210ea47648ada45b7153030556a602</id>
    </parent>
  </parents>
  <author>
    <name>michele</name>
    <email>flydown@gmail.com</email>
  </author>
  <url>http://github.com/wonsys/configuration_manager/commit/5f473add92d884c86eedd5c9a28771f0a8134bf7</url>
  <id>5f473add92d884c86eedd5c9a28771f0a8134bf7</id>
  <committed-date>2008-05-29T09:20:21-07:00</committed-date>
  <authored-date>2008-05-29T09:20:21-07:00</authored-date>
  <message>It should use RAILS_ENV instead of ENV['RAILS_ENV']</message>
  <tree>7239f0c840c7a70f7db2a3deebf633c625c073f4</tree>
  <committer>
    <name>michele</name>
    <email>flydown@gmail.com</email>
  </committer>
</commit>
