Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RubyMine 6 を使い始めました。Rails 4、Ruby 2.1.1 プロジェクトに取り組んでいます。サーバーとして Pow を使用して RubyMine にデバッグする方法を見つけることができません。
正しい方向に向けてください。
実際には、Pow を使用して yourapp.dev ドメインを localhost:3000 にプロキシすることができます。
echo 3000 > ~/.pow/yourapp
次に、yourapp.dev にアクセスし、通常どおり Rubymine でアプリをデバッグします。