rolify

https://github.com/rolifycommunity/rolify

Ruby

Role management library with resource scoping

Rolify::Resource#applied_roles

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:rolifycommunity/rolify.git

cd rolify

open lib/rolify/resource.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Rolify--Resource-applied_roles-for-pr


# Commit to git

git add lib/rolify/resource.rbgit commit -m "better docs for Rolify::Resource#applied_roles"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Rolify--Resource-applied_roles-for-pr

hub pull-request


# Celebrate!