public
Fork of ianwhite/resources_controller
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/econsultancy/resources_controller.git
name age message
file .gitignore Mon Sep 22 22:07:59 -0700 2008 Making cruise task push docs to plugins.ardes.c... [ianwhite]
file CHANGELOG Fri Oct 10 18:03:25 -0700 2008 Updated changelog [ianwhite]
file MIT-LICENSE Mon Apr 28 07:39:31 -0700 2008 Changes from git [ian]
file README Wed Sep 17 14:28:12 -0700 2008 linking README.rdoc to README for api doc [ianwhite]
file README.rdoc Thu Oct 09 15:26:03 -0700 2008 Updated CHANGELOG, and contributors [ianwhite]
file Rakefile Fri Oct 24 18:56:08 -0700 2008 Tweaked doc dask [Ian White]
file SPECDOC Wed Sep 17 14:33:06 -0700 2008 Updated README and SPECDOC [ianwhite]
file TODO Fri Apr 25 08:47:31 -0700 2008 Swapping everything out for the svn repo [ianwhite]
file garlic_example.rb Sat Sep 13 12:35:48 -0700 2008 The reason for the reversion in c21f35c has bee... [ianwhite]
file init.rb Sat Sep 13 12:35:48 -0700 2008 The reason for the reversion in c21f35c has bee... [ianwhite]
directory lib/ Thu Oct 16 02:43:51 -0700 2008 Revert f4e1781, because the bug in rails which ... [ianwhite]
directory spec/ Mon Oct 13 15:05:11 -0700 2008 Add some specs for include_ations behaviour [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. Also see http://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 http://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

License

Copyright © 2008 Ian White, MIT License