<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -123,17 +123,15 @@ module Ramaze
         case name
         when String, Symbol
           name = name.to_s
-          name = self[alias_key][name] || name
-          find_require(name, mod, path)
+          class_name = self[alias_key][name] || name
+          find_require(name, class_name, mod, path)
         else
           name
         end
       end
 
-      def find_require(name, mod, path)
-        class_name = name.to_s
-        file_path = File.join(path, class_name.downcase)
-
+      def find_require(name, class_name, mod, path)
+        file_path = File.join(path, name)
         require(file_path) unless mod.const_defined?(class_name)
 
         mod.const_get(class_name)</diff>
      <filename>lib/ramaze/option/holder.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>029b39ae46ba10b72f96242993518719ac783537</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Buch</name>
    <email>jonathan.buch@gmail.com</email>
  </author>
  <url>http://github.com/manveru/ramaze/commit/c671b8cc5ea1ef2d0f83993e136a56673cdfa1f3</url>
  <id>c671b8cc5ea1ef2d0f83993e136a56673cdfa1f3</id>
  <committed-date>2008-07-03T14:31:05-07:00</committed-date>
  <authored-date>2008-07-03T14:31:05-07:00</authored-date>
  <message>Don't reuse the Adapter alias for requireing adapter files
Failed for Mongrel, as it has different files for a single alias.</message>
  <tree>f52f5a97920ba5fc9f841673c51cfaa82249cb86</tree>
  <committer>
    <name>Jonathan Buch</name>
    <email>jonathan.buch@gmail.com</email>
  </committer>
</commit>
