<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,7 +30,12 @@ task :uninstall =&gt; [:clean] do
   sh %{sudo gem uninstall #{NAME}}
 end
 
-# You'll want to set MERB_ENV=&quot;production|development|test&quot; with this
+# =====================================================
+# = This whole section is really gerryrigged. FIXME!: =
+# =====================================================
+
+# You'll want to set DB=p|d|t etc with this:
+#   rake migrate DB=t
 task :migrate do
   env = case ENV['DB']
   when 'p'
@@ -41,6 +46,8 @@ task :migrate do
     'development'
   end
   
+  puts &quot;Migrating #{env}.&quot;
+  
   system &quot;rake dm:db:automigrate MERB_ENV=\&quot;#{env}\&quot; &amp;&gt;/dev/null&quot; # System'ing it, to silence it.
 end
 task :migrate_test do
@@ -58,6 +65,10 @@ end
 desc 'Migrate, then run specs'
 task :aok =&gt; [:migrate_test, :run_specs]
 
+# =======================================================
+# = This is pretty bad too, but not AS bad. FIXME ALSO: =
+# =======================================================
+
 unless Gem.cache.search(&quot;haml&quot;).empty?
   namespace :haml do
     desc &quot;Compiles all sass files into CSS&quot;</diff>
      <filename>Rakefile.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5ee3e34af5634b96d2ad16700e48cddf5ce8d93d</id>
    </parent>
  </parents>
  <author>
    <name>elliottcable</name>
    <email>me@elliottcable.name</email>
  </author>
  <url>http://github.com/elliottcable/fora/commit/eb921342497b9ac9bfc0dbbf9ff6bf1ca3e8bec3</url>
  <id>eb921342497b9ac9bfc0dbbf9ff6bf1ca3e8bec3</id>
  <committed-date>2008-03-04T15:49:57-08:00</committed-date>
  <authored-date>2008-03-04T15:49:57-08:00</authored-date>
  <message>Fixed some comments in the rakefile. Mostly just testing gihub post-recieve webhook for campfire.</message>
  <tree>4e5e16f77516013f61c8aa84b46df6f33eff848f</tree>
  <committer>
    <name>elliottcable</name>
    <email>me@elliottcable.name</email>
  </committer>
</commit>
