<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,28 +1,41 @@
+== 0.5.0 2008-06-24
+
+  *Modified: usage of text_field_tag to text_field
+
 == 0.4.4 2008-06-17
+
   *Fixed: model_name was not correct with name contained underscore, missed this in the controller
 
 == 0.4.3 2008-06-17
+
   *Fixed: model_name was not correct with name contained underscore
 
 == 0.4.2 2008-06-04
+
   *Fixed: action_name is no longer an instance variable in 2.1
 
 == 0.4.1 2008-05-26
+
   *Fixed: Namespacing bugs with model
 
 == 0.4.0 2008-05-25
+
   *Fixed: Support for namespacing in Rails. 
 
 == 0.3.2 2008-04-27
+
   * Merb: Added route to config/router.rb when generating resource
 
 == 0.3.1 2008-04-26
+
   * Removed unnecessary local paramater usage in show.
 
 == 0.3.0 2008-04-26
+
   * Rails support now added. Yeah!
 
 == 0.2.0 2008-04-20
+
   * Seems to have been an error with the last deploy
 
 == 0.1.10 2008-04-20</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -46,9 +46,5 @@ test/test_stage_generator.rb
 website/index.html
 website/index.txt
 website/javascripts/rounded_corners_lite.inc.js
-website/merb.html
-website/merb.txt
-website/rails.html
-website/rails.txt
 website/stylesheets/screen.css
 website/template.html.erb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Stage #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 4
-    TINY  = 4
+    TINY  = 5
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/stage/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ module &lt;%= controller_class_name %&gt;Helper
     if &lt;%= action_name %&gt; == &quot;show&quot;
       h @&lt;%= singular_name %&gt;.&lt;%= attribute.name %&gt; 
     else
-      text_field_tag &quot;&lt;%= singular_name%&gt;[&lt;%= attribute.name %&gt;]&quot;,  @&lt;%= singular_name %&gt;.&lt;%= attribute.name %&gt;
+      text_field &lt;%= &quot;:&quot;+ singular_name %&gt;, &lt;%= &quot;:&quot;+ attribute.name %&gt;
     end
   end
 </diff>
      <filename>rails_generators/stage/templates/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
     &lt;h1&gt;stage&lt;/h1&gt;
     &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/stage&quot;; return false'&gt;
       &lt;p&gt;Get Version&lt;/p&gt;
-      &lt;a href=&quot;http://rubyforge.org/projects/stage&quot; class=&quot;numbers&quot;&gt;0.4.4&lt;/a&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/stage&quot; class=&quot;numbers&quot;&gt;0.4.5&lt;/a&gt;
     &lt;/div&gt;
     &lt;h1&gt;&amp;#x2192; &amp;#8216;stage&amp;#8217;&lt;/h1&gt;
 
@@ -44,10 +44,19 @@
 	&lt;p&gt;Maintaining this page, the wiki at GitHub, the Google Group and no issue tracker is not an ideal setup.  So, everything is moving to &lt;a href=&quot;http://stonean.com&quot;&gt;stonean.com&lt;/a&gt; where I&amp;#8217;m giving &lt;a href=&quot;http://redmine.org&quot;&gt;Redmine&lt;/a&gt; a shot a running everything for me. I&amp;#8217;ll be posting release announcements to the news feed for each project and keeping the docs up-to-date.  Hopefully this will be better for everyone.&lt;/p&gt;
 
 
+	&lt;h2&gt;Quick links&lt;/h2&gt;
+
+
+	&lt;p&gt;&lt;a href=&quot;http://stonean.com/wiki/stage&quot;&gt;Wiki&lt;/a&gt;&lt;/p&gt;
+
+
+	&lt;p&gt;&lt;a href=&quot;http://stonean.com/projects/stage/boards&quot;&gt;Forum&lt;/a&gt;&lt;/p&gt;
+
+
 	&lt;p&gt;Thanks for your interest in Stage,&lt;br/&gt;
 -andy&lt;/p&gt;
     &lt;p class=&quot;coda&quot;&gt;
-      17th June 2008&lt;br&gt;
+      24th June 2008&lt;br&gt;
       Theme extended from &lt;a href=&quot;http://rb2js.rubyforge.org/&quot;&gt;Paul Battley&lt;/a&gt;
     &lt;/p&gt;
 &lt;/div&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -6,5 +6,12 @@ h2. Consolidation of information
 
 Maintaining this page, the wiki at GitHub, the Google Group and no issue tracker is not an ideal setup.  So, everything is moving to &quot;stonean.com&quot;:http://stonean.com where I'm giving &quot;Redmine&quot;:http://redmine.org a shot a running everything for me. I'll be posting release announcements to the news feed for each project and keeping the docs up-to-date.  Hopefully this will be better for everyone.
 
+h2. Quick links
+
+&quot;Wiki&quot;:http://stonean.com/wiki/stage
+
+&quot;Forum&quot;:http://stonean.com/projects/stage/boards
+
+
 Thanks for your interest in Stage,&lt;br/&gt;
 -andy</diff>
      <filename>website/index.txt</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>website/merb.html</filename>
    </removed>
    <removed>
      <filename>website/merb.txt</filename>
    </removed>
    <removed>
      <filename>website/rails.html</filename>
    </removed>
    <removed>
      <filename>website/rails.txt</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4f8489530d985e4ed76b7a954695e70f10701c8c</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Stone</name>
    <email>andy@stonean.com</email>
  </author>
  <url>http://github.com/stonean/stage/commit/1360ed42ec488bad7393edce7a3e8efad7b3ddb7</url>
  <id>1360ed42ec488bad7393edce7a3e8efad7b3ddb7</id>
  <committed-date>2008-06-24T06:37:28-07:00</committed-date>
  <authored-date>2008-06-24T06:37:28-07:00</authored-date>
  <message>changed text_field_tag to text_field</message>
  <tree>adfe3340948534de61d38f39f5de9b8d82e47367</tree>
  <committer>
    <name>Andrew Stone</name>
    <email>andy@stonean.com</email>
  </committer>
</commit>
