<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,6 +20,12 @@ Middleware
    run MyApp.new
  end
 
+ # can optionally specify where to put the sockets
+ use Rack::Debug, :socket_path =&gt; '/tmp/rack-debug'
+
+ # Rakefile
+ require 'rack-debug/tasks'
+
 Add breakpoints to your code
 
  @user = User.find(params[:id])
@@ -36,6 +42,9 @@ Debugging:
  (rdb:1) p @user
  #&lt;User id: 1, name: &quot;David Dollar&quot;, email: &quot;ddollar@gmail.com&quot;, created_at: &quot;...&quot;, updated_at: &quot;...&quot;&gt;
 
+ # can specify the socket path
+ SOCKET_PATH=/tmp/rack-debug rake debug
+
 Thanks to:
 
   Rack::Bug for a good example of Rack middleware in Rails</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6fe20f4aabf181d70a5b1e3fb11feaea205526f0</id>
    </parent>
  </parents>
  <author>
    <name>David Dollar</name>
    <email>ddollar@gmail.com</email>
  </author>
  <url>http://github.com/ddollar/rack-debug/commit/016140d801be552b8a968ecdb621105525a7df27</url>
  <id>016140d801be552b8a968ecdb621105525a7df27</id>
  <committed-date>2009-11-05T16:27:04-08:00</committed-date>
  <authored-date>2009-11-05T16:27:04-08:00</authored-date>
  <message>update documentation</message>
  <tree>247943015070941e0b2ca9420d2d0f24f7604d2c</tree>
  <committer>
    <name>David Dollar</name>
    <email>ddollar@gmail.com</email>
  </committer>
</commit>
