I have added the acts_as_authenticated plugin to code, and have gotten VERY BASIC...
author<jlsharps@mit.edu> <>
Tue, 31 Jul 2007 20:03:10 +0000 (16:03 -0400)
committer<jlsharps@mit.edu> <>
Tue, 31 Jul 2007 20:03:10 +0000 (16:03 -0400)
commitdc635b6d39be19a09a428282b6d639d029908df6
treee12ac648ae971b98878fc5a0a8df18d6cdc7d664
parentb8482ad1846436439b9ef3ba0ddcb3b42588d916
I have added the acts_as_authenticated plugin to code, and have gotten VERY BASIC functionality. This isn't my last addition fortoday but I wanted to commit before my battery died. A lot of the detailed documentation about where to find help with acts_as_authenticated is in the README, the website is here :technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated. The acts_as_authenitcated generator also heavily modifed the user class (model) but I kept theo original lines as well. I havne't begun tothrow anyting out yet, because im using it as a refernce to get the new system running.
README
app/controllers/quickvote_controller.rb
app/controllers/site_controller.rb
app/helpers/application_helper.rb
app/models/user.rb
app/views/layouts/hc.rhtml
app/views/site/_basic_login.rhtml
db/create.sql

Benjamin Mako Hill || Want to submit a patch?