Thought I'd start up a project to migrate my old site to the latest CE Rails 3 version. Old version
Do you have any ideas what would be a good plan, thinking something along the lines of: 1. Startup a new rails3 project 2. Add the CE gem, load a dump of my db locally 3. Try to run the migrations and fire up the basic site 4. See if stuff works (and fix if not) 5. Add my customized code bit by bit from the old project Does it sound like an ok plan, are there any files I should read before attempting anything? Any known gotchas? Has anyone else done the update or are you waiting? My old version is 1.0.3, using local file storage. Plan on posting my findings as i proceed / get stuck :) First error I got was running: bin/rake community_engine:install:migrations --trace rake aborted! uninitialized constant Tag This was solved by using the latest version from git: gem 'community_engine' , :git => 'https://github.com/bborn/ communityengine.git', :branch => 'rails3 -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to communityengine@googlegroups.com. To unsubscribe from this group, send email to communityengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.