Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined method '+@' thrown in oauth2_authorize_url #13

Closed
jakehockey10 opened this issue May 13, 2015 · 3 comments
Closed

Undefined method '+@' thrown in oauth2_authorize_url #13

jakehockey10 opened this issue May 13, 2015 · 3 comments
Assignees

Comments

@jakehockey10
Copy link

Hello,

I just wanted to let you know of an error I was receiving when calling the oauth2_authorize_url method that is part of the Client class. This might be due to having certain versions of certain files, but if I made the following changes:

screenshot of changes

Things seemed to go back to normal for this call. I got the idea from this page:

plusatgooglesearch

and the reason I'm giving you a screenshot instead of a link to that page is because I think the site is actually down now, but google let me view a cached copy of the page that didn't have any styling and some characters missing. Here is THAT link. Hope this helps. Thanks for the gem.

@jakehockey10
Copy link
Author

I'm sorry, I completely forgot, I meant to give my Gemfile as well to help replicate the issue:

source 'https://rubygems.org'
ruby '2.1.2'

gem 'rails'
gem 'bootstrap-sass'
gem 'sass-rails', '>= 3.2'
gem 'autoprefixer-rails'
gem 'bootstrap_form'
gem 'bcrypt-ruby'
gem 'faker', '1.1.2'
gem 'will_paginate'
gem 'bootstrap-will_paginate'
gem 'state_machines-activerecord'
gem 'twitter_cldr'
gem 'pg'

gem 'figaro'
gem 'jquery-turbolinks'

gem 'uglifier'
gem 'coffee-rails'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'turbolinks'
gem 'jbuilder'
gem 'mail_form'
gem 'ransack'
gem 'momentjs-rails'
gem 'bootstrap3-datetimepicker-rails'
gem 'date_validator'
gem 'gmaps4rails'
gem 'geocoder'
gem 'underscore-rails'
gem 'bootstrap-select-rails'
gem 'fullcalendar-rails'
gem 'wepay'
gem 'omnicontacts', '~> 0.3.5', git: 'git://github.com/Diego81/omnicontacts.git'
gem 'rails4-autocomplete'
gem 'paperclip'
gem 'aws-s3'
gem 'aws-sdk', '< 2.0'
gem 'mail'
gem 'mailboxer', github: 'lacco/mailboxer' #Use this branch until Foreigner is no longer used in Mailboxer.  Incompatible with Rails 4.2.  See https://bithub.com/mailboxer/mailboxer/issues/316
gem 'bootstrap_tokenfield_rails'
gem 'font-awesome-rails'

group :development, :test do
  gem 'better_errors'
  gem 'binding_of_caller'
  gem 'rspec-rails', '2.14.0'
  gem 'guard-rspec', '2.5.0'
  gem 'meta_request'
end

group :test do
  gem 'selenium-webdriver', '2.35.1'
  gem 'capybara', '2.1.0'
  gem 'factory_girl_rails', '4.2.1'
end

group :doc do
  gem 'sdoc', '0.3.20', require: false
end

group :production do
  gem 'rails_12factor'
end

skyzyx added a commit that referenced this issue May 13, 2015
@skyzyx
Copy link
Contributor

skyzyx commented May 13, 2015

/me thinks Ruby is weird.

Fix applied. Gem updated. Go nuts. 😄

@skyzyx skyzyx closed this as completed May 13, 2015
@skyzyx skyzyx self-assigned this May 13, 2015
@jakehockey10
Copy link
Author

👍 Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants