<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/merb-core/rack/middleware/path_prefix.rb</filename>
    </added>
    <added>
      <filename>lib/merb-core/rack/middleware/profiler.rb</filename>
    </added>
    <added>
      <filename>lib/merb-core/rack/middleware/static.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,8 @@ module Merb
     autoload :SwiftipliedMongrel,  &quot;merb-core/rack/adapter/swiftiplied_mongrel&quot;
     autoload :Thin,                &quot;merb-core/rack/adapter/thin&quot;
     autoload :WEBrick,             &quot;merb-core/rack/adapter/webrick&quot;
-    autoload :PathPrefix,          &quot;merb-core/rack/apps/path_prefix&quot;
-    autoload :Static,              &quot;merb-core/rack/apps/static&quot;
+    autoload :PathPrefix,          &quot;merb-core/rack/middleware/path_prefix&quot;
+    autoload :Static,              &quot;merb-core/rack/middleware/static&quot;
+    autoload :Profiler,            &quot;merb-core/rack/middleware/profiler&quot;    
   end # Rack
 end # Merb
\ No newline at end of file</diff>
      <filename>lib/merb-core/rack.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/merb-core/rack/apps/path_prefix.rb</filename>
    </removed>
    <removed>
      <filename>lib/merb-core/rack/apps/static.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>8cc7fdd0925f72a317156e110fbc27ba52707827</id>
    </parent>
  </parents>
  <author>
    <name>Ezra Zygmuntowicz</name>
    <email>ez@engineyard.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/8ceb03e11d386feadfa9dd47b57d72c99e36ee6a</url>
  <id>8ceb03e11d386feadfa9dd47b57d72c99e36ee6a</id>
  <committed-date>2008-06-19T18:53:16-07:00</committed-date>
  <authored-date>2008-06-19T18:53:16-07:00</authored-date>
  <message>add Merb::Rack::Profiler middleware. to use add the following to your config/rack.rb file:

use Merb::Rack::Middleware

or

use Merb::Rack::Middleware, 5, 10

which means only show results that took 5% or more of the time and run the action
10 times to get average results</message>
  <tree>f0c2ed09a01f0010dcfa172eeb7bab9bf41f2f28</tree>
  <committer>
    <name>Ezra Zygmuntowicz</name>
    <email>ez@engineyard.com</email>
  </committer>
</commit>
