Acts as Authentable plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://acts-as-authentable.googlecode.com/svn/trunk/acts_as_authentable/
Using acts_as_authentable is as easy as:
Installing bcrypt-ruby:
gem install bcrypt-ruby
Annotate the model object you want to be authentable:
class User < ActiveRecord::Base acts_as_authentable end
Creating a migration for adding fields to the authentable model:
script/generate authentable user
creates a migration:
db/migrate/XXX_add_authentable_fields_for_users.rb
If you have rspec and rspec_on_rails installed verify the plugin with:
rake spec:plugins
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | Back in time (4 older versions) | Last edited by: Guest, 11 months ago

