Mon-Ouie / pry-remote

Connect to Pry remotely
Other
639 stars 81 forks source link

pry-remote vs remote_pry #43

Closed victorbstan closed 10 years ago

victorbstan commented 10 years ago

I can never remember which one I'm supposed to use in the terminal VS binding.remote_pry in code.

I expect to memorize one pattern:

binding.pry_remote and pry_remote in code and console or binding.remote_pry and remote_pry in the code and console respectively.

the remote_pry and pry-remote is very confusing, and I don't know why they have to be named differently?

Otherwise, thanks for the awesome gem!

Mon-Ouie commented 10 years ago

I just figured it would make more sense to start a "remote pry session" than to start a "pry-remote session" (and the gem name makes it so it's still detected as a plugin by Pry).

Either way, both remote_pry and pry_remote are defined, so you can use whichever you prefer.