OmniAuth 0.3.2 not working on Rails 3.2; upgrade to OmniAuth 1?
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Dinesh Ganesarajah <dganesara... @prescouter.com>
Date: Mon, 28 May 2012 23:33:41 -0700 (PDT)
Local: Tues, May 29 2012 2:33 am
Subject: OmniAuth 0.3.2 not working on Rails 3.2; upgrade to OmniAuth 1?
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
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Rob <rob2... @gmail.com>
Date: Sun, 29 Jul 2012 14:21:57 -0700 (PDT)
Local: Sun, Jul 29 2012 5:21 pm
Subject: Re: OmniAuth 0.3.2 not working on Rails 3.2; upgrade to OmniAuth 1?
Sorry to (not) contribute with a "me too", but I'm also having this problem. Is there a workaround or is this a work in progress?
Thanks, Rob
On Tuesday, May 29, 2012 2:33:41 AM UTC-4, Dinesh (Dino) Ganesarajah wrote:
> 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
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jacob Kroeze <jlkro... @gmail.com>
Date: Fri, 26 Oct 2012 20:23:37 -0700 (PDT)
Local: Fri, Oct 26 2012 11:23 pm
Subject: Re: OmniAuth 0.3.2 not working on Rails 3.2; upgrade to OmniAuth 1?
You can fork community_engine on github and change omniauth in the gemspec to require 1.1 Take a look at my fork here: https://github.com/Jacob-Kroeze/communityengine/tree/jquery-bootstrap and the commit: https://github.com/Jacob-Kroeze/communityengine/commit/b3ffc3d4c5a3d7...
To be honest, I only tested this to the point of getting rails server up and running...not sure if, for example, linkedin sign-in works right. I'm very new to CE.
On Sunday, July 29, 2012 2:21:57 PM UTC-7, Rob wrote:
> Sorry to (not) contribute with a "me too", but I'm also having this > problem. Is there a workaround or is this a work in progress?
> Thanks, > Rob
> On Tuesday, May 29, 2012 2:33:41 AM UTC-4, Dinesh (Dino) Ganesarajah wrote:
>> 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
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
seal <rob... @mycaddie.net>
Date: Fri, 11 Jan 2013 13:51:19 -0800 (PST)
Local: Fri, Jan 11 2013 4:51 pm
Subject: Re: OmniAuth 0.3.2 not working on Rails 3.2; upgrade to OmniAuth 1?
Submitted this pull request now: https://github.com/bborn/communityengine/pull/126
Den lördagen den 27:e oktober 2012 kl. 05:23:37 UTC+2 skrev Jacob Kroeze:
> You can fork community_engine on github and change omniauth in the gemspec > to require 1.1
> Take a look at my fork here:
> https://github.com/Jacob-Kroeze/communityengine/tree/jquery-bootstrap
> and the commit:
> https://github.com/Jacob-Kroeze/communityengine/commit/b3ffc3d4c5a3d7...
> To be honest, I only tested this to the point of getting rails server up > and running...not sure if, for example, linkedin sign-in works right. I'm > very new to CE.
> On Sunday, July 29, 2012 2:21:57 PM UTC-7, Rob wrote:
>> Sorry to (not) contribute with a "me too", but I'm also having this >> problem. Is there a workaround or is this a work in progress?
>> Thanks,
>> Rob
>> On Tuesday, May 29, 2012 2:33:41 AM UTC-4, Dinesh (Dino) Ganesarajah >> wrote:
>>> 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
You must
Sign in before you can post messages.
You do not have the permission required to post.