From 66ff1f2ea335bdca46f979b9e1e6dee4719ffa41 Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Wed, 21 Jul 2010 12:02:27 -0700 Subject: [PATCH] removing metrics link in readme, farewell Caliper :( --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ec34660..4cc418f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,6 +1,6 @@ = CanCan -Wiki[http://wiki.github.com/ryanb/cancan] | RDocs[http://rdoc.info/projects/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] +Wiki[http://wiki.github.com/ryanb/cancan] | RDocs[http://rdoc.info/projects/ryanb/cancan] | Screencast[http://railscasts.com/episodes/192-authorization-with-cancan] CanCan is an authorization solution for Ruby on Rails. This restricts what a given user is allowed to access throughout the application. It is completely decoupled from any role based implementation and focusses on keeping permission logic in a single location (the +Ability+ class) so it is not duplicated across controllers, views, and database queries.