Text Editor with SSH/Terminal/FTP/Putty combo for develeping in Rails on Windows
- by Panoy
I plan to learn Ruby on Rails and would like to code in my development box which runs on Windows XP. I have Ubuntu Server (forgot the version ;p) running as my web server with Rails installed on it.
I have been considering using Vim as my text editor of choice in XP but would like to know any text editor and accompanying shell/FTP/Putty/SSH (or whatever you may call it) program that can access those files in my Ubuntu server. It is better if the shell can be called or is bundled inside the text editor.
I would like to know your combinations (text editor + shell) and your experiences on it when you were able to develop your Rails projects on that combination.
Cheers!