ianwhite / resources_controller
- Source
- Commits
- Network (10)
- Issues (1)
- Downloads (0)
- Wiki (2)
- Graphs
-
Tree:
c507145
commit c5071458fdc101623d07c5d645833e43785c1039
tree f0c38e9b164a441bb906c6830ed515c058f1da30
parent 7c33857c19ec95e0eee88db9788be936d3f4a89a
tree f0c38e9b164a441bb906c6830ed515c058f1da30
parent 7c33857c19ec95e0eee88db9788be936d3f4a89a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Nov 20 01:56:06 -0800 2008 | |
| |
History.txt | ||
| |
License.txt | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
SPECDOC | ||
| |
Todo.txt | Fri Feb 13 06:26:03 -0800 2009 | |
| |
garlic.rb | Sat Jun 27 13:39:41 -0700 2009 | |
| |
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.x
resources_controller works with rails 2.x, and is currently tested against 2.0, 2.1, and 2.2 stable branches
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
- Tom Stuart
- Joel Chippindale
- Tim Pope
- Tom ten Thij
License
Copyright © 2008 Ian White, MIT License

