Note that there are some explanatory texts on larger screens.

plurals
  1. POOmniauth with Google Oauth2 gives a loading error
    primarykey
    data
    text
    <p>just by including the gem in my Gemfile:</p> <pre><code>gem 'omniauth-google-oauth2' </code></pre> <p>I get the following error:</p> <pre><code>21:20:05 web.1 | started with pid 20590 21:20:14 web.1 | /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.1/lib/bundler/runtime.rb:74:in `require': cannot load such file -- omniauth/google/oauth2 (LoadError) 21:20:14 web.1 | from /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.1/lib/bundler/runtime.rb:74:in `rescue in block in require' 21:20:14 web.1 | from /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.1/lib/bundler/runtime.rb:62:in `block in require' 21:20:14 web.1 | from /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in `each' 21:20:14 web.1 | from /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in `require' 21:20:14 web.1 | from /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.1/lib/bundler.rb:128:in `require' 21:20:14 web.1 | from /Users/user/Sites/WISDOM/code/git/wisdom/config/application.rb:7:in `&lt;top (required)&gt;' 21:20:14 web.1 | from /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.2.11/lib/rails/commands.rb:53:in `require' 21:20:14 web.1 | from /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.2.11/lib/rails/commands.rb:53:in `block in &lt;top (required)&gt;' 21:20:14 web.1 | from /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.2.11/lib/rails/commands.rb:50:in `tap' 21:20:14 web.1 | from /Users/user/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.2.11/lib/rails/commands.rb:50:in `&lt;top (required)&gt;' 21:20:14 web.1 | from script/rails:6:in `require' 21:20:14 web.1 | from script/rails:6:in `&lt;main&gt;' 21:20:14 web.1 | exited with code 1 21:20:14 system | sending SIGTERM to all processes SIGTERM received </code></pre> <p>I use the following gems:</p> <pre><code>oauth2 (0.9.2) rails (3.2.11) devise (3.0.0) </code></pre> <p>I have seen this issue <a href="https://github.com/zquestz/omniauth-google-oauth2/pull/32" rel="nofollow">https://github.com/zquestz/omniauth-google-oauth2/pull/32</a> but upgrading devise didn't help in this case.</p> <p>Any idea what could be the issue?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload