Verbose Logging

Twitter Icon Linkedin Icon Skype Icon Flickr Icon
RSS
software development with some really amazing hair

Articles tagged with 'role_on'

role_on: Really Simple Roles (for Rails)

» Posted in Programming
I looked at a few role systems for Rails, but never found what I wanted. They were all object based systems, never just “allow a user with this role to do this action”. Either that or I never found the systems that did that, or totally missed the docs on how to configure those systems to do what I wanted. Well, actually acl9 seemed to do that, but whatever. So I made role_on The instructions are on Github, so I won’t repeat t...