public
Description: Authorization system for RubyOnRails (2.x).
Homepage: http://stonean.com/page/lockdown
Clone URL: git://github.com/stonean/lockdown.git
Click here to lend your support to: lockdown and make a donation at www.pledgie.com !
name age message
file .gitignore Thu Jun 19 09:03:13 -0700 2008 Added url.strip! to account for spaces. URI::s... [stonean]
file History.txt Tue Dec 02 18:54:07 -0800 2008 Database sync was failing. Cause of refactor. ... [stonean]
file License.txt Fri Apr 18 08:19:34 -0700 2008 newgem template added [stonean]
file Manifest.txt Sat Nov 15 11:53:02 -0800 2008 release of 0.6.0 [stonean]
file PostInstall.txt Thu Jul 24 10:27:19 -0700 2008 corrected postinstall message for stonean.com [stonean]
file README.txt Sat Jun 14 12:39:39 -0700 2008 updated site references in readme [stonean]
file Rakefile Sat Nov 15 11:53:02 -0800 2008 release of 0.6.0 [stonean]
directory app_generators/ Tue Oct 14 19:53:05 -0700 2008 continued refactor. added subdir option [stonean]
directory bin/ Sun Oct 05 07:49:16 -0700 2008 lotsa updates for the refactor. adding tests n... [stonean]
directory lib/ Tue Dec 02 18:54:07 -0800 2008 Database sync was failing. Cause of refactor. ... [stonean]
directory rails_generators/ Fri Sep 12 16:02:06 -0700 2008 Merge branch 'master' of git://github.com/schli... [stonean]
directory script/ Fri Apr 18 08:19:34 -0700 2008 newgem template added [stonean]
file setup.rb Fri Apr 18 08:19:34 -0700 2008 newgem template added [stonean]
directory test/ Thu May 22 11:03:39 -0700 2008 New lockdown generator [stonean]
directory website/ Sat Nov 15 11:53:02 -0800 2008 release of 0.6.0 [stonean]
README.txt
= lockdown

http://stonean.com/wiki/lockdown

== DESCRIPTION:

Lockdown is a authentication/authorization system for RubyOnRails. (Merb compatibility coming soon).

For more information please visit stonean.com

== REQUIREMENTS:

Lockdown currently supports:

Frameworks: RubyOnRails 

ORMs: ActiveRecord 

== INSTALL:

# Install the gem

sudo gem install lockdown

# Go to your application root directory

cd <your application>

# Install lockdown to your application

lockdown .

# Modify lib/lockdown/init.rb to set defaults and grant access 
  to your application

# Modify lib/lockdown/session.rb to add/remove session information

== LICENSE:

(The MIT License)

Copyright (c) 2008 Andrew Stone

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.