<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.md</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,20 @@
+Welcome to the Selenium on Rails README.  Exciting isn't it?
+
+
+
+Installation for Rails 2.2 and up release
+Rails 2.2 changed the way views were rendered in such a way that it broke the version that works for version 2.2.  This is the current version.
+
+1. Install Selenium on Rails: script/plugin install http://svn.openqa.org/svn/selenium-on-rails/tags/stable/selenium-on-rails
+2. If you&#8216;re on Windows, gem install win32-open3
+3. If the RedCloth gem is available the Selenese test cases can use it for better markup.
+4. Run the Rakefile in the plugin&#8216;s directory to run the tests in order to see that everything works. (If RedCloth isn&#8216;t installed a few tests will fail since they assume RedCloth is installed.)
+5. Create a test case: script/generate selenium &lt;TestName&gt;
+6. Start the server: script/server -e test
+7. Point your browser to localhost:3000/selenium
+8. If everything works as expected you should see the Selenium test runner. The north east frame contains all your test cases (just one for now), and the north frame contains your test case.
+
+Installation for Rails 2.1 release
 
 Installation for rails versions before Rails 2.1
 
@@ -328,6 +345,8 @@ the Selenese format.
 * Marcos Tapaj&#243;s http://www.improveit.com.br/en/company/tapajos -- Several useful features
 * Ryan Bates, http://railscasts.com -- Fixes for Rails 2.1
 * Nando Vieira, http://simplesideias.com.br
+* Eric Smith, http://blog.8thlight.com/eric -- Current Maintainer
+
 
 == Information
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7c39ea33c10ffa60065597f2b4eded2604f824cb</id>
    </parent>
  </parents>
  <author>
    <name>Eric Smith</name>
    <email>eric@8thlight.com</email>
  </author>
  <url>http://github.com/paytonrules/selenium-on-rails/commit/ea69dc70806b3ae88d54a6171a69db3653171e2e</url>
  <id>ea69dc70806b3ae88d54a6171a69db3653171e2e</id>
  <committed-date>2009-03-07T14:39:44-08:00</committed-date>
  <authored-date>2009-03-07T14:39:44-08:00</authored-date>
  <message>Updating the readme for the release.</message>
  <tree>2965208071450333c8d382e44f296e98fd216dab</tree>
  <committer>
    <name>Eric Smith</name>
    <email>eric@8thlight.com</email>
  </committer>
</commit>
