>From the Gemfile: gem 'rails', :git => 'git://github.com/bborn/rails.git' and: $ rails -v Rails 3.1.0.beta
Chris On Apr 21, 11:07 am, Bruno Bornsztein <[email protected]> wrote: > Hi Chris, > What version of CE are you using? The Rails3 branch is only compatible with > Rails 3.1.x, and CE v1.2.1 (edge) isn't compatible with anything higher than > Rails 2.3.5. > > Thanks, > Bruno > > On Thu, Apr 21, 2011 at 11:01 AM, Chris Schumann > <[email protected]>wrote: > > > 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. -- 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.
