You are currently viewing an archive of this site. To view new content and see what I’ve been up to lately please check the main page at http://www.aidanf.net
A basic user authentication generator for rails.
The authentication system is described in Basic User Authentication in Rails. Creating and using the generator is described in Creating your own generators in rails
Unzip the archive and put the generator directory somewhere that rails looks for generators such as ~/.rails/generators in your home directory or lib/generators in your application directory.
> ruby script/generate basic_auth