<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -89,36 +89,7 @@ Use this as a guideline when &quot;Sporking&quot; your features/support/env.rb file
 
 == Some potential issues and ways to overcome them:
 
-=== Database connections don't work inside of Spork
-
-If you're using ActiveRecord and Rails, Spork will automatically reconnect to the database.  However, if you're not using ActiveRecord, or if you're doing some tricky stuff with connections, you'll have to make sure your connections get re-established on each run.  In your spec/spec_helper.rb file:
-
-  Spork.each_run do
-    # Do your connection re-establishing here
-  end
-
-=== Couldn't find formatter class Spec::Runner::Formatter::TextMateFormatter
-
-  Make sure the --require option is specified *before* --format
-
-On one of our projects, many of us using TextMate with spork, only one developer got this error message while the rest of us ran just fine.  I don't know exactly why it happened, but requiring the textmate formatter in the prefork block made it go away, like this:
-
-  Spork.prefork do
-    gem &quot;rspec&quot;, &quot;= 1.2.6&quot;
-    require 'spec'
-    ...
-    require 'spec/runner/formatter/text_mate_formatter'
-    ...
-  end
-
-
-=== uninitialized constant MissingSourceFile
-
-This is kind of an issue with RSpec.  See this ticket for more info:
-
-http://tinyurl.com/kmbnm8
-
-Basically, just remove the &quot; unless defined?(RAILS_ROOT)&quot; from your spec/spec_helper.rb, and this should go away.
+See http://wiki.github.com/timcharper/spork/troubleshooting
 
 == Kudos to
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3ed15c032071fffea89681b2d9f9db4a0bcc3689</id>
    </parent>
  </parents>
  <author>
    <name>Tim Harper</name>
    <email>timcharper@gmail.com</email>
  </author>
  <url>http://github.com/timcharper/spork/commit/b3593339c022d1d17472900cb2fd642b1fef755a</url>
  <id>b3593339c022d1d17472900cb2fd642b1fef755a</id>
  <committed-date>2009-06-24T16:30:12-07:00</committed-date>
  <authored-date>2009-06-24T16:30:12-07:00</authored-date>
  <message>see wiki for troubleshooting</message>
  <tree>74a30e41cc480ca7b31825c0f6c188e86cf5db7e</tree>
  <committer>
    <name>Tim Harper</name>
    <email>timcharper@gmail.com</email>
  </committer>
</commit>
