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

Error after installation (routes.rb, use_doorkeeper) #729

Closed
dodontommy opened this issue Oct 8, 2015 · 9 comments
Closed

Error after installation (routes.rb, use_doorkeeper) #729

dodontommy opened this issue Oct 8, 2015 · 9 comments

Comments

@dodontommy
Copy link

After installing the gem and running rails generate doorkeeper:install but now my app raises the following error:

undefined local variable or method `use_doorkeeper' for #<ActionDispatch::Routing::Mapper:0x007fb3121176d8>

Am I missing something? Did I do something wrong in the install process? Sorry, very inexperienced with doorkeeper (obviously). Thanks!

@dodontommy dodontommy reopened this Oct 8, 2015
@dodontommy dodontommy changed the title Error after bootstrapping (routes.rb, use_doorkeeper) Error after installation (routes.rb, use_doorkeeper) Oct 8, 2015
@tute
Copy link
Contributor

tute commented Oct 8, 2015

Is gem "doorkeeper" listed in your gemfile? Can I look at your code to get more information?

@dodontommy
Copy link
Author

gem "doorkeeper" is in my gemfile and I ran bundle install and bundle update.

There really isn't much code to show you other than my routes file after I ran rails generate doorkeeper:install, I haven't done anything else with any of my code in this branch except for adding the doorkeeper gem and running that command.

AppName::Application.routes.draw do
  root :to => 'home#index'
  use_doorkeeper

@tute
Copy link
Contributor

tute commented Oct 8, 2015

Can you please post your Gemfile.lock contents?

@dodontommy
Copy link
Author

GIT
remote: git://github.com/jackdempsey/omniauth-reddit.git
revision: 4e54423f2d8a000e010998b53fa653adb7137baa
specs:
omniauth-reddit (0.0.2)
omniauth-oauth2 (~> 1.1)

GIT
remote: git://github.com/tommybstitch/omniauth-youtube.git
revision: e8712468186f9403f4df9b419258ffef3c2dcd2e
specs:
omniauth-youtube (0.2.6)
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.1.1)

GIT
remote: https://ABC:DEF@github.com/backstitch/mailer.git
revision: f829bab787a1ab096578d4b5a18c2eeea78cbb65
specs:
mailer (3.5.12)
activerecord
activesupport
mandrill-api
multimap
pg (~> 0.16.0)
redis
rest-client
similar_text (~> 0.0.4)
tire (~> 0.6.0)

GIT
remote: https://ABC:DEF@github.com/backstitch/omniauth-rescuetime.git
revision: 10fe1ca28b2d96bea63fd5fc25ea78736a64738b
specs:
omniauth-rescuetime (0.0.1)
omniauth (~> 1.1.4)
omniauth-oauth2 (~> 1.1.1)

GIT
remote: https://ABC:DEF@github.com/backstitch/semantic_types.git
revision: fcd6d097196a6b436a07379807e73eb614317880
specs:
semantic_types (3.3.1)
tire
uuid

GIT
remote: https://ABC:DEF@github.com/backstitch/service_wrappers.git
revision: ea4016550bedd1605732587604eab0f925eee2fb
specs:
service_wrappers (3.4.1)
activesupport
aws-sdk (~> 1)
bitly
builder (~> 3.1.4)
curb
domainatrix
fastimage
feedjira (~> 1.0.0)
flickraw
geocoder
google-search
google_plus (= 0.2.3)
highscore
httpclient (~> 2.6.0.1)
iconoclasm
json
koala (~> 1.0)
link_thumbnail
linkedin
macaddr (= 1.6.1)
metainspector
money
nordea
oauth
oauth2
octokit (~> 3.0)
pismo
rinku
ruby-hmac
ruby-trello
sanitize
semantic_types
sentimentalizer
settingslogic
simplificator-withings (~> 0.6.10)
street_address
twitter (= 5.14.0)
video_info
wordpress-com

GIT
remote: https://github.com/andrewfree/omniauth-mapmyapi-mmf-oauth2.git
revision: 4673ecaa87a0ac026830eae4afedfeeb9dd73ff4
specs:
omniauth-mapmyapi-mmf-oauth2 (0.3.0)
json
omniauth-oauth2

GIT
remote: https://github.com/arunagw/omniauth-twitter.git
revision: 343120bf99b5dbe0515f651e82ba128609ce1a13
specs:
omniauth-twitter (1.2.1)
json (~> 1.3)
omniauth-oauth (~> 1.1)

GIT
remote: https://github.com/bradphelan/jasminerice.git
revision: 091349c27343bfa728b8e5745675f9ddbb7d9699
specs:
jasminerice (0.1.0)
coffee-rails

GIT
remote: https://github.com/invernizzi/simplificator-withings.git
revision: 0e6d2952fe35fb933b91dec3fdb6965f3a3e6c07
specs:
simplificator-withings (0.6.10)
httparty

GIT
remote: https://github.com/jwarzech/backbone-relational-rails.git
revision: 4a8a106dd3d0f519f1ac946c69c50b9982c20f04
specs:
backbone-relational-rails (0.8.5)
railties (>= 3.1)

GIT
remote: https://github.com/jwarzech/bitly.git
revision: 9341c5193296676d1756995a18ceb58e3e4356ee
specs:
bitly (0.9.0)
httparty (>= 0.7.6)
multi_json (~> 1.3)
oauth2 (>= 0.5.0)

GIT
remote: https://github.com/jwarzech/link_thumbnail.git
revision: 06fbeadc445abb7abef687eff9396e891a9cdecb
specs:
link_thumbnail (0.1.3)
json
nokogiri
ruby-readability

GIT
remote: https://github.com/smnickerson/google-search.git
revision: b12adc2c1ef117e91c22ea3a438225faf352884d
specs:
google-search (1.0.5)
json

GIT
remote: https://github.com/smnickerson/highscore.git
revision: 6a5792e01053db29ba1e1912967652745c001a31
specs:
highscore (1.1.0)
whatlanguage (>= 1.0.0)

GIT
remote: https://github.com/tommybstitch/omniauth-toodledo.git
revision: 2005b4f2b755be46b51f4eb6f6fa885d74f0423c
specs:
omniauth-toodledo (0.0.1)
multi_json (~> 1.3.6)
omniauth-oauth (~> 1.0)
rest-client (~> 1.6.7)

GIT
remote: https://github.com/warpc/rails_indexes
revision: 4a550270989d0b74546b18fd0ff09e12492f2c3a
specs:
rails_indexes (1.1.2)
actionpack
activerecord (>= 2.3.0)
railties

GEM
  remote: http://rubygems.org/
  specs:
    CFPropertyList (2.3.2)
    actionmailer (4.1.13)
      actionpack (= 4.1.13)
      actionview (= 4.1.13)
      mail (~> 2.5, >= 2.5.4)
    actionpack (4.1.13)
      actionview (= 4.1.13)
      activesupport (= 4.1.13)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.13)
      activesupport (= 4.1.13)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.13)
      activesupport (= 4.1.13)
      builder (~> 3.1)
    activerecord (4.1.13)
      activemodel (= 4.1.13)
      activesupport (= 4.1.13)
      arel (~> 5.0.0)
    activerecord-deprecated_finders (1.0.4)
    activesupport (4.1.13)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    addressable (2.3.8)
    ansi (1.5.0)
    arel (5.0.1.20140414130214)
    asset_sync (1.1.0)
      activemodel
      fog (>= 1.8.0)
      unf
    authlogic (3.4.6)
      activerecord (>= 3.2)
      activesupport (>= 3.2)
      request_store (~> 1.0)
      scrypt (>= 1.2, < 3.0)
    awesome_print (1.6.1)
    aws-sdk (1.66.0)
      aws-sdk-v1 (= 1.66.0)
    aws-sdk-v1 (1.66.0)
      json (~> 1.4)
      nokogiri (>= 1.4.4)
    backbone-on-rails (1.0.0.1)
      eco
      ejs
      jquery-rails
      rails (>= 3.1)
    buftok (0.2.0)
    builder (3.1.4)
    cancan (1.6.10)
    celluloid (0.17.2)
      celluloid-essentials
      celluloid-extras
      celluloid-fsm
      celluloid-pool
      celluloid-supervision
      timers (>= 4.1.1)
    celluloid-essentials (0.20.5)
      timers (>= 4.1.1)
    celluloid-extras (0.20.5)
      timers (>= 4.1.1)
    celluloid-fsm (0.20.5)
      timers (>= 4.1.1)
    celluloid-pool (0.20.5)
      timers (>= 4.1.1)
    celluloid-supervision (0.20.5)
      timers (>= 4.1.1)
    chronic (0.10.2)
    climate_control (0.0.3)
      activesupport (>= 3.0)
    clockwork (1.2.0)
      activesupport
      tzinfo
    cocaine (0.5.7)
      climate_control (>= 0.0.3, < 1.0)
    coffee-rails (4.0.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.9.1.1)
    connection_pool (2.2.0)
    crass (1.0.2)
    curb (0.8.8)
    domain_name (0.5.25)
      unf (>= 0.0.5, < 1.0.0)
    domainatrix (0.0.11)
      addressable
    doorkeeper (3.0.1)
      railties (>= 3.2)
    dotenv (2.0.2)
    dynamic_sitemaps (2.0.0)
    eco (1.0.0)
      coffee-script
      eco-source
      execjs
    eco-source (1.1.0.rc.1)
    ejs (1.1.1)
    elif (0.1.0)
    equalizer (0.0.11)
    erubis (2.7.0)
    excon (0.45.4)
    execjs (2.6.0)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    faraday-cookie_jar (0.0.6)
      faraday (>= 0.7.4)
      http-cookie (~> 1.0.0)
    faraday_middleware (0.10.0)
      faraday (>= 0.7.4, < 0.10)
    fast-stemmer (1.0.2)
    fast_stack (0.1.0)
      rake
      rake-compiler
    fastimage (1.5.5)
      addressable (~> 2.3, >= 2.3.5)
    fatsecret-omniauth (0.0.2)
      multi_json
      omniauth-oauth (~> 1.0)
    feedjira (1.0.0)
      curb (~> 0.8.1)
      loofah (~> 1.2.1)
      sax-machine (~> 0.2.1)
    ffi (1.9.10)
    ffi-compiler (0.1.3)
      ffi (>= 1.0.0)
      rake
    fission (0.5.0)
      CFPropertyList (~> 2.2)
    flamegraph (0.1.0)
      fast_stack
    flickraw (0.9.8)
    fog (1.31.0)
      fog-atmos
      fog-aws (~> 0.0)
      fog-brightbox (~> 0.4)
      fog-core (~> 1.30)
      fog-ecloud
      fog-google (>= 0.0.2)
      fog-json
      fog-local
      fog-powerdns (>= 0.1.1)
      fog-profitbricks
      fog-radosgw (>= 0.0.2)
      fog-riakcs
      fog-sakuracloud (>= 0.0.4)
      fog-serverlove
      fog-softlayer
      fog-storm_on_demand
      fog-terremark
      fog-vmfusion
      fog-voxel
      fog-xml (~> 0.1.1)
      ipaddress (~> 0.5)
      nokogiri (~> 1.5, >= 1.5.11)
    fog-atmos (0.1.0)
      fog-core
      fog-xml
    fog-aws (0.1.0)
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
    fog-brightbox (0.9.0)
      fog-core (~> 1.22)
      fog-json
      inflecto (~> 0.0.2)
    fog-core (1.32.1)
      builder
      excon (~> 0.45)
      formatador (~> 0.2)
      mime-types
      net-scp (~> 1.1)
      net-ssh (>= 2.1.3)
    fog-ecloud (0.3.0)
      fog-core
      fog-xml
    fog-google (0.1.1)
      fog-core
      fog-json
      fog-xml
    fog-json (1.0.1)
      fog-core (~> 1.0)
      multi_json (~> 1.0)
    fog-local (0.2.1)
      fog-core (~> 1.27)
    fog-powerdns (0.1.1)
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
    fog-profitbricks (0.0.5)
      fog-core
      fog-xml
      nokogiri
    fog-radosgw (0.0.4)
      fog-core (>= 1.21.0)
      fog-json
      fog-xml (>= 0.0.1)
    fog-riakcs (0.1.0)
      fog-core
      fog-json
      fog-xml
    fog-sakuracloud (1.3.3)
      fog-core
      fog-json
    fog-serverlove (0.1.2)
      fog-core
      fog-json
    fog-softlayer (0.4.7)
      fog-core
      fog-json
    fog-storm_on_demand (0.1.1)
      fog-core
      fog-json
    fog-terremark (0.1.0)
      fog-core
      fog-xml
    fog-vmfusion (0.1.0)
      fission
      fog-core
    fog-voxel (0.1.0)
      fog-core
      fog-xml
    fog-xml (0.1.2)
      fog-core
      nokogiri (~> 1.5, >= 1.5.11)
    font-awesome-sass (4.1.0)
      sass (~> 3.2)
    foreigner (1.4.2)
      activerecord (>= 3.0.0)
    foreman (0.63.0)
      dotenv (>= 0.7)
      thor (>= 0.13.6)
    formatador (0.2.5)
    geocoder (1.1.9)
    google_plus (0.2.3)
      json
      rest-client (~> 1.6.1)
    guess_html_encoding (0.0.11)
    haml (4.0.7)
      tilt
    haml_coffee_assets (1.13.2)
      coffee-script (>= 1.0.0)
      sprockets (>= 2.0.3)
      tilt (>= 1.3.3)
    hashie (2.0.5)
    hashr (0.0.22)
    hike (1.2.3)
    hitimes (1.2.3)
    hodel_3000_compliant_logger (0.1.1)
    htmlentities (4.3.4)
    http (0.6.4)
      http_parser.rb (~> 0.6.0)
    http-cookie (1.0.2)
      domain_name (~> 0.5)
    http_parser.rb (0.6.0)
    httparty (0.13.7)
      json (~> 1.8)
      multi_xml (>= 0.5.2)
    httpauth (0.2.1)
    httpclient (2.6.0.1)
    i18n (0.7.0)
    iconoclasm (1.0.9)
      addressable
      curb
    inflecto (0.0.2)
    ipaddress (0.8.0)
    jquery-rails (3.1.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (4.2.1)
      railties (>= 3.2.16)
    json (1.8.3)
    jwt (0.1.6)
      multi_json (>= 1.0)
    kgio (2.10.0)
    koala (1.11.1)
      addressable
      faraday
      multi_json
    linguistics (2.1.0)
      loggability (~> 0.11)
    linkedin (0.4.7)
      hashie (~> 2.0)
      multi_json (~> 1.0)
      oauth (~> 0.4)
    loggability (0.11.0)
    loofah (1.2.1)
      nokogiri (>= 1.4.4)
    macaddr (1.6.1)
      systemu (~> 2.5.0)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    mandrill-api (1.0.53)
      excon (>= 0.16.0, < 1.0)
      json (>= 1.7.7, < 2.0)
    marionette-rails (1.0.4)
      rails (>= 3.1.0)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    meta-tags-helpers (0.2.0)
      rails (> 3)
    metainspector (4.6.1)
      addressable (~> 2.3.5)
      faraday (~> 0.9.0)
      faraday-cookie_jar (~> 0.0.6)
      faraday_middleware (~> 0.10)
      fastimage
      nokogiri (~> 1.6)
    mime-types (1.25.1)
    mini_portile (0.5.3)
    minitest (5.8.1)
    money (6.6.1)
      i18n (>= 0.6.4, <= 0.7.0)
    multi_json (1.3.7)
    multi_xml (0.5.5)
    multimap (1.1.3)
    multipart-post (2.0.0)
    naught (1.1.0)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-ssh (3.0.1)
    newrelic_rpm (3.13.2.302)
    nokogiri (1.6.1)
      mini_portile (~> 0.5.0)
    nokogumbo (1.4.1)
      nokogiri
    nordea (2.0.2)
      money (>= 5.1.1)
      tzinfo (>= 0.3.38)
    oauth (0.4.7)
    oauth2 (0.8.1)
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
    octokit (3.8.0)
      sawyer (~> 0.6.0, >= 0.5.3)
    omniauth (1.1.4)
      hashie (>= 1.2, < 3)
      rack
    omniauth-37signals (1.0.5)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
    omniauth-appdotnet (0.0.2)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
    omniauth-cheddar (1.0.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
    omniauth-facebook (1.4.1)
      omniauth-oauth2 (~> 1.1.0)
    omniauth-fitbit (1.0.5)
      multi_xml
      omniauth-oauth (~> 1.0)
    omniauth-flickr (0.0.17)
      omniauth-oauth (~> 1.0)
    omniauth-github (1.1.2)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
    omniauth-google-oauth2 (0.2.6)
      omniauth (> 1.0)
      omniauth-oauth2 (~> 1.1)
    omniauth-instagram (1.0.1)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
    omniauth-jawbone (1.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
    omniauth-linkedin (0.1.0)
      omniauth-oauth (~> 1.0)
    omniauth-oauth (1.1.0)
      oauth
      omniauth (~> 1.0)
    omniauth-oauth2 (1.1.1)
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
    omniauth-runkeeper (1.0.1)
      multi_json (~> 1.0)
      omniauth-oauth2 (~> 1.0)
    omniauth-trello (0.0.1)
      oauth
      omniauth
      omniauth-oauth
    omniauth-tumblr (1.1)
      omniauth-oauth (~> 1.0)
    omniauth-withings (1.0.3)
      multi_xml
      omniauth (~> 1.0)
    omniauth-wordpress (0.2.2)
      omniauth-oauth2 (>= 1.1.0)
    omniauth-yammer (0.1.0)
      omniauth-oauth2 (>= 1.1)
    paperclip (3.5.4)
      activemodel (>= 3.0.0)
      activesupport (>= 3.0.0)
      cocaine (~> 0.5.3)
      mime-types
    pg (0.16.0)
    pismo (0.7.4)
      awesome_print
      chronic
      fast-stemmer
      nokogiri
      sanitize
    pusher (0.14.6)
      httpclient (~> 2.5)
      multi_json (~> 1.0)
      pusher-signature (~> 0.1.8)
    pusher-signature (0.1.8)
    rabl (0.11.6)
      activesupport (>= 2.3.14)
    rack (1.5.5)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.1.13)
      actionmailer (= 4.1.13)
      actionpack (= 4.1.13)
      actionview (= 4.1.13)
      activemodel (= 4.1.13)
      activerecord (= 4.1.13)
      activesupport (= 4.1.13)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.1.13)
      sprockets-rails (~> 2.0)
    rails_12factor (0.0.3)
      rails_serve_static_assets
      rails_stdout_logging
    rails_serve_static_assets (0.0.4)
    rails_stdout_logging (0.0.4)
    railties (4.1.13)
      actionpack (= 4.1.13)
      activesupport (= 4.1.13)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rainbow (1.1.4)
    raindrops (0.15.0)
    rake (10.4.2)
    rake-compiler (0.9.5)
      rake
    redis (3.1.0)
    redis-namespace (1.5.2)
      redis (~> 3.0, >= 3.0.4)
    request-log-analyzer (1.13.4)
    request_store (1.2.0)
    rest-client (1.6.9)
      mime-types (~> 1.16)
    rinku (1.7.3)
    ruby-hmac (0.4.0)
    ruby-readability (0.7.0)
      guess_html_encoding (>= 0.0.4)
      nokogiri (>= 1.6.0)
    ruby-trello (1.1.1)
      activemodel (>= 3.2.0)
      addressable (~> 2.3)
      json
      oauth (~> 0.4.5)
      rest-client (~> 1.6.7)
    sanitize (4.0.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.4.4)
      nokogumbo (= 1.4.1)
    sass (3.2.19)
    sass-rails (4.0.5)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.2.2)
      sprockets (~> 2.8, < 3.0)
      sprockets-rails (~> 2.0)
    sawyer (0.6.0)
      addressable (~> 2.3.5)
      faraday (~> 0.8, < 0.10)
    sax-machine (0.2.1)
      nokogiri (~> 1.6.0)
    scrypt (2.0.2)
      ffi-compiler (>= 0.0.2)
      rake
    sentimentalizer (0.2.2)
    settingslogic (2.0.9)
    sidekiq (3.0.2)
      celluloid (>= 0.15.2)
      connection_pool (>= 2.0.0)
      json
      redis (>= 3.0.6)
      redis-namespace (>= 1.3.1)
    sidekiq-unique-jobs (4.0.3)
      sidekiq (>= 2.6)
    similar_text (0.0.4)
    simple_oauth (0.3.1)
    sprockets (2.12.4)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    street_address (1.0.0)
    stripe (1.29.1)
      json (~> 1.8.1)
      rest-client (~> 1.4)
    subcontractor (0.7.0)
    systemu (2.5.2)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (1.4.1)
    timers (4.1.1)
      hitimes
    tire (0.6.2)
      activemodel (>= 3.0)
      activesupport
      ansi
      hashr (~> 0.0.19)
      multi_json (~> 1.3)
      rake
      rest-client (~> 1.6)
    tire-contrib (0.1.3)
      tire
    twitter (5.14.0)
      addressable (~> 2.3)
      buftok (~> 0.2.0)
      equalizer (~> 0.0.9)
      faraday (~> 0.9.0)
      http (~> 0.6.0)
      http_parser.rb (~> 0.6.0)
      json (~> 1.8)
      memoizable (~> 0.4.0)
      naught (~> 1.0)
      simple_oauth (~> 0.3.0)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uglifier (2.7.2)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.1)
    unicorn (4.9.0)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    useragent (0.6.0)
    uuid (2.3.8)
      macaddr (~> 1.0)
    video_info (2.4.2)
      addressable
      htmlentities
      multi_json
    whatlanguage (1.0.5)
    wordpress-com (0.0.1)
      json
      oauth2

PLATFORMS
  ruby

DEPENDENCIES
  activerecord-deprecated_finders
  asset_sync
  authlogic
  aws-sdk (~> 1)
  backbone-on-rails (~> 1.0.0.0)
  backbone-relational-rails!
  bitly!
  cancan (~> 1.6.10)
  clockwork
  coffee-rails (~> 4.0.0)
  domainatrix (~> 0.0.11)
  doorkeeper
  dynamic_sitemaps
  elif
  fastimage (~> 1.5.0)
  fatsecret-omniauth
  feedjira (~> 1.0.0)
  flamegraph
  fog-aws (= 0.1.0)
  font-awesome-sass (= 4.1.0)
  foreigner (~> 1.4.2)
  foreman (~> 0.63.0)
  geocoder (~> 1.1.8)
  google-search!
  haml (~> 4.0.3)
  haml_coffee_assets (~> 1.13.1)
  hashie (~> 2.0.5)
  highscore!
  hodel_3000_compliant_logger
  jasminerice!
  jquery-rails
  jquery-ui-rails (~> 4.2.0)
  linguistics
  link_thumbnail!
  macaddr (= 1.6.1)
  mailer!
  marionette-rails (~> 1.0.4)
  meta-tags-helpers (~> 0.2.0)
  multimap
  newrelic_rpm
  nokogiri (= 1.6.1)
  octokit (~> 3.0)
  omniauth (~> 1.1.4)
  omniauth-37signals (~> 1.0.5)
  omniauth-appdotnet (~> 0.0.2)
  omniauth-cheddar
  omniauth-facebook (~> 1.4.1)
  omniauth-fitbit (~> 1.0.3)
  omniauth-flickr (~> 0.0.11)
  omniauth-github (~> 1.1.2)
  omniauth-google-oauth2 (~> 0.2.0)
  omniauth-instagram (~> 1.0.1)
  omniauth-jawbone
  omniauth-linkedin (~> 0.1.0)
  omniauth-mapmyapi-mmf-oauth2!
  omniauth-oauth2 (~> 1.1.1)
  omniauth-reddit!
  omniauth-rescuetime!
  omniauth-runkeeper
  omniauth-toodledo!
  omniauth-trello
  omniauth-tumblr
  omniauth-twitter!
  omniauth-withings
  omniauth-wordpress (~> 0.2.1)
  omniauth-yammer
  omniauth-youtube!
  paperclip (~> 3.0)
  pg
  pusher (~> 0.14.0)
  rabl
  rails (~> 4.1.0)
  rails_12factor (~> 0.0.2)
  rails_indexes!
  rainbow (~> 1.1.4)
  redis (= 3.1.0)
  request-log-analyzer
  rest-client (~> 1.6.7)
  ruby-hmac
  ruby-trello
  sass (~> 3.2.0)
  sass-rails (~> 4.0.2)
  scrypt
  semantic_types!
  service_wrappers!
  sidekiq (~> 3.0.0)
  sidekiq-unique-jobs
  simplificator-withings (~> 0.6.10)!
  stripe
  subcontractor (~> 0.7.0)
  tilt (~> 1.3)
  tire (~> 0.6.0)
  tire-contrib (~> 0.1.3)
  uglifier (>= 1.3.0)
  unicorn
  useragent (~> 0.6.0)
  uuid (~> 2.3.7)

BUNDLED WITH
   1.10.5

@tute
Copy link
Contributor

tute commented Oct 9, 2015

I started a Rails app with your version of Rails and of doorkeeper and couldn't see your issue. See https://github.com/tute/doorkeeper-issue-729/commits.

I can't replicate it, will need more information in order to work on it. Until I don't have running code showcasing the error you see, I'll close this issue, as I can't work on it.

See also https://github.com/norman/yourbugreportneedsmore.info/blob/master/index.html/.

@tute tute closed this as completed Oct 9, 2015
@godinezb
Copy link

Bumping into the same error when using use_doorkeeper on my routes file:

local variable or method use_doorkeeper for #ActionDispatch::Routing::Mapper:0x00007f26c1e268c0

If I try to go for:
mount Doorkeeper::Engine => "/oauth"
I get the error:

uninitialized constant Doorkeeper

gem 'rails', '~> 5.0.2'
gem 'doorkeeper', '4.2.5'

My application isn't api only.

@XavierTalpe
Copy link

Ran into the same problem. Was caused by running rails server before adding/installing the gem. Restarting the server solved the issue.

@BookOfGreg
Copy link

I had this message also, in extension to previous commenters, I had to spring stop after bundling. 👍

@jana-srec
Copy link

i ran into the same problem , and just restart the server as the issue get solved

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

6 participants