<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,14 +48,6 @@ rendering bar/view (with the controller setup described above):
   &lt;h1&gt;Foo View&lt;/h1&gt;
   &lt;h2&gt;With some 'bar' action&lt;/h2&gt;
     
-== Development mode
-
-Because of recent changes in the way 2.3 finds templates, using inherit_views may result in a noticeable slow-down in development mode.
-&lt;b&gt;This slow down will not occur in production mode.&lt;/b&gt; (Thanks to {thedarkone}[http://github.com/thedarkone] for pointing this out,
-and showing me the reason why).
-
-If you are noticing a slowdown in development mode check out {rails-dev-boost}[http://github.com/thedarkone/rails-dev-boost].
-
 == Testing &amp; CI
 
 RSpec is used for testing, so the tests are in &lt;tt&gt;spec/&lt;/tt&gt; rather than</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,7 @@ $LOAD_PATH.unshift(rspec_base) if File.exist?(rspec_base) and !$LOAD_PATH.includ
 require 'spec/rake/spectask'
 require 'spec/rake/verify_rcov'
 require 'hanna/rdoctask'
+require 'grancher/task'
 
 plugin_name = 'inherit_views'
 
@@ -38,24 +39,28 @@ desc &quot;Generate rdoc for #{plugin_name}&quot;
 Rake::RDocTask.new(:doc) do |d|
   d.rdoc_dir = 'doc'
   d.main     = 'README.rdoc'
-  d.title    = &quot;#{plugin_name} API Documentation&quot;
-  d.rdoc_files.include('README.rdoc', 'History.txt', 'License.txt').
+  d.title    = &quot;#{plugin_name} API Docs (#{`git log HEAD -1 --pretty=format:&quot;%H&quot;`[0..6]})&quot;
+  d.rdoc_files.include('README.rdoc', 'History.txt', 'License.txt', 'Todo.txt').
     include('lib/**/*.rb')
 end
 
 namespace :doc do
   task :gh_pages =&gt; :doc do
-    `git branch -m gh-pages orig-gh-pages`
+    `git branch -m gh-pages orig-gh-pages &gt; /dev/null 2&gt;&amp;1`
     `mv doc doctmp`
     `git checkout -b gh-pages origin/gh-pages`
-    `rm -rf doc`
-    `mv doctmp doc`
-    `git add doc`
-    `git commit -m &quot;Update API docs&quot;`
-    `git push`
+    if `cat doc/index.html | grep &quot;&lt;title&gt;&quot;` != `cat doctmp/index.html | grep &quot;&lt;title&gt;&quot;`
+      `rm -rf doc`
+      `mv doctmp doc`
+      `git add doc`
+      `git commit -a -m &quot;Update API docs&quot;`
+      `git push`
+    else
+      `rm -rf doctmp`
+    end
     `git checkout master`
     `git branch -D gh-pages`
-    `git branch -m orig-gh-pages gh-pages`
+    `git branch -m orig-gh-pages gh-pages &gt; /dev/null 2&gt;&amp;1`
   end
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1 +0,0 @@
-* Add specs for whether existnce of one format implies existence of all (leading to weird no render errors).  Should be able to fix this by adding format to the memoiazation
\ No newline at end of file</diff>
      <filename>Todo.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cbf4004b067cc3c8f24703383cb1346fca17549d</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/inherit_views/commit/e5ad25af5f023ce13683a9f3d7b62c0de711e4d6</url>
  <id>e5ad25af5f023ce13683a9f3d7b62c0de711e4d6</id>
  <committed-date>2009-02-13T03:57:36-08:00</committed-date>
  <authored-date>2009-02-13T03:57:36-08:00</authored-date>
  <message>Remove warning about dev mode, since rails #3942cb4</message>
  <tree>874eb76fcb476248485821cdcd55e6703d2bbe7e</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
