public
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/ianwhite/resources_controller.git
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
ianwhite (author)
Thu Nov 20 02:31:24 -0800 2008
commit  caae0d45230bdca6c1902d186795ba5fa945ee4b
tree    3bb735914819705137ba61ea238cefc351364c00
parent  9d8e9c119186ea811b606d85b12625d252b5043c
name age message
file .gitignore Thu Nov 20 01:56:06 -0800 2008 updating to use new garlic gem style [ianwhite]
file CHANGELOG Loading commit data...
file MIT-LICENSE Mon Apr 28 06:16:23 -0700 2008 garlic.rb now ignored, so local config is easie... [ianwhite]
file README.rdoc
file Rakefile
file SPECDOC Wed Sep 17 14:33:06 -0700 2008 Updated README and SPECDOC [ianwhite]
file TODO Wed Oct 24 08:14:37 -0700 2007 resources_controller: - :polymorphic => true is... [ian]
file garlic.rb
file init.rb Sat Sep 13 12:35:48 -0700 2008 The reason for the reversion in c21f35c has bee... [ianwhite]
directory lib/
directory 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
  • Tom Stuart
  • Joel Chippindale
  • Tim Pope

License

Copyright © 2008 Ian White, MIT License