Live data from Hacker News

Ask HN: Textmate and RoR?

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: Textmate and RoR?

#11
post #5

I find Rubymine very useful. Some of it is just wrappers to shell commands, but other parts have syntax highlighting and suggestions and catching syntax errors. I like the git VCS integration and the debugging. I program Rails with it and really find it useful.

I agree and use both RubyMine and TextMate, usually separately, but when I am coding in Ruby (usually Rails work) I sometimes like to keep RubyMine and TextMate open on the same project because it is so fast to zip around to look at different files in TextMate. (I do the same sometimes for Java, keeping both IntelliJ and TextMate open.)

It may seem perverse keeping two editing systems open at once, but it works for me. I also even more perversely often keep TextMate open when I am working in Common Lisp or Clojure with Emacs.

Re: Ask HN: Textmate and RoR?

#12

Apologies in advance for not answering your question directly. Frankly, I wish I could have caught you before you paid for Textmate, as I would have encouraged you to try VIM. VIM has become one of the most popular editors among Rails developers and many Textmate users are making/have made the switch (myself included). It takes a week or two to get familiar with VIM, but once you are comfortable you'll never go back…

I think you'll like Janus:

https://github.com/carlhuda/janus

Your goodies plus a whole lot more.

Re: Ask HN: Textmate and RoR?

#13

Apologies in advance for not answering your question directly. Frankly, I wish I could have caught you before you paid for Textmate, as I would have encouraged you to try VIM. VIM has become one of the most popular editors among Rails developers and many Textmate users are making/have made the switch (myself included). It takes a week or two to get familiar with VIM, but once you are comfortable you'll never go back…

I think you'll like Janus: https://github.com/carlhuda/janus Your goodies plus a whole lot more.

Very cool. I'll definitely use some of these.
Post reply on HN