I have discovered that the friedly_id gem used by CE requires version 4.x of friendly_Id when used with Rails versions greater than 3.1. There's also a branch of friiendly_id for Rails 4 but since CE doesn't work with Rails 4 yet that's not an issue.
Bruno, I see that the CE models are still using the syntax for version 3 of friendly_id. You can find details on how to modify the code here: http://norman.github.io/friendly_id/4.0/file.WhatsNew.html For now I'll just use model overrides to take care of the change. Dan On Thursday, October 6, 2011 12:33:42 PM UTC-4, Bruno wrote: > > Hi all, > Just some updates on what's happening with the Rails3 branch: > > - As always, keep an eye on the Rails3 > branch<https://github.com/bborn/communityengine/tree/rails3>; > it's being updated a lot. The README has been updated to make installation > a little less confusing. > - I have a Rails3 branch of the ce-heroku > repo<https://github.com/bborn/ce-heroku/tree/rails3> - > this is an example Rails 3.1 app with CE installed, ready to deploy to > Heroku. In fact, it's running there already: > http://ce-rails3.herokuapp.com > - http://communityengine.org/ needs some updating; a lot of the > documentation is out of date (for Rails3 I'll be moving everything back to > Githiub wikis. > - The plugins listed at http://communityengine.org/ will not be > maintained for the Rails3 (that's not say they won't work; just that I > won't support them). The Rails3 branch comes with Facebook login (via > omniauth) built in. > > Thanks! > Bruno > -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/communityengine. For more options, visit https://groups.google.com/groups/opt_out.
