ianwhite / resources_controller
- Source
- Commits
- Network (10)
- Issues (1)
- Downloads (0)
- Wiki (2)
- Graphs
-
Tree:
93b29a4
Joel Chippindale (author)
Thu Oct 09 06:56:04 -0700 2008
commit 93b29a469bf994434f3e661f29fefc5f51bd4109
tree e69ab26c055e7c34ec1775097d4c45cb9e88d2c7
parent d82eedac75ba1eb821c50fe542df956b89be73db
tree e69ab26c055e7c34ec1775097d4c45cb9e88d2c7
parent d82eedac75ba1eb821c50fe542df956b89be73db
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
MIT-LICENSE | ||
| |
README | ||
| |
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. Also see blog.ardes.com/resources_controller
See the CHANGLELOG for recent changes.
works with rails 2.0-stable, 2.1-stable, and edge
resources_controller works with rails 2.x and edge.
Specs and Coverage
- The SPECDOC lists the specifications
- Coverage is 100% (C0), and the spec suite is quite comprehensive
- Rspec’s generated rspec_scaffold controller specs are tested against a simple rc controller (see rake spec:generate)
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
Contributors
The following people have made contributions to resources_controller. Please let me know if I’ve missed you out.
- Chris Hapgood
- Jason Lee
- Richard Hooker
- Matt Mower
- Inviz
- Dan Kubb
- Rein Henrichs
License
Copyright © 2008 Ian White, MIT License

