Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
fadhlirahim edited this page Sep 13, 2010 · 2 revisions

template_authlogic.rb

This rails template contains a simple Authlogic app with login/logout signup/view/edit profile. Also includes cucumber for testing.

To use (default db is sqlite):
rails -m http://github.com/fadhlirahim/myrails-template/raw/master/template_authlogic.rb

If you want to use mysql for database
rails -d mysql -m http://github.com/fadhlirahim/myrails-template/raw/master/template_authlogic.rb

Clone this wiki locally