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
Search Repo:
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
name age message
folder .gitignore Thu Jun 05 09:27:37 -0700 2008 Ignoring garlic dir [ianwhite]
folder CHANGELOG Sun Apr 27 04:37:10 -0700 2008 Fixed failing regression spec in edge [ianwhite]
folder MIT-LICENSE Mon Apr 28 06:16:23 -0700 2008 garlic.rb now ignored, so local config is easier [ianwhite]
folder README.rdoc Thu Jun 05 09:27:57 -0700 2008 Fixed typo in README [ianwhite]
folder Rakefile Thu May 22 05:05:01 -0700 2008 Ignoring rcov.rb files in cverage [ianwhite]
folder SPECDOC Sun Apr 27 04:37:10 -0700 2008 Fixed failing regression spec in edge [ianwhite]
folder TODO Wed Oct 24 08:14:37 -0700 2007 resources_controller: - :polymorphic => true... [ian]
folder garlic_example.rb Thu May 22 05:06:11 -0700 2008 Updated garlic targets, no tested against: edge... [ianwhite]
folder init.rb Wed Jan 31 02:22:43 -0800 2007 git-svn-id: https://svn.ardes.com/rails_plugins... [ian]
folder lib/ Sun Apr 27 04:28:07 -0700 2008 Added branching code to support 2-0-stable re: ... [ianwhite]
folder spec/ Sun Apr 27 13:57:54 -0700 2008 Moving specs around [ianwhite]
README.rdoc

resources_controller

plugin to facilitate inheritance and DRYness in your resources controllers. See the docs at http://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% (C0), 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 http://github.com/ianwhite/garlic) is used for CI. To run the CI suite have a look at garlic_example.rb