Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.25 KB

README.rdoc

File metadata and controls

46 lines (32 loc) · 1.25 KB

resources_controller

plugin to facilitate inheritance and DRYness in your resources controllers. See the API docs at ianwhite.github.com/resources_controller/doc . 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, 2.2, and 2.3 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

  • Sergei Serdyuk

License

Copyright © 2008 Ian White, MIT License