<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,13 @@ require &quot;redcloth&quot;
 
 require 'date'
 require 'time'
-Tag # We need this in development mode, or you get 'method missing' errors
+
+# Commented the following line because of #744. It prevented rake db:migrate to 
+# run because this tag went looking for the taggings table that did not exist
+# when you feshly create a new database
+# Old comment: We need this in development mode, or you get 'method missing' errors
+# 
+# Tag 
 
 class ApplicationController &lt; ActionController::Base
 </diff>
      <filename>app/controllers/application.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>30c49b685fbf251eb84acff6f2f81f3797ed1c7d</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/cdaed311a9e9294c34ede271317cf2e19710156d</url>
  <id>cdaed311a9e9294c34ede271317cf2e19710156d</id>
  <committed-date>2008-06-30T01:44:37-07:00</committed-date>
  <authored-date>2008-06-30T01:44:37-07:00</authored-date>
  <message>fixes #744 by removing explicit loading of Tag from application.rb

the load went looking for tables for tags that did not exist when
creating a new db</message>
  <tree>c1248a2e8c80004860efd781412103ad4958bbb0</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
