RoR: Mac + Textmate + SSHfs = Remote Development
By Daniel Miessler on March 29th, 2007: Tagged as OS X | Programming | RoR | Ruby | SSH
I recently started a major programming project using RoR and had to make the requisite decisions involving programming environments.
I elected to go with Textmate, as it was strongly recommended by two of the best RoR programmers in the world. But upon opening the application I realized that, unlike BBEdit which I normally use, Textmate doesn’t have the ability to open remote files via FTP or SSH.

Luckily there’s a workaround: if you install MacFuse and SSHfs, you can mount your remote Rails filestructure as a drive on your local system. Now I simply code using Textmate as if everything was local and Textmate doesn’t know the difference.
Browse –> Open –> Code –> Save –> Enjoy.:
