<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitmodules</filename>
    </added>
    <added>
      <filename>vendor/plugins/acts_as_taggable_on_steroids</filename>
    </added>
    <added>
      <filename>vendor/plugins/make_resourceful</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ Rehash is covered by Cucumber features throughout the app. Shoulda is used for c
 
 ### Git
 
-Rehash uses git submodules to track plugins.
+Rehash uses git submodules to track plugins, check the `.gitmodules` file.
 
 
 ### Plugins and gems
@@ -23,6 +23,7 @@ Rehash uses git submodules to track plugins.
 
 `friendly_id` [Github](http://github.com/norman/friendly_id/tree/master) [RDoc](http://friendly-id.rubyforge.org/) Authors: [Norman Clarke](norman@randomba.org), [Adrian Mugnolo](adrian@randomba.org), [Emilio Tagua](miloops@gmail.com)
 
+`make_resourceful` [Github](http://github.com/hcatlin/make_resourceful/tree/master) Authors: [Hampton Catlin](contact@hamptoncatlin.com), Nathan Weizenbaum, and Jeff Hardy
 
 ### Credits
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,6 @@ class ArticlesController &lt; ApplicationController
   def show
     if @article &amp;&amp; !@article.published?
       if admin?
-        flash.now[:caution] = &quot;Unpublished article&quot;
         @article if admin?
       else
         flash.now[:error] = &quot;Error&quot;</diff>
      <filename>app/controllers/articles_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,4 +2,4 @@
 
 %p= &quot;Leave comment for article #{@article.title}&quot;
 
-= render 'form', {:article =&gt; @article, :comment =&gt; @article.comments.build}
+= render 'form', {:article =&gt; @article, :comment =&gt; @comment}</diff>
      <filename>app/views/comments/new.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -31,15 +31,6 @@ Feature: Manage Articles
     And I should see &quot;Minneapolis is a great city!&quot;
     And I should have 1 article
     
-  Scenario: Create an unpublished article
-    Given I have no articles
-    Given I am on the list of articles
-    When I follow &quot;New Article&quot;
-    And I fill in &quot;Title&quot; with &quot;Minneapolis&quot;
-    And I fill in &quot;Body&quot; with &quot;Minneapolis is a great city!&quot;
-    And I press &quot;Submit&quot;
-    Then I should see &quot;Unpublished article&quot;
-    
   Scenario: Edit Valid Article
     Given I have articles titled Minneapolis, St. Paul
     When I go to the article titled Minneapolis</diff>
      <filename>features/manage_articles.feature</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d0475b558bb2eede1b0d039671b77c88f8b275bd</id>
    </parent>
  </parents>
  <author>
    <name>Andy Atkinson</name>
    <email>andy@webandy.com</email>
  </author>
  <url>http://github.com/webandy/rehash/commit/88ed20009d08582143ee5ffe1a59831e3f178797</url>
  <id>88ed20009d08582143ee5ffe1a59831e3f178797</id>
  <committed-date>2009-08-05T00:00:51-07:00</committed-date>
  <authored-date>2009-08-05T00:00:51-07:00</authored-date>
  <message>adding plugins as submodules</message>
  <tree>024e827ccd8f48333ddbec8739b717bba46140cd</tree>
  <committer>
    <name>Andy Atkinson</name>
    <email>andy@webandy.com</email>
  </committer>
</commit>
