-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangelog.txt
27 lines (16 loc) · 1.02 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Jan 9, 2011
Compatibility with CanCan 1.5
## 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 :)