<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@
 # Ruby on Rails template
 
 # Link to local copy of edge rails
-inside(&quot;vendor&quot;) { run &quot;ln -s ~/src/rails_source rails&quot; }
+# inside(&quot;vendor&quot;) { run &quot;ln -s ~/src/rails_source rails&quot; }
 
 # Remove files I don't want at first, I'll add later if needed
 [&quot;README&quot;, &quot;config/database.yml&quot;, &quot;-rf doc&quot;, &quot;public/index.html&quot;, 
@@ -13,7 +13,7 @@ inside(&quot;vendor&quot;) { run &quot;ln -s ~/src/rails_source rails&quot; }
 run &quot;curl -L http://jqueryjs.googlecode.com/files/jquery-1.3.1.min.js &gt; public/javascripts/jquery.js&quot;
 
 # Download sqlite3_in_memory
-run &quot;curl -L http://gist.github.com/raw/35744/045ec0f83b6845e9db5aaa9ff87ae456c37c9e66/sqlite3_in_memory.rb &gt; config/initializers/sqlite3_in_memory.rb&quot;
+run &quot;curl -L http://gist.github.com/raw/35744/975bea8358d73707f581bf8ba40c41d0c63a2308/sqlite3_in_memory.rb &gt; config/initializers/sqlite3_in_memory.rb&quot;
 
 # Set up .gitignore files
 run &quot;touch tmp/.gitignore log/.gitignore vendor/.gitignore&quot;
@@ -34,7 +34,7 @@ db_config = {
   },
   &quot;test&quot; =&gt; {
     &quot;adapter&quot; =&gt; &quot;sqlite3&quot;,
-    &quot;database&quot; =&gt; &quot;memory&quot;
+    &quot;database&quot; =&gt; &quot;:memory:&quot;
   }
 }.to_yaml
 
@@ -45,15 +45,16 @@ git :init
 git :add =&gt; &quot;.&quot;
 
 # Gems
-gem &quot;jeremymcanally-context&quot;, :lib =&gt; &quot;context&quot;, :source =&gt; &quot;http://gems.github.com&quot;
-gem &quot;jeremymcanally-matchy&quot;, :lib =&gt; &quot;matchy&quot;, :source =&gt; &quot;http://gems.github.com&quot;
+gem 'mhennemeyer-matchy', :lib =&gt; 'matchy', :source =&gt; 'http://gems.github.com'
+gem &quot;thoughtbot-shoulda&quot;, :lib =&gt; &quot;shoulda/rails&quot;, :source =&gt; &quot;http://gems.github.com&quot;
 gem &quot;thoughtbot-factory_girl&quot;, :lib =&gt; &quot;factory_girl&quot;, :source =&gt; &quot;http://gems.github.com&quot;
 
 # Plugins
 plugin &quot;model_generator_with_factories&quot;, :git =&gt; &quot;git://github.com/vigetlabs/model_generator_with_factories.git&quot;, :submodule =&gt; true
+
 # uncomment if you want these guys
 # plugin 'acts_as_taggable_redux', :git =&gt; 'git://github.com/monki/acts_as_taggable_redux.git', :submodule =&gt; true
-# plugin 'aasm', :git =&gt; 'git://github.com/rubyist/aasm.git', :submodule =&gt; true
+plugin 'aasm', :git =&gt; 'git://github.com/rubyist/aasm.git', :submodule =&gt; true
 
 git :submodule =&gt; &quot;init&quot;
 
@@ -61,12 +62,4 @@ git :add =&gt; &quot;.&quot;
 git :commit =&gt; &quot;-a -m 'initial commit'&quot;
 
 puts &quot;Rails application generator finished!!!&quot;
-puts &quot;Go forth and smoke crack!!!&quot;
-
-class Cow &lt; Advanced::Rails
-  attr_accessor :this_rules
-
-  def self.sholy
-    @dude = &quot;Where is my card?&quot;
-  end
-end
+puts &quot;Go forth and smoke crack!!!&quot;
\ No newline at end of file</diff>
      <filename>rails-template.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8192c9ac9bdcd4ad25854d30cde1a2268cabd805</id>
    </parent>
  </parents>
  <author>
    <name>Matt Swasey</name>
    <email>mig@pggbee.com</email>
  </author>
  <url>http://github.com/mig/mig.github.com/commit/076523440d3987f6602477989df4e2028b4f10ec</url>
  <id>076523440d3987f6602477989df4e2028b4f10ec</id>
  <committed-date>2009-05-28T09:32:57-07:00</committed-date>
  <authored-date>2009-05-28T09:32:57-07:00</authored-date>
  <message>updated rails template</message>
  <tree>33d2356c51e5826d4361e55aafef6323e65b1aac</tree>
  <committer>
    <name>Matt Swasey</name>
    <email>mig@pggbee.com</email>
  </committer>
</commit>
