This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Tue Oct 23 09:35:09 -0700 2007 | [aiwilliams] |
| |
README | Tue Oct 23 09:35:09 -0700 2007 | [aiwilliams] |
| |
Rakefile | Tue Oct 23 09:35:09 -0700 2007 | [aiwilliams] |
| |
generators/ | Tue Oct 23 09:35:09 -0700 2007 | [aiwilliams] |
| |
init.rb | Tue Oct 23 09:35:09 -0700 2007 | [aiwilliams] |
| |
install.rb | Tue Oct 23 09:35:09 -0700 2007 | [aiwilliams] |
| |
lib/ | Tue Oct 23 09:35:09 -0700 2007 | [aiwilliams] |
| |
tasks/ | Tue Oct 23 09:35:09 -0700 2007 | [aiwilliams] |
| |
test/ | Tue Oct 23 09:35:09 -0700 2007 | [aiwilliams] |
README
== Access Controlled System
To complete installation:
1. include AccessControlledSystem in ApplicationController
2. add a line to environment.rb similar to the following:
AccessControlledSystem.person_model_name = :person
3. 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.




