<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,8 @@
 Edge
 ----
 
+* Template uses new mgration generator
+
 0.5.4
 ----
 </diff>
      <filename>CHANGELOG.md</filename>
    </modified>
    <modified>
      <diff>@@ -13,3 +13,5 @@ end
 
 require 'factory_girl'
 require File.expand_path(File.dirname(__FILE__) + '/factories')
+
+begin require 'redgreen'; rescue LoadError; end
\ No newline at end of file</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
-class Picto::PhotosetTest &lt; Test::Unit::TestCase
+class Picto::PhotosetTest &lt; ActiveSupport::TestCase
   context &quot;A Photoset&quot; do
     setup do
       @photoset = Factory(:photoset)</diff>
      <filename>test/unit/photoset_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
-class UserTest &lt; Test::Unit::TestCase
+class UserTest &lt; ActiveSupport::TestCase
+
   context &quot;A user&quot; do
     setup do
       # at the end of the test round, the transation is not rolled back</diff>
      <filename>test/unit/user_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,17 +4,7 @@ plugin 'tog_picto', :git =&gt; &quot;git://github.com/tog/tog_picto.git&quot;
 
 route &quot;map.routes_from_plugin 'tog_picto'&quot;
 
-file &quot;db/migrate/&quot; + Time.now.strftime(&quot;%Y%m%d%H%M%S&quot;) + &quot;_install_tog_picto.rb&quot;,
-%q{class InstallTogPicto &lt; ActiveRecord::Migration
-    def self.up
-      migrate_plugin &quot;tog_picto&quot;, 7
-    end
-
-    def self.down
-      migrate_plugin &quot;tog_picto&quot;, 0 
-    end
-end
-}
+generate &quot;update_tog_migration&quot;
 
 rake &quot;db:migrate&quot;
 rake &quot;tog:plugins:copy_resources PLUGIN=tog_picto&quot;
\ No newline at end of file</diff>
      <filename>tog_picto_template.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eacf4a4f8f0423a3b322734c507b0425823805ef</id>
    </parent>
  </parents>
  <author>
    <name>molpe</name>
    <email>alberto.molpeceres@gmail.com</email>
  </author>
  <url>http://github.com/tog/tog_picto/commit/3c80a0627a4894f8a34a4ca92d68b52719a82514</url>
  <id>3c80a0627a4894f8a34a4ca92d68b52719a82514</id>
  <committed-date>2009-10-30T05:37:57-07:00</committed-date>
  <authored-date>2009-10-30T05:37:57-07:00</authored-date>
  <message>prepared for tog 0.6</message>
  <tree>5f995c2d4a17488bb11507429e0bc80d34bf4a9c</tree>
  <committer>
    <name>molpe</name>
    <email>alberto.molpeceres@gmail.com</email>
  </committer>
</commit>
