Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Apr 28, 2008
1 parent 3778cdd commit 2937eca
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.rdoc
@@ -1,28 +1,24 @@
"Ardes plugins":http://plugins.ardes.com > resources_controller

h1. resources_controller
= resources_controller

plugin to facilitate inheritance and DRYness in your resources controllers.
See the "docs":http://plugins.ardes.com/doc/resources_controller for details
See the docs at http://plugins.ardes.com/doc/resources_controller for details

See the "CHANGLELOG":http://github.com/ianwhite/resources_controller/tree/master/CHANGELOG for recent changes and contributors
See the CHANGLELOG for recent changes and contributors

h2. works with rails 2.0-stable and edge
== works with rails 2.0-stable and edge

resources_controller works with rails 2 and edge.

h3. Specs and Coverage
== Specs and Coverage

* "SPECDOC":http://github.com/ianwhite/resources_controller/tree/master/SPECDOC lists the specifications
* The SPECDOC lists the specifications
* Coverage is 100% (C2), and the spec suite is quite comprehensive

h3. Testing

RSpec is used for testing, so the tests are in <tt>spec/</tt> rather than
<tt>test/</tt> Do rake --tasks for more details.

h4. Continuous Integration
== Continuous Integration

"garlic":http://github.com/ianwhite/garlic is used for CI. To run the CI suite have a look at
"garlic_example.rb":http://github.com/ianwhite/resources_controller/tree/master/garlic_example.rb
garlic (at http://github.com/ianwhite/garlic) is used for CI. To run the CI suite have a look at
garlic_example.rb

0 comments on commit 2937eca

Please sign in to comment.