Hi,
I'm running CE3.2
gem 'community_engine', :git => '
https://github.com/bborn/
communityengine.git', :branch => 'rails3'
I'm not able to get the application running; I get the following
error:
Started GET "/" for 127.0.0.1 at 2012-05-28 12:04:40 -0500
NoMethodError (undefined method `include?' for nil:NilClass):
oa-core (0.3.2) lib/omniauth/builder.rb:29:in `call'
The problem seems to be OmniAuth 0.3.2:
https://github.com/intridea/omniauth/issues/568
Is this a problem everyone is having?
The suggested fix is to update to v1. I realize this requires a bit
more work than just up'ing the version number in the gemspec.
Best,
Dino