Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It adds support to devise for tracing.

All gems are on gemcutter, so you need to add gemcutter to your sources if you haven’t yet:

sudo gem sources -a http://gemcutter.org/

Install devise_traceable gem, it should install dependencies (such as devise and warden):

sudo gem install devise_traceable

Configure devise_traceable inside your app (and warden and devise if you weren’t using them):

gem 'warden'
gem 'devise'
gem 'devise_traceable'
 rails g devise_traceable User

 in User Model add :traceable as follow

class User < ActiveRecord::Base
  devise :database_authenticatable, ..... , :traceable
end

Copyright © 2010 mobiThought. See LICENSE for details.

About

Tracing Devise Model

Resources

Stars

26 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages