<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -64,6 +64,32 @@ If you want to deploy to Heroku, there's a built-in Rake task to generate Heroku
 
 This task will create or update &lt;tt&gt;.gems&lt;/tt&gt; with new dependencies coming from config/environment.rb.  The task will also commit the changes to your repository.
 
+== JRuby
+
+Using JRuby 1.2, I was able to successfully run the functional tests with this in my config/database.yml:
+
+  # If you use SQLite3 under JRuby, use these blocks instead
+  development:
+    adapter: jdbcsqlite3
+    database: db/development.sqlite3
+
+  test:
+    adapter: jdbcsqlite3
+    database: db/test.sqlite3
+
+Of course, you'll need the proper gems installed:
+
+  $ jruby -S gem install activerecord activerecord-jdbc-adapter activerecord-jdbcsqlite3-adapter jdbc-sqlite3
+
+I had the following versions installed:
+
+* activerecord (2.3.2)
+* activerecord-jdbc-adapter (0.9.1)
+* activerecord-jdbcsqlite3-adapter (0.9.1)
+* jdbc-sqlite3 (3.6.3.054)
+
+I said &quot;functional tests&quot; above because there were some minor unit test failures as well as integration test failures.  These aren't show stoppers though.
+
 == Credits
 
 Blank was created by {James Golick}[http://jamesgolick.com]. Its development is funded by GiraffeSoft Inc.</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c66222d27ed9d28513dbd0b3e676e382bab7ea84</id>
    </parent>
  </parents>
  <author>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </author>
  <url>http://github.com/giraffesoft/blank/commit/c0a8193cbf6a269614042377b36e86af28533591</url>
  <id>c0a8193cbf6a269614042377b36e86af28533591</id>
  <committed-date>2009-05-22T13:47:33-07:00</committed-date>
  <authored-date>2009-05-22T13:47:33-07:00</authored-date>
  <message>Document JRuby 1.2 usage and caveats</message>
  <tree>3b9b26aea66bc718987819f7ee79f01c1e4f2532</tree>
  <committer>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </committer>
</commit>
