Last active
December 26, 2015 07:39
-
-
Save Incanus3/7117126 to your computer and use it in GitHub Desktop.
undefined method `interface' for PryByebug::Processor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gems included by the bundle: | |
* actionmailer (4.0.0) | |
* actionpack (4.0.0) | |
* activemodel (4.0.0) | |
* activerecord (4.0.0) | |
* activerecord-deprecated_finders (1.0.3) | |
* activesupport (4.0.0) | |
* addressable (2.3.5) | |
* annotate (2.5.0) | |
* arel (4.0.1) | |
* atomic (1.1.14) | |
* bcrypt-ruby (3.0.1) | |
* better_errors (1.0.1) | |
* binding_of_caller (0.7.2) | |
* bond (0.4.3) | |
* bootstrap_forms (4.0.1) | |
* builder (3.1.4) | |
* bundler (1.3.5) | |
* byebug (2.3.1) | |
* callsite (0.0.11) | |
* capybara (2.1.0) | |
* celluloid (0.15.2) | |
* childprocess (0.3.9) | |
* coderay (1.0.9) | |
* coffee-rails (4.0.1) | |
* coffee-script (2.2.0) | |
* coffee-script-source (1.6.3) | |
* columnize (0.3.6) | |
* database_cleaner (1.2.0) | |
* debug_inspector (0.0.2) | |
* debugger-linecache (1.2.0) | |
* devise (3.1.1) | |
* diff-lcs (1.2.4) | |
* erubis (2.7.0) | |
* execjs (2.0.2) | |
* factory_girl (4.2.0) | |
* factory_girl_rails (4.2.1) | |
* faker (1.2.0) | |
* ffi (1.9.0) | |
* formatador (0.2.4) | |
* guard (2.2.1) | |
* guard-rails (0.4.7) | |
* guard-rspec (4.0.3) | |
* guard-spring (0.0.4) | |
* hike (1.2.3) | |
* hirb (0.7.1) | |
* i18n (0.6.5) | |
* jbuilder (1.5.2) | |
* jist (1.5.1) | |
* jquery-rails (3.0.4) | |
* json (1.8.1) | |
* launchy (2.3.0) | |
* libv8 (3.16.14.3) | |
* listen (2.1.1) | |
* lumberjack (1.0.4) | |
* mail (2.5.4) | |
* meta_request (0.2.8) | |
* method_source (0.8.2) | |
* mime-types (1.25) | |
* mini_portile (0.5.1) | |
* minitest (4.7.5) | |
* multi_json (1.8.2) | |
* nokogiri (1.6.0) | |
* orm_adapter (0.4.0) | |
* polyglot (0.3.3) | |
* pry (0.9.12.2) | |
* pry-byebug (1.2.0) | |
* pry-doc (0.4.6) | |
* pry-docmore (0.1.1) | |
* pry-rails (0.3.2) | |
* pry-stack_explorer (0.4.9.1) | |
* puma (2.6.0) | |
* rack (1.5.2) | |
* rack-contrib (1.1.0) | |
* rack-test (0.6.2) | |
* rails (4.0.0) | |
* rails-footnotes (3.7.9) | |
* railties (4.0.0) | |
* rake (10.1.0) | |
* rb-fsevent (0.9.3) | |
* rb-inotify (0.9.2) | |
* rdoc (3.12.2) | |
* ref (1.0.5) | |
* rspec (2.14.1) | |
* rspec-core (2.14.6) | |
* rspec-expectations (2.14.3) | |
* rspec-mocks (2.14.4) | |
* rspec-rails (2.14.0) | |
* rubyzip (1.0.0) | |
* sass (3.2.12) | |
* sass-rails (4.0.1) | |
* sdoc (0.3.20) | |
* selenium-webdriver (2.37.0) | |
* shoulda-matchers (2.4.0) | |
* simple_form (3.0.0) | |
* simplecov (0.7.1) | |
* simplecov-html (0.7.1) | |
* slop (3.4.6) | |
* spring (0.0.11) | |
* sprockets (2.10.0) | |
* sprockets-rails (2.0.1) | |
* sqlite3 (1.3.8) | |
* therubyracer (0.12.0) | |
* thor (0.18.1) | |
* thread_safe (0.1.3) | |
* tilt (1.4.1) | |
* timers (1.1.0) | |
* treetop (1.4.15) | |
* turbolinks (1.3.0) | |
* twitter-bootstrap-rails (2.2.8) | |
* tzinfo (0.3.38) | |
* uglifier (2.2.1) | |
* warden (1.2.3) | |
* websocket (1.0.7) | |
* will_paginate (3.0.5) | |
* will_paginate-bootstrap (1.0.0) | |
* xpath (2.0.0) | |
* yard (0.8.7.2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: /home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/devise-3.1.1/lib/devise/controllers/helpers.rb @ line 256 Devise::Controllers::Helpers#sign_in_and_redirect: | |
252: def sign_in_and_redirect(resource_or_scope, *args) | |
253: options = args.extract_options! | |
254: scope = Devise::Mapping.find_scope!(resource_or_scope) | |
255: resource = args.last || resource_or_scope | |
=> 256: sign_in(scope, resource, options) | |
257: redirect_to after_sign_in_path_for(resource) | |
258: end | |
[8] pry(#<SessionsController>)> next | |
(0.4ms) begin transaction | |
(0.8ms) commit transaction | |
2013-10-23 13:45:50 +0200: Rack app error: #<NoMethodError: undefined method `interface' for #<PryByebug::Processor:0x000000063f2810>> | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:85:in `ensure in call' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:85:in `call' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb:64:in `call' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/railties-4.0.0/lib/rails/engine.rb:511:in `call' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/railties-4.0.0/lib/rails/application.rb:97:in `call' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/puma-2.6.0/lib/puma/server.rb:486:in `handle_request' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/puma-2.6.0/lib/puma/server.rb:357:in `process_client' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/puma-2.6.0/lib/puma/server.rb:250:in `block in run' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/puma-2.6.0/lib/puma/thread_pool.rb:92:in `call' | |
/home/jakub/.rvm/gems/ruby-2.0.0-p247@objednavky/gems/puma-2.6.0/lib/puma/thread_pool.rb:92:in `block in spawn_thread' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment