Dave Amos wrote:
> Hi there,
> 
> I just ran the generator for Restful Authentication, and when I visit
> localhost:3000/users/new, I get the error: uninitialized constant
> User::Authentication
> 
> The error comes from these lines in my user.rb model:
> 
> class User < ActiveRecord::Base
>   include Authentication
>   include Authentication::ByPassword
>   include Authentication::ByCookieToken
> 
> Did I miss something in the installation process? This is my first time
> using a generator, so I'm probably just doing something dumb :/

I just had the same problem today, after I cloned a skeleton app i was 
working on so that I could expand it as a different app, git clone 
failed to copy anything form restful_authentication folder! weird!

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to