Hi all, I have finally started working on a Rails 3 branch for CE. It's available here:
https://github.com/bborn/communityengine/tree/rails3 I'd love any help I can get to get this up and running. It's *kind-of* usable, with most tests still failing. To use it: - Install Ruby 1.9.2 and Rails 3.1 (I recommend using RVM) - Clone my CE repo and pull down the rails3 branch - Create a new Rails 3.1 application - Copy the Gemfile from the CE repo into your new app - The Gemfile uses a relative path to point to the location of the CE gem, customize if needed - You'll need to use my forks of searchlogic and authlogic (referenced by relative paths in the Gemfile, you can customize this as needed): https://github.com/bborn/authlogic, https://github.com/bborn/searchlogic - bundle install - Add an application.yml file in your app's config directory - Mount the CE engine in your routes.rb: mount CommunityEngine::Engine => "/" - copy the CE migrations to your app: rake community_engine:install:migrations - Run rake db:migrate - Start your server (I think that's it, please post questions/problems). Note: obviously, this is a very unstable branch and not suited for production use. It's also not compatible (yet) with apps running older CE versions. I hope to eventually provide some reasonable upgrade path, but for now I'd just like to get the thing running. Thanks! Bruno -- 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.
