Changes for version 0.24
- always fetch() in REST->default, to fix bug with no object being set for create()
- always uc() the req method for comparison purposes
- fix bug when checking the _http_method param to use params() instead of param() and use the first if multiple.
- refactor REST to provide backwards compat with Controller for easy @ISA swap (as advertised)
Documentation
step-by-step through CatalystX::CRUD example app
Modules
CRUD framework for Catalyst applications
base class for CRUD controllers
generic iterator wrapper for CXCM iterator() results
simple iterator for CXCO::File objects
base class for CRUD models
filesystem CRUD model
helpful methods for your CRUD Model class
an instance returned from a CatalystX::CRUD::Model
filesystem CRUD instance
REST-style controller for CRUD