On Sat, Feb 21, 2009 at 8:47 PM, Patrick Aljord <[email protected]> wrote: > On Sat, Feb 21, 2009 at 9:33 PM, Chris Anderson <[email protected]> wrote: >> I should mention that actions is vestigial. It's leftover in some >> example code from the initial work that ended up creating the >> _external module, but nothing in CouchDB supports it currently. >> Actions were basically show and list minus the rigorous cacheability >> and side-effect free requirements. >> > > Does this mean actions are deprecated? >
Actions were never really part of trunk. For a while they were part of the test suite for external. They are pretty easy to implement using external, but you're generally better off using list and show. Chris -- Chris Anderson http://jchris.mfdz.com
