<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,13 @@
 DataFabric changelog
 
+v1.2.3 - 2008-02-05
+
+- Release connections at the end of each Rails action.  If you see 5 second
+  pauses in your application, it's because the connection pool is timing out
+  and releasing checked out connections.
+
+- NB: DataFabric passes all tests against Rails 2.3.0.
+
 v1.2.2 - 2008-12-16
 
 - Fix multithreading issue with AR 2.2.</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -37,6 +37,15 @@ namespace :db do
     end
 end
 
+task :default =&gt; :test
+
+task :test do
+	if !File.exist? 'vendor'
+		puts &quot;You need to run `rake app:prepare`&quot;
+		exit(1)
+	end
+end
+
 namespace :app do
   task :prepare =&gt; [:clean, :copy_plugin, :migrate]
 </diff>
      <filename>example22/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 module DataFabric
 	module Version
-		STRING = &quot;1.2.2&quot;
+		STRING = &quot;1.2.3&quot;
 	end
 end</diff>
      <filename>lib/data_fabric/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2fd4ad8a714b21e289fd5dc8524fabeabb176232</id>
    </parent>
  </parents>
  <author>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </author>
  <url>http://github.com/fiveruns/data_fabric/commit/0d05631e516c7af2f068486a8271a39db3d23159</url>
  <id>0d05631e516c7af2f068486a8271a39db3d23159</id>
  <committed-date>2009-02-05T17:42:17-08:00</committed-date>
  <authored-date>2009-02-05T17:42:17-08:00</authored-date>
  <message>Prepare for 1.2.3 release</message>
  <tree>4895070f71c7af8d1eaa6fc82ab935091df3c56b</tree>
  <committer>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </committer>
</commit>
