torquebox / torquebox-console

A Pry console for TorqueBox.
Other
16 stars 4 forks source link

(LoadError) no such file to load -- torquebox/console/server #3

Open brightball opened 11 years ago

brightball commented 11 years ago

This happens whenever I connect to the torquebox console and then try to switch to my application. torquebox-console isn't in the application's Gemfile because if I do that I get application errors on the application in general, specifically dependancies on pry.

https://gist.github.com/aramisbear/1f80e55d01973accdc0e

brightball commented 11 years ago

Solved my own problem. You have to also have pry installed for the console to work. Should that be added as a dependency to this gem? Going to leave this open for comment.

HenriMorlaye commented 11 years ago

I had the same problem: I added torquebox-console and pry to my gemfile and it works now.