Hello all, first-time poster here.

I'm trying to integrate community_engine into an existing but new (not
yet in production) Rails 3 app. I've gotten to the "rake db:migrate"
stage, where I get errors.

It started with my existing tags and taggings tables, because my app
uses acts_as_taggable_on. I (for now) renamed the tables in the new
migration.

Now, I get this error:
==  CreateLoginSlug: migrating
================================================
-- add_column("users", "login_slug", :string)
   -> 0.2159s
rake aborted!
An error has occurred, all later migrations canceled:

undefined method `generate_login_slug' for #<User:0x00000006af2a98>


Of course, *my* user class doesn't have a generate_login_slug method.

Any suggestions?

Thanks,
Chris

-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en.

Reply via email to