Rackup script is not found in sdk
i have a remote ruby SDK with bundler and Rack, bundled using bundler (so it's not installed in rmv based gem environment) . when i trying to configure Run/Debug RubyMine says "Rackup script is not found in SDK" ("run script in context on the bundle" checkbox is turned on)
"bundler exec rackup" comman works fine.
请先登录再写评论。
oh, RubyMine 2018.1.4
it also strange that in Settings -> Languages & Frameworks -> Ruby SDK and Gems for my remote ruby sdk showing only one gem - bundler. is it ok?
Perhaps this is due to the fact that "bundle install" was running with --path parameter and gems were installed not in standard path?