Closed perajovic closed 10 years ago
Please read https://github.com/textmate/textmate/wiki/Writing-Bug-Reports and revise your report.
On 1 Aug 2014, at 1:06, Pera Jovic wrote:
For saving a huge amount of time to someone, please make a correction in the following things:
rmate
doesn't work withruby 2.0
(not tested w/2.1
) -- with1.9
it works- in blog post http://blog.macromates.com/2011/mate-and-rmate/ you say that we should use
127.0.0.1
. No, it needs to be
``` localhost
.
- with
host: auto
in/etc/rmate.rc
it doesn't work, but withhost: 127.0.0.1
it works.Thanks.
Reply to this email directly or view it on GitHub: https://github.com/textmate/rmate/issues/34
As for 1) the blog post has since been fixed (this was a revert gone bad), thanks for letting us know.
As for 2) Use 'auto' to detect the host from SSH — this can only be used when you can reach your Mac from your server, if you have to use 127.0.0.1
then auto
is not for you (i.e. you need to go via a tunnel).
As for 3) rmate
connects to a socket on your Mac and cannot itself launch something. It might be possible to have launch services handle this (by installing a daemon that is woken up when someone tries to connect to a certain port), but I don’t think launch services is meant for launching graphical applications (when someone connects to a port), and it does have a few problems, so it’s not something I plan to pursue.
For saving a huge amount of time to someone, please make a correction in the following things:
127.0.0.1
. No, it needs to belocalhost
.host: auto
in/etc/rmate.rc
it doesn't work, but withhost: 127.0.0.1
it works.rmate
.Thanks. //EDIT Removed part about ruby20 -- it works with ruby20 as well (it was a gem issue) and added 3.