On Sep 7, 2012, at 2:55 PM, Yvon Thoraval yvon.thoraval@gmail.com wrote:
I've installed rmate on a remote server although I'm able to create a new file on this server, when doing some modification on an existing file, they aren't saved after the saving and closing on the TextMate side.
The server is running Xubuntu 12.04, ruby 1.9.3 has been installed using rvm.
Try use ‘rmate -v’ then it should print potential exceptions to stderr.
When the file already exists it does:
File.chmod(File.stat(path).mode, temp.path) if File.exist? path
Perhaps that does not work on ruby 1.9.x.