Sha256: 3d6c270be4203fdc13eb8262caa5fe1856b2ced0249d27042a966f57650d1281

Contents?: true

Size: 1001 Bytes

Versions: 5

Compression:

Stored size: 1001 Bytes

Contents

## Nov 25, 2010

Fixed some generator issues and split generator into:
* Licenses
* Permits

## Nov 24, 2010

The generator has now been tested with Rails 3.0.3 and works. Previously there was an issue with missing generator dependencies in the Rakefile.
Dependencies in general have been updated and the generator improved. 
Specs have been created for all the ORMs supported.

## Oct 23, 2010

The API specs are now stored in spec/generic/api. To spec that an ORM implementation of cancan-permits work, simply require the 'xgroup_orm' file from the /basic and /owner
API folders. See current specs for various ORMs for how to do this. In special cases, override the configuration methods present in fx basic/config.rb and owner/config.rb

## Oct 22, 2010

* Added support for Simply Stored ORM that can be used with Couch DB.

See specs in /simply_stored folder. It took only about 2 minutes to create this support, demonstrating how easy it now is to add support for new ORMs and data stores :) 


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cancan-permits-0.3.7 Changelog.txt
cancan-permits-0.3.6 Changelog.txt
cancan-permits-0.3.5 Changelog.txt
cancan-permits-0.3.4 Changelog.txt
cancan-permits-0.3.2 Changelog.txt