aiwilliams / access_controlled_system
access_controlled_system
PublicA very simple permissions based access control system for Rails applications.
19 filesupdated Jun 18, 2026
files9Download
./generatorsJun 16, 2026./libJun 16, 2026./tasksJun 16, 2026./testJun 16, 2026init.rbJun 16, 2026install.rbJun 16, 2026LICENSEJun 16, 2026RakefileJun 16, 2026READMEJun 18, 2026README
== Access Controlled System
To complete installation:
- include AccessControlledSystem in ApplicationController
- add a line to environment.rb similar to the following: AccessControlledSystem.person_model_name = :person
- script/generate access_controlled_system_migration PersonModelName
Everything will be disallowed by default, so your tests will probably fail.
=== License
The Access Controlled System plugin is released under the MIT-License and is Copyright (c) 2007, Adam Williams. Special thanks to Austin Taylor (dotjerky) and Steve Iannopollo for their part in helping me get this plugin ready for the public.