<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>vendor/plugins/limerick_rake/README.textile</filename>
    </added>
    <added>
      <filename>vendor/plugins/limerick_rake/limerick_rake.gemspec</filename>
    </added>
    <added>
      <filename>vendor/plugins/limerick_rake/tasks/backup.rake</filename>
    </added>
    <added>
      <filename>vendor/plugins/limerick_rake/tasks/db/bootstrap.rake</filename>
    </added>
    <added>
      <filename>vendor/plugins/limerick_rake/tasks/db/indexes.rake</filename>
    </added>
    <added>
      <filename>vendor/plugins/limerick_rake/tasks/db/shell.rake</filename>
    </added>
    <added>
      <filename>vendor/plugins/limerick_rake/tasks/db/validate_models.rake</filename>
    </added>
    <added>
      <filename>vendor/plugins/limerick_rake/tasks/git.rake</filename>
    </added>
    <added>
      <filename>vendor/plugins/limerick_rake/tasks/haml_sass.rake</filename>
    </added>
    <added>
      <filename>vendor/plugins/limerick_rake/tasks/svn.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-This is Suspenders, the thoughtbot rails template.  To create a new project, checkout this
+This is Suspenders, the thoughtbot rails template. To create a new project, checkout this
 repository and run:
 
   ./script/create_project.rb projectname
@@ -14,37 +14,42 @@ make the change in this template, and pull it into your project via:
 
   git pull git@github.com:thoughtbot/suspenders.git master
   
-  
 About Suspenders
+----------------
 
-Suspenders was created for use at thoughtbot, inc. (http://www.thoughtbot.com) as a
+Suspenders was created for use at thoughtbot, inc. (http://thoughtbot.com) as a
 baseline application setup, with reasonable default plugins that the majority (if not all)
 of our applications used, as well as best-practice configuration options.
 
 Suspenders currently includes Rails 2.1.1
 
 Gems (unpacked in vendor/gems):
+-------------------------------
 
   will_paginate 2.3.4
   RedCloth 3.0.4
 
-  For testing:
-    mocha 0.9.1
-    factory_girl 1.1.3
-    shoulda 2.0.2
-    quietbacktrace
-  
+For testing:
+
+  mocha 0.9.1
+  factory_girl 1.1.3
+  shoulda 2.0.2
+  quietbacktrace
+
 Plugins (in vendor/plugins):
+----------------------------
 
   hoptoad_notifier
   mile_marker
   squirrel
-  tb_common_tasks
+  limerick_rake
 
-  For testing:
-    helper_test
+For testing:
+
+  helper_test
     
 Initializers (in config/initializers)
+-------------------------------------
 
   action_mailer_configs.rb
   We use SMTP by default in all applications.
@@ -64,6 +69,9 @@ Initializers (in config/initializers)
   Add other time formats here.
   
 Rake Tasks
+----------
+
+Rake tasks are contained in the limerick_rake gem.
 
   bootstrap
   Provides rake tasks for loading data into the database.  These are used for an initial application dataset needed for production.
@@ -71,40 +79,53 @@ Rake Tasks
   capistrano
   Standard capistrano deployment tasks
   
-  git_tasks
-  Tasks for deployment management to staging and production when using git.
-  
 Testing
+-------
 
-  Testing is done utilizing Test::Unit, Shoulda, factory_girl, and mocha.
-  
-  factory_girl is a fixture replacement library, following the factory pattern.  Place your
-  factories in test/factories.rb.  The fixture directory has been removed, as fixtures are not
-  used.
-  
-  Shoulda is a pragmatic testing framework for TDD and BDD built on top of Test::Unit.  A number of additional
-  testing macros are provided in test/shoulda_macros.
-    shoulda_have_form
-    shoulda_paginate_collection
+Testing is done utilizing Test::Unit, Shoulda, factory_girl, and mocha.
+
+factory_girl is a fixture replacement library, following the factory pattern.  Place your
+factories in test/factories.rb.  The fixture directory has been removed, as fixtures are not
+used.
+
+Shoulda is a pragmatic testing framework for TDD and BDD built on top of Test::Unit.  A number of additional
+testing macros are provided in test/shoulda_macros:
+
+  shoulda_have_form
+  shoulda_paginate_collection
 
 Deployment
+----------
 
-  Deployment is done using capistrano, and deploys to a mongrel cluster, running under Apache.
-  
-  Rake tasks are provided for managing git branches which the different environments pull from
-  for deploy.
-  
-  To push the git master to git staging branch run
-    rake git:push:staging
-  To push the git staging branch to production branch run
-    rake git:push:production
-  
-  Setup your deployment environment by running 
-    cap ENVIRONMENT deploy:setup
-    (You'll be prompted for the environment's database password)
+Deployment is done using capistrano, and deploys to a mongrel cluster, running under Apache.
+
+Rake tasks are provided for managing git branches which the different environments pull from
+for deploy.
+
+To push the git master to git staging branch run:
+
+  rake git:push:staging
+
+To push the git staging branch to production branch run:
+
+  rake git:push:production
+
+Setup your deployment environment by running:
+
+  cap ENVIRONMENT deploy:setup
+  (You'll be prompted for the environment's database password)
+
+Deploy to the desired environment by running:
+
+  cap ENVIRONMENT deploy
   
-  Deploy to the desired environment by running
-    cap ENVIRONMENT deploy
-    
-  The default environment for deploy is staging, to deploy to staging, just run
-    cap deploy
\ No newline at end of file
+The default environment for deploy is staging, to deploy to staging, just run:
+
+  cap deploy
+
+Mascot
+------
+
+The official Suspenders mascot is Suspenders Boy:
+
+  http://media.tumblr.com/1TEAMALpseh5xzf0Jt6bcwSMo1_400.png</diff>
      <filename>doc/README_FOR_TEMPLATE</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/tasks/git_tasks.rake</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/tb_common_tasks/README</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/tb_common_tasks/tasks/backup.rake</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/tb_common_tasks/tasks/database.rake</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/tb_common_tasks/tasks/routes.rake</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e7e7ba91ce9b20db7e82efc60f244cb2ba094775</id>
    </parent>
  </parents>
  <author>
    <name>Dan Croak</name>
    <email>dcroak@thoughtbot.com</email>
  </author>
  <url>http://github.com/thoughtbot/suspenders/commit/049c07db542a0e12ec0ec47b2d381d5926c80b25</url>
  <id>049c07db542a0e12ec0ec47b2d381d5926c80b25</id>
  <committed-date>2008-10-07T05:32:14-07:00</committed-date>
  <authored-date>2008-10-07T05:32:14-07:00</authored-date>
  <message>replacing tb_common_tasks and lib/tasks/git_tasks.rake with limerick_rake, updating README_FOR_TEMPLATE as such</message>
  <tree>71b5886ec01ff7e0401122ab009ce98f00f85a66</tree>
  <committer>
    <name>Dan Croak</name>
    <email>dcroak@thoughtbot.com</email>
  </committer>
</commit>
