Pry-Remote mit Pow on Rails 4

Ich bin (endlich) mit dem Upgrade auf Rails 4 beschäftigt und habe ein Problem mit Pry-remote.

Problem

Wenn hinzugefügtbinding.remote_pry zu meinem Code bricht es den Code, aber wenn ich nicht in den Debugger gelangen kann, indem ich @ tippry-remote. Dies funktionierte früher unter Rails 3 und Ruby 1.9.3.

Randnotiz

Wenn läuftRails s statt Pow undbinding.pry stattdessenbinding.remote_pry, es fällt in den Debugger.

Was ich laufe:

Pow 0.5.0ruby 2.1.5p273Rails 4.2.0OSX 10.9.5

Gemfile

gem 'pry'
gem 'pry-remote'
gem 'pry-stack_explorer'
gem 'pry-rails'
gem 'byebug'
gem 'pry-byebug'

Gemfile.lock

pry (0.10.1)
  coderay (~> 1.1.0)
  method_source (~> 0.8.1)
  slop (~> 3.4)
pry-byebug (3.0.1)
  byebug (~> 3.4)
  pry (~> 0.10)
pry-rails (0.3.3)
  pry (>= 0.9.10)
pry-remote (0.1.8)
  pry (~> 0.9)
  slop (~> 3.0)
pry-stack_explorer (0.4.9.2)
  binding_of_caller (>= 0.7)
  pry (>= 0.9.11)

EDIT 1: Auch mit Specs und ohne pry-byebug ausprobiert

Pow 0.5.0ruby 2.2.1p85Rails 4.1.6OSX 10.9.5

-> Rückgabehttp: //pastie.org/1005484

Antworten auf die Frage(4)

Ihre Antwort auf die Frage