<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,19 +5,30 @@
 
 run &quot;echo TODO &gt; README&quot;
 
-if yes?('Testing with RSpec?')
-  plugin 'rspec', :git =&gt; 'git://github.com/dchelimsky/rspec.git'
-  plugin 'rspec-rails', :git =&gt; 'git://github.com/dchelimsky/rspec-rails.git'
-end
-
 gem 'thoughtbot-shoulda', :lib =&gt; 'shoulda', :source =&gt; 'http://gems.github.com'
 gem 'thoughtbot-factory_girl', :lib =&gt; 'factory_girl', :source =&gt; 'http://gems.github.com'
+gem 'webrat'
 gem 'rr'
 gem 'redgreen'
 
-gem 'haml'
 gem 'mislav-will_paginate', :lib =&gt; 'will_paginate', :source =&gt; 'http://gems.github.com'
 
+gem 'haml'
+run 'haml --rails .'
+
+gem 'newrelic_rpm'
+puts &quot;Don't forget to install your newrelic config in config/newrelic.yml!&quot;
+
+hoptoad_api_key = ask(&quot;What is your Hoptoad API key (leave blank to skip)?&quot;)
+unless hoptoad_api_key.blank?
+  plugin 'hoptoad_notifier', :git =&gt; 'git://github.com/thoughtbot/hoptoad_notifier.git'
+  initializer 'hoptoad.rb', &lt;&lt;-CODE
+HoptoadNotifier.configure do |config|
+  config.api_key = '#{hoptoad_api_key}'
+end
+  CODE
+end
+
 git :init
 
 file '.gitignore', &lt;&lt;-END
@@ -37,7 +48,7 @@ run 'touch public/stylesheets/sass/.gitignore'
 run 'cp config/database.yml config/example_database.yml'
 
 # TODO: Better to edit existing version rather than overwrite?
-file 'test/test_helper.rb', &lt;&lt;-END
+file 'test/test_helper.rb', &lt;&lt;-CODE
 ENV['RAILS_ENV'] = 'test'
 require File.expand_path(File.dirname(__FILE__) + '/../config/environment')
 require 'test_help'
@@ -49,6 +60,6 @@ class ActiveSupport::TestCase
   
   include RR::Adapters::TestUnit
 end
-END
+CODE
 
 git :add =&gt; '.', :commit =&gt; '-m &quot;Initial import&quot;'</diff>
      <filename>base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7621c634f9e9d0584dfe2247118e25e37eaff3f2</id>
    </parent>
  </parents>
  <author>
    <name>John Parker</name>
    <email>jparker@urgetopunt.com</email>
  </author>
  <url>http://github.com/jparker/rails-templates/commit/b34a838fe965e3a756719c27075efabb390e6251</url>
  <id>b34a838fe965e3a756719c27075efabb390e6251</id>
  <committed-date>2009-05-28T22:22:54-07:00</committed-date>
  <authored-date>2009-05-28T22:22:54-07:00</authored-date>
  <message>Added webrat, hoptoad_notifier, newrelic_rpm; removed rspec</message>
  <tree>caf72d1904ad106e891b65d47d92f623789db52f</tree>
  <committer>
    <name>John Parker</name>
    <email>jparker@urgetopunt.com</email>
  </committer>
</commit>
