<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>DEFAULTS</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,17 +1,32 @@
-MakeResourceful
-===============
-
-http://resourceful.hamptoncatlin.com
-
-Copyright Hampton Catlin, Nathan Weizenbaum, and Jeff Hardy 2007
-
-Take control back of your Controllers.
-
-Make them awesome.
-
-
-------
-
-Contributions By:
-
-Don Petersen
+= +make_resourceful+
+===== Take back control of your Controllers. Make them awesome. Make them resourceful.
+
+REST is a fine pattern for designing controllers,
+but it can be pretty repetitive.
+Who wants to write out the same actions and copy the same model lookup logic
+all over their application?
+
++make_resourceful+ handles all that automatically.
+All you need to do to create a fully-capable RESTful controller
+is the following:
+
+  class FoosController &lt; ApplicationController
+    make_resourceful do
+      actions :all
+    end
+  end
+
+This creates all the standard actions: +index+, +show+, +new+, +edit+, +create+, and +destroy+.
+Check out the the default[link:files/DEFAULTS.html] controller for a detailed example
+of what a bare-minimum call to +make_resourceful+ creates.
+
+Copyright 2007 Hampton Catlin, Nathan Weizenbaum, and Jeff Hardy.
+
+Contributions by:
+
+* Cristi Balan
+* Mike Ferrier
+* James Golick
+* Don Petersen
+* Alex Ross
+* Tom Stuart</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -36,6 +36,7 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'rdoc'
   rdoc.title    = 'make_resourceful'
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
-  rdoc.rdoc_files.include('README')
+  rdoc.main = 'README'
+  rdoc.rdoc_files.include(FileList.new('*').exclude(/[^A-Z0-9]/))
   rdoc.rdoc_files.include('lib/**/*.rb')
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fafad405c5a4c9ea6db95cfaeb851bed6f217b8d</id>
    </parent>
  </parents>
  <author>
    <name>nex3</name>
    <email>nex3@c18eca5a-f828-0410-9317-b2e082e89db6</email>
  </author>
  <url>http://github.com/jcfischer/make_resourceful/commit/8c28892d518282fa539a5141dec44b0ce0b0d79d</url>
  <id>8c28892d518282fa539a5141dec44b0ce0b0d79d</id>
  <committed-date>2007-10-30T15:55:03-07:00</committed-date>
  <authored-date>2007-10-30T15:55:03-07:00</authored-date>
  <message>Better documentation - slightly improved readme, DEFAULT file.


git-svn-id: http://svn.hamptoncatlin.com/make_resourceful/trunk@125 c18eca5a-f828-0410-9317-b2e082e89db6</message>
  <tree>e920d80565daac3fdebb0d1fb313a174894d7b98</tree>
  <committer>
    <name>nex3</name>
    <email>nex3@c18eca5a-f828-0410-9317-b2e082e89db6</email>
  </committer>
</commit>
