ruby-cancancan 3.0.1+gh-1 source package in Ubuntu
Changelog
ruby-cancancan (3.0.1+gh-1) unstable; urgency=medium * Team upload [ Utkarsh Gupta ] * Add salsa-ci.yml [ Cédric Boutillier ] * Use Github as source to fetch tests TODO: find a way to run tests * Bump Standards-Version to 4.4.0 (no changes needed) * Drop compat file, rely on debhelper-compat and bump compat level to 12 -- Cédric Boutillier <email address hidden> Tue, 10 Sep 2019 15:19:11 +0200
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-cancancan_3.0.1+gh-1.dsc | 1.7 KiB | 9bce53cbd6af0af8ec8d03329a04214f350025817734bec3bc804410edf0d9de |
ruby-cancancan_3.0.1+gh.orig.tar.gz | 111.7 KiB | 002dbae68f407dd9a8f6628e94b6fa799bab036e13a28689ec3c6c539d94dc69 |
ruby-cancancan_3.0.1+gh-1.debian.tar.xz | 2.3 KiB | 1b8c18c334bfffe9f225830df3ba17a75c77807b66e0738c7a8ce410f886f901 |
Available diffs
- diff from 3.0.1-1 to 3.0.1+gh-1 (34.8 KiB)
No changes file available.
Binary packages built by this source
- ruby-cancancan: Authorization Gem for Ruby on Rails
CanCanCan is an authorization library for Ruby >= 2.2.0 and Ruby on Rails
>= 4.2 which restricts what resources a given user is allowed to access.
.
All permissions can be defined in one or multiple ability files and not
duplicated across controllers, views, and database queries, keeping your
permissions logic in one place for easy maintenance and testing.
.
It consists of two main parts:
1. Authorizations library that allows you to define the rules to access
different objects, and provides helpers to check for those permissions.
2. Rails helpers to simplify the code in Rails Controllers by performing the
loading and checking of permissions of models automatically and reduce
duplicated code.