public
Description: An authorization and workflow mechanism built on top of restful_authentication
Clone URL: git://github.com/jbarket/restful-authorization.git
Jonathan Barket (author)
Tue Apr 29 12:59:06 -0700 2008
commit  5a29629e196faf13f7d3dc6ffd8a9b94e85bedf9
tree    71e4e997699d1cb0725ef1a041b2ee9350731416
parent  a1c993d29421d6ea200e494a1a38a28cd94bda35
restful-authorization / CHANGELOG
100644 21 lines (15 sloc) 0.815 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* 0.04 - 04/29/2008
  - Fixed issue with access_denied not playing right with restful_authentication's.
    Since they really serve a different purpose, I simply renamed it. authorization_denied
    also now caches the call to next_authorized_url?
 
* 0.03 - 04/28/2008
  - Added :only_if_logged_in? key since logged_in? can't be tested via :if (scoping)
  - Added generator option --library-only to allow for "safe" library updating
  - Documented and enabled --skip-migration option
 
* 0.02 - 04/25/2008
  - Fixed documentation problems (require_foo instead of authorize_foo leftovers)
  - Correctly failing users who aren't logged in for all conditions
  - Fixed issue with has_role? leftover from role_requirement
 
*  0.01 - 04/21/2008
 
  - Initial release
  - Migrated from svn to git (Google Code -> GitHub)