ianwhite / resources_controller
- Source
- Commits
- Network (10)
- Issues (1)
- Downloads (0)
- Wiki (2)
- Graphs
-
Tree:
cac3702
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
MIT-LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
SPECDOC | ||
| |
TODO | ||
| |
garlic_example.rb | ||
| |
init.rb | ||
| |
lib/ | ||
| |
spec/ |
README.rdoc
resources_controller
plugin to facilitate inheritance and DRYness in your resources controllers. See the docs at plugins.ardes.com/doc/resources_controller for details
See the CHANGLELOG for recent changes and contributors
works with rails 2.0-stable and edge
resources_controller works with rails 2 and edge.
Specs and Coverage
- The SPECDOC lists the specifications
- Coverage is 100% (C2), and the spec suite is quite comprehensive
RSpec is used for testing, so the tests are in spec/ rather than test/ Do rake —tasks for more details.
Continuous Integration
garlic (at github.com/ianwhite/garlic) is used for CI. To run the CI suite have a look at garlic_example.rb

