<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,8 @@
-== 0.X.Y
+== TRUNK
 
-* 1 dev improvement
+* 2 dev improvement
   * Rakefile cleanup
+  * Removed some puts/p statements
 * 1 website improvement
   * Added &quot;8 steps for fixing other people&#8217;s code&quot; to website/index.txt
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,6 @@ GEM_NAME = &quot;magic_model_generator&quot; # what ppl will type to install your gem
 config = YAML.load(File.read(File.expand_path(&quot;~/.rubyforge/user-config.yml&quot;)))
 RUBYFORGE_USERNAME = config[&quot;username&quot;]
 RUBYFORGE_PROJECT = &quot;magicmodels&quot; # The unix name for your project
-RUBYFORGE_USERNAME = &quot;nicwilliams&quot;
 HOMEPATH = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;
 
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,6 @@ module ActiveRecord
     class &lt;&lt; self
       public
         def get_unique_index_columns
-          p self.connection
-          p self.methods.sort
             self.connection.indexes(self.table_name, &quot;#{self.name} Indexes&quot;).select { |index| index.unique &amp;&amp; index.columns.size == 1 }.map{ |index| index.columns.first }
         end
     end</diff>
      <filename>lib/activerecord/base.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,6 +13,8 @@ Try 1 minute.
 
 The Magic Model Generator does all this for you automatically.
 
+&lt;pre&gt;$ ruby script/generate magic_model&lt;/pre&gt;
+
 h2. Installing
 
 &lt;pre syntax=&quot;ruby&quot;&gt;$ sudo gem install magic_model_generator&lt;/pre&gt;</diff>
      <filename>website/index.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1f811a16846b09c24c77463b4897fb0e2f862956</id>
    </parent>
  </parents>
  <author>
    <name>nicwilliams</name>
    <email>nicwilliams@de3bcc45-6e19-0410-94f5-955a5e68fca2</email>
  </author>
  <url>http://github.com/drnic/magic_model_generator/commit/dd01020f7f73bac56d403ddb1ec92c45cdfdbdb9</url>
  <id>dd01020f7f73bac56d403ddb1ec92c45cdfdbdb9</id>
  <committed-date>2007-08-09T08:00:12-07:00</committed-date>
  <authored-date>2007-08-09T08:00:12-07:00</authored-date>
  <message>Initial checkin - magic_cgi is a cool CGI generator/lib to allow XML/JSON access to any database, like Rails or Wordpress dbs

git-svn-id: svn://rubyforge.org/var/svn/magicmodels/magic_model_generator/trunk@133 de3bcc45-6e19-0410-94f5-955a5e68fca2</message>
  <tree>6438a2984da73064493886be86bb04182ebefcdd</tree>
  <committer>
    <name>nicwilliams</name>
    <email>nicwilliams@de3bcc45-6e19-0410-94f5-955a5e68fca2</email>
  </committer>
</commit>
