devise_traceable icon indicating copy to clipboard operation
devise_traceable copied to clipboard

Tracing Devise Model

Results 3 devise_traceable issues
Sort by recently updated
recently updated
newest added

``` Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for: class DeviseCreateUserTracings < ActiveRecord::Migration[4.2] /usr/local/bundle/gems/activerecord-5.1.4/lib/active_record/migration.rb:525:in `inherited' /usr/src/app/db/migrate/20180110094853_devise_create_user_tracings.rb:1:in `' ``` The migration template...

I followed instructions but getting Getting uninitialized constant UserTracing on rails 3 with devise latest no other devise plugins installed. This error happens on signout and signin