Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 29, 2009
1 parent 3e52e4c commit 939a845
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 23 deletions.
2 changes: 1 addition & 1 deletion doc/created.rid
@@ -1 +1 @@
Tue, 29 Sep 2009 08:59:40 +0100
Tue, 29 Sep 2009 09:12:24 +0100
6 changes: 5 additions & 1 deletion doc/files/History_txt.html
Expand Up @@ -56,7 +56,7 @@ <h1>History.txt</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand All @@ -70,6 +70,10 @@ <h1>History.txt</h1>

<div id="description">
<ul>
<li>Bugs introduced with RequestPathIntrospection (5 and 6 on lighthouse)
solved thanks to Sergei Serdyuk

</li>
<li>RC no longer uses the route that invoked the controller to figure out
wildcard enclosing resources.

Expand Down
4 changes: 2 additions & 2 deletions doc/files/License_txt.html
Expand Up @@ -56,7 +56,7 @@ <h1>License.txt</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand All @@ -70,7 +70,7 @@ <h1>License.txt</h1>

<div id="description">
<p>
Copyright (c) 2007-2009 Ian White - ian.w.white@ardes.com
Copyright (c) 2007-2009 Ian White - ian.w.white@gmail.com
</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
33 changes: 26 additions & 7 deletions doc/files/README_rdoc.html
Expand Up @@ -56,7 +56,7 @@ <h1>README.rdoc</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:57:01 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand All @@ -71,14 +71,33 @@ <h1>README.rdoc</h1>
<div id="description">
<h1>resources_controller</h1>
<p>
plugin to facilitate inheritance and DRYness in your resources controllers.
See the API docs at <a
is a plugin to facilitate inheritance and DRYness in your resources
controllers. It introduces some abstraction to help you override the
default RESTful funtionality in a clean and simple manner.
</p>
<p>
See History.txt for recent changes.
</p>
<h2>Resources</h2>
<p>
<b>API</b> docs: <a
href="http://ianwhite.github.com/resources_controller/doc">ianwhite.github.com/resources_controller/doc</a>
. Also see <a
</p>
<p>
<b>Google group</b> for questions: <a
href="http://groups.google.com/group/resources_controller">groups.google.com/group/resources_controller</a>
</p>
<p>
<b>Lighthouse</b> for bugs: <a
href="http://ianwhite.lighthouseapp.com/projects/10598-resources_controller">ianwhite.lighthouseapp.com/projects/10598-resources_controller</a>
</p>
<p>
<b>Blog</b> articles: <a
href="http://blog.ardes.com/resources_controller">blog.ardes.com/resources_controller</a>
</p>
<p>
See the CHANGLELOG for recent changes.
<b>RailsConfEurope</b> presentation files: <a
href="http://en.oreilly.com/railseurope2008/public/schedule/detail/3536">en.oreilly.com/railseurope2008/public/schedule/detail/3536</a>
</p>
<h2>works with rails 2.x</h2>
<p>
Expand Down Expand Up @@ -106,7 +125,7 @@ <h2>Continuous Integration</h2>
<p>
garlic (at <a
href="http://github.com/ianwhite/garlic">github.com/ianwhite/garlic</a>) is
used for CI. To run the CI suite have a look at garlic_example.rb
used for CI. To run the CI suite have a look at garlic.rb
</p>
<h2>Contributors</h2>
<p>
Expand Down Expand Up @@ -153,7 +172,7 @@ <h2>Contributors</h2>
</ul>
<h2>License</h2>
<p>
Copyright (c) 2008 Ian White, MIT License
Copyright (c) 2007-2009 Ian White, MIT License
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/files/Todo_txt.html
Expand Up @@ -56,7 +56,7 @@ <h1>Todo.txt</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/files/lib/ardes/active_record/saved_rb.html
Expand Up @@ -56,7 +56,7 @@ <h1>saved.rb</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/files/lib/ardes/resources_controller/actions_rb.html
Expand Up @@ -56,7 +56,7 @@ <h1>actions.rb</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/files/lib/ardes/resources_controller/helper_rb.html
Expand Up @@ -56,7 +56,7 @@ <h1>helper.rb</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
Expand Up @@ -56,7 +56,7 @@ <h1>include_actions.rb</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
Expand Up @@ -56,7 +56,7 @@ <h1>named_route_helper.rb</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
Expand Up @@ -56,7 +56,7 @@ <h1>request_path_introspection.rb</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
Expand Up @@ -56,7 +56,7 @@ <h1>singleton_actions.rb</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
Expand Up @@ -56,7 +56,7 @@ <h1>specification.rb</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/files/lib/ardes/resources_controller_rb.html
Expand Up @@ -56,7 +56,7 @@ <h1>resources_controller.rb</h1>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Tue Sep 29 08:56:05 +0100 2009</td>
<td>Tue Sep 29 09:12:19 +0100 2009</td>
</tr>
</table>
</div>
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -5,12 +5,12 @@

<!--
resources_controller API Docs (4aee829)
resources_controller API Docs (f35fa17)
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>resources_controller API Docs (4aee829)</title>
<title>resources_controller API Docs (f35fa17)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<frameset rows="20%, 80%">
Expand Down

0 comments on commit 939a845

Please sign in to comment.