Hi Tibo, CE doesn't declare a multi_json dependency ( https://github.com/bborn/communityengine/blob/rails3/community_engine.gemspec), so I'm actually not sure where that's coming from (maybe one of CE's required gems needs it?).
In any case, try adding "gem 'multi_json', '1.0.4'" to your app's Gemfile. Thanks, Bruno On Thu, Apr 12, 2012 at 2:29 AM, Tibo Mogul <tibo.mo...@gmail.com> wrote: > Hi Bruno, > > I've played with CE before, it is an excellent piece of software! > > Now I am trying the Rails 3 version, I'm having a problem with a > dependency: > > Bundler could not find compatible versions for gem "multi_json": > In Gemfile: > community_engine (>= 0) ruby depends on > multi_json (~> 1.0.0) ruby > > rails (= 3.2.0) ruby depends on > multi_json (1.2.0) > > It seems the community_engine dependency is too restrictive for rails 3.2? > How were you able to get around this? > > Thanks in advance, > Tibo > > > On Wed Apr 11 09:56:18 2012, Bruno Bornsztein wrote: > >> Hi guys, >> Just want to chime in here: >> >> Jaqueline; it seems like you're having trouble with some of the basics >> of developing a Rails app, so you may want to understand that part of >> it first before you move on to integrating CE. >> >> First off, CE is not compatible with Rails 3.2.3 yet. The rails3 >> branch is only just (like, last week) compatible with 3.2. >> >> If you're able to create a Rails 3.2 app (like Andrew said, install >> Rails 3.2 and `rails new myappname`) you should be able to follow the >> instructions in the README to get CE running. Sounds to me like you're >> trying to download CE manually, which isn't the right approach. You >> should be adding it to your app's Gemfile instead. >> >> This is because (as far as I know) the Rails 3 branch has not been >> released on RubyGems.org so you need to manually point it to this >> branch. I also don't think the Readme has been updated to reflect >> this type of install. >> >> >> That's actually not true: CE 2.0.0.beta3 has been released on RubyGems >> (it's compatible with Rails 3.1.2). If you want the absolute latest >> (beta4, which is compatible with Rails 3.2.0) then you'll need to >> source the gem from Github as you mention. >> >> Remember, there's a (somewhat outdated) sample app at >> https://github.com/bborn/ce-**heroku/tree/rails3<https://github.com/bborn/ce-heroku/tree/rails3>that >> shows a basic >> example of a Rails 3 app using CE. It should at least get you going in >> the right direction. >> >> Thanks, >> Bruno >> >> -- >> 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<communityengine@googlegroups.com> >> . >> To unsubscribe from this group, send email to >> communityengine+unsubscribe@**googlegroups.com<communityengine%2bunsubscr...@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/**group/communityengine?hl=en<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 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.