<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,9 +2,11 @@ class ThreadTestController &lt; ApplicationController
   
   def test
     Rails.logger.info(&quot;received request: #{params[:data]}&quot;)
+    Rails.logger.ingo(&quot;request had: #{request.env['rack.input']}&quot;)
     if params[:data] != request.raw_post
       Rails.logger.error(&quot;------------&gt; INCORRECT! should have received #{params[:data]} but received #{request.env['RAW_POST_DATA']}&quot;)
       Rails.logger.error(request.inspect)
+      Rails.logger.error(&quot;request.env['RAW_POST_DATA']: #{request.env['RAW_POST_DATA']}&quot;)
     end
     sleep 0.5
     render :text =&gt; &quot;OK&quot;</diff>
      <filename>app/controllers/thread_test_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ Rails::Initializer.run do |config|
 
   # Skip frameworks you're not going to use. To use Rails without a database
   # you must remove the Active Record framework.
-  # config.frameworks -= [ :active_record, :active_resource, :action_mailer ]
+  config.frameworks -= [ :active_record, :active_resource, :action_mailer ]
 
   # Specify gems that this application depends on. 
   # They can then be installed with &quot;rake gems:install&quot; on new installations.</diff>
      <filename>config/environment.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a6ea46ff75bfdadb6c35883aaf1412041e5a6e1</id>
    </parent>
  </parents>
  <author>
    <name>topper</name>
    <email>topper@toppingdesign.com</email>
  </author>
  <url>http://github.com/tobowers/broken-multi-threaded-rack/commit/fc9c2c8fd85477627e196bbafd32b8ac33587987</url>
  <id>fc9c2c8fd85477627e196bbafd32b8ac33587987</id>
  <committed-date>2009-05-27T14:36:47-07:00</committed-date>
  <authored-date>2009-05-27T14:36:47-07:00</authored-date>
  <message>no db, more logging</message>
  <tree>598276e479256d39921079afce7c072bfd636b82</tree>
  <committer>
    <name>topper</name>
    <email>topper@toppingdesign.com</email>
  </committer>
</commit>
