From a13f78d6f9763146a275f505eeb01e5351b4c924 Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Wed, 30 Dec 2009 20:29:19 -0800 Subject: [PATCH] listing additional resources at top of readme page (including metrics and tests) --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index beb96dc..0bf5485 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,11 +1,11 @@ = CanCan +RDocs[http://rdoc.info/projects/ryanb/cancan] | Wiki[http://wiki.github.com/ryanb/cancan] | Screencast[http://railscasts.com/episodes/192-authorization-with-cancan] | Metrics[http://getcaliper.com/caliper/project?repo=git%3A%2F%2Fgithub.com%2Fryanb%2Fcancan.git] | Tests[http://runcoderun.com/ryanb/cancan] + This is a simple authorization solution for Ruby on Rails to restrict what a given user is allowed to access in the application. This is completely decoupled from any role based implementation allowing you to define user roles the way you want. All permissions are stored in a single location for convenience. This assumes you already have authentication (such as Authlogic[http://github.com/binarylogic/authlogic]) which provides a current_user model. -See the RDocs[http://rdoc.info/projects/ryanb/cancan], Wiki[http://wiki.github.com/ryanb/cancan] and Railscasts episode[http://railscasts.com/episodes/192-authorization-with-cancan] for additional documentation. - == Installation You can set it up as a gem in your environment.rb file.