News Release:

http://stonean.com/news/show/38

About: <http://stonean.com/wiki/lockdown>

http://stonean.com/wiki/lockdown
Lockdown is a authentication/authorization system for RubyOnRails (ver 2.x).

Lockdown operates on the principal of restrict all access unless access has
been defined.  Another difference with Lockdown is that instead of your
security rules being defined in your controllers (and therefore spread
across your application), all access is controlled via
lib/lockdown/init.rb.  This where you will define the permissions and user
groups that will define the access to your system.  Yet another difference
is the absence of Roles.  Instead of roles, users can be associated to one
or many user groups which allows for superb flexibility.

Lockdown also comes with a generator to give you a nice head start with your
project.  It provides models, views, controllers, helpers, routes and
migrations.

There's more to know, but that's what the wiki is for.

*What's Changed*:
* Major refactor in preparation for Merb compatibility.
* New github project for RSpec tests: git://
github.com/stonean/lockdown-rails-app.git

*Major changes to the security engine were made.  Run your tests before
using in production.*

There is a wiki, forum and issue tracking for Lockdown at http://stonean.com
thanks,
andy

-- 
Andrew Stone

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to