<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,7 +26,10 @@ This sequence of commands will install ruote-web2 in your current directory (und
 
   git clone git://github.com/jmettraux/ruote-web2.git
   cd ruote-web2
-  rake submodule:update
+
+  git submodule init
+  git submodule update
+
   sudo rake gems:install
   rake ruote:install
   </diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,13 @@
 
-# This is a test participant
-#
-# Feel free to comment it out / erase it
-#
-RuotePlugin.ruote_engine.register_participant 'herr_murphy' do |workitem|
-  raise &quot;dead beef !&quot;
+if RuotePlugin.ruote_engine
+  # only enter this block if the engine is running
+
+  # This is a test participant
+  #
+  # Feel free to comment it out / erase it
+  #
+  RuotePlugin.ruote_engine.register_participant 'herr_murphy' do |workitem|
+    raise &quot;dead beef !&quot;
+  end
 end
 </diff>
      <filename>config/initializers/participants.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8b60f791ad86e2d45527592c272f47146d298401</id>
    </parent>
  </parents>
  <author>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </author>
  <url>http://github.com/jmettraux/ruote-web2/commit/c41e251927991d25647c921e1fc1c6d9b9f83fa0</url>
  <id>c41e251927991d25647c921e1fc1c6d9b9f83fa0</id>
  <committed-date>2009-04-17T00:16:35-07:00</committed-date>
  <authored-date>2009-04-17T00:16:35-07:00</authored-date>
  <message>preventing NoMethodError when running db:migrate</message>
  <tree>229143eddc2f47d8eee8d09b932ac9b97ae2fef0</tree>
  <committer>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </committer>
</commit>
