How would I stop the evaluation of action_index, action_create, action_update, action_delete if there is an error detected in the route (e.g. the user did not specify an id) in the before() method and just return the set response status/body?
Just for the record. A real RESTful controller will be developed at some stage in the future. It won't be part of the core as it goes above and beyond core features. In 3.2 we're doing a lot of work to make handling of Accept-* headers fully meet RFC 2616. Once this is done, a truly RESTful controller will be possible.
Just a quick sanity check, but is there anything different in 3.2 artitecture that would prevent the 3.1 Controller_REST from functioning (ie for those developing features based on the existing system Controller, who may want to copy the controller to their own application folder)?
It looks like you're new here. If you want to get involved, click one of these buttons!