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 !
stonean (author)
Tue Dec 02 18:54:07 -0800 2008
commit  1a15ab0903f3f5e4b4d7412dd896acabfcc34adc
tree    e7c350b55d04faff5b3ae05895cbdb77c9840a1b
parent  a1c22f3fa30a42451f11dc54f4abb1dfc012dc02
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 Loading commit data...
file License.txt Fri Apr 18 08:19:34 -0700 2008 newgem template added [stonean]
file Manifest.txt
file PostInstall.txt
file README.txt Sat Jun 14 12:39:39 -0700 2008 updated site references in readme [stonean]
file Rakefile
directory app_generators/
directory bin/
directory lib/
directory rails_generators/
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/
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.