Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting uninitialized constant UserTracing #1

Open
rubytastic opened this issue Jan 13, 2011 · 7 comments
Open

Getting uninitialized constant UserTracing #1

rubytastic opened this issue Jan 13, 2011 · 7 comments

Comments

@rubytastic
Copy link

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

@mmack
Copy link

mmack commented Feb 22, 2011

I have the same Problem...

@rahult
Copy link

rahult commented Feb 27, 2011

Same problem here.

@rahult
Copy link

rahult commented Feb 27, 2011

I solved the problem by creating the UserTracing model

class UserTracing < ActiveRecord::Base
end

@cheolhom
Copy link

cheolhom commented Apr 9, 2011

is this not being supported anymore ?

@brink
Copy link

brink commented May 2, 2011

This gem is not fully implemented. You still need to add the UserTracing model and, depending on your needs, associate it with your user model.

Also, the generated migration doesn't create the IP address column, so you'll need to fix that, too.

@schneider-th
Copy link

@brink : How did you implement the IP tracing? A short code example would be really appreciated. Thanks!

@brink
Copy link

brink commented Aug 20, 2012

I'm sorry I don't have access to that code any longer -- it was at my previous job in a repo I no longer have access to. Sorry!

What I remember was that I had to create the ip address column manually and i think create the usertracing model and add the association mappings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants