I've heard so much about TextMate - The Missing Editor for Mac and that it is the best one for Ruby.
What is your choice?
And what is the best Ruby editor on Windows?
|
I've heard so much about TextMate - The Missing Editor for Mac and that it is the best one for Ruby. What is your choice? And what is the best Ruby editor on Windows? | ||||
|
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
|
I've tried a ton of editors then started using TextMate since it came out. Since then, I've occasionally tried others, but have always come back to TextMate. The bundles system awesome, it's quick start-up time and non-bloated-IDE feel have me convinced it's the best, most productive editor for Ruby available. | ||||
|
feedback
|
|
I tried all the IDE style tools, and Sun's NetBeans has the best Ruby support by far. It also has good debugger support. But, in the end I reverted to TextMate because all the IDEs are built in Java and just run slow. I never noticed it so much when doing Java work, but it really bugged me after doing Ruby for a while. The native tools are just a lot faster and my expectations for speed came to match that experience. | ||||
|
feedback
|
|
I just love NetBeans, and because they have full support for Ruby, I would give you NetBeans as my recommendation. | |||
|
feedback
|
|
I used Aptana for about a year before I switched over to E Texteditor. It's like Textmate for windows. | |||
|
feedback
|
|
I'm a Textmate guy, but also recommend JEdit and VIM Ruby/Rails bundles. | |||
|
feedback
|
|
Preface: all these are my personal opinions On Mac
On Windows
CLI
| ||||
|
feedback
|
|
Emacs with ruby-mode is my favorite. It's available for Linux, Mac & Windows and is my personal IDE for all programming languages I've worked in for the last 6+ years. Emacs can be intimidating at first (goofy keyboard combos for all the commands), but once you've passed the "beginner" stage via tutorials, you wont go back. | ||||
|
feedback
|
|
This will depend on your style of coding. If you like Java style with full IDE and in-editor debugging, Aptana with Radrails works pretty well on Mac/Windows. It also has the added bonus of having lots of helpers built in, so it makes it easier to get started. Personally though, I love Textmate (for mac; I used E before that on Windows). It loads super fast, and can run tests easily with great syntax coloring and useful code completion. If you want to do the whole debugging thing you can still use "debugger" rather than just checking off a line like with Aptana. If you're using something like Autotest for testing though, this makes a lot more sense than a full IDE. | ||||
|
feedback
|
|
I currently use NetBeans on a MAC and haven't had any issues at all. Speed hasn't been a problem for me. If you don't like NetBeans, JetBrains has just released RubyMine (see: http://www.jetbrains.com/ruby/index.html). RubyMine is a pretty cool IDE, but I don't see any reason to switch from NetBeans, as someone wrote, RoR is IDE-Agnostic, so pick what you like best and keep it movin'... | ||||
|
feedback
|
|
I toggle between the Ruby-Enhanced version of Notepad2 and Sapphire Steel depending on what project I work on. | ||||
|
feedback
|
|
I use NetBeans at work and e at home. I've considered switching to RubyMine, has anyone tried it? | |||||
feedback
|
|
We are using Netbeans 6.5 or later for our Scrumpad project and its working great for us. I would definitely recommend Netbeans for ruby or rails projects. | ||||
|
feedback
|
|
https://spreadsheets.google.com/ccc?key=0Al_hzYODcgxwdG9tUFhqcVVoUDVaLTlqT2YtNjV1N0E&hl=en#gid=1 lists several you can try | ||||
|
feedback
|
|
| ||||
|
feedback
|
|
3rdRail by CodeGear looks pretty nice. http://www.codegear.com/products/3rdrail | ||||
|
feedback
|
|
Emacs. It runs fast from Eclipse and Eclipse based IDE's. My experience has been huge memory leaks in the JVM when using them. | ||||
|
feedback
|
|
I have recently started working with Ruby on Rails. One thing I like about Ruby on Rails is that you don't have to be tied to any specific IDE to be productive. You can start working with any text editor which you have experience with. As I have been developing on Windows platforms for long time, I have explored all different text editors from Notepad2, Notepad++, PSPad, programmer's editor, TextPad, EditPad, EditPlus, E Text Editor. My favorite text editor so far for any programming and text tasks is Notepad++. In recent months, I am starting to use Vim. The initial learning curve is steep (if you are Windows person). but as you learn and configure Vim the way you like it, it will become the center piece of your development. Specifically for Ruby, get Vim with the Ruby on Rails plugin. Don't forget to download NERDTree for better file explorer in Vim. The Aptana Studio community edition is best if you require IDE. I hope this helps. | ||||
|
feedback
|
|
On Windows I use Aptana with the RadRails plugin, but the best way to go is to get a Mac and TextMate. | ||||
|
feedback
|
|
For what it's worth, I am developing on Windows Vista at home, and Windows XP at work. I was using Notepad++, but I have recently changed to SciTE, and I find it great for Ruby. I've also begun using Emacs. It is difficult to begin with, but useful too. | ||||
|
feedback
|
|
+1 for E Text Editor. It has more bugs than most other editors I've used, but taking those into account, I think it still comes out ahead of any of the other editors I've used. | ||||
|
feedback
|
|
TextMate is nice, although it's only available on Mac OS X and it's not open source. I find customizing it to be easy, up to a point. However, I've been using NetBeans for a few months for Ruby and have grown to love it. Its syntax checking and navigation abilities are great. The plugin community is large, and for mixed projects (JRuby with some Java), I can't imagine using something else. | ||||
|
feedback
|
|
Even if you pick a GUI as a primary editor (I prefer TextMate, or gedit dressed up as TextMate) you should spend some time getting to know one of the simple command-line editors like vi or nano. You really don't want to be trying to get to know a new editor while you're debugging something over an SSH connection. Nano is readily available in most package management repositories and has onscreen hints about what commands are available. | ||||
|
feedback
|
|
I have tried a lot of Windows editors, but for the moment I settled on PSPad. It supports highlighting for Ruby, Ruby on Rails and RHTML almost out of the box. It is reasonably lightweight, allows for ineditor file browsing, and has limited autocomplete capability. Though it is only distributed through an installer, you can actually copy the directory and have it run anywhere without installing it. It can be found here: PSPad. | ||||
|
feedback
|
|
Coming from the Java/IntelliJ IDEA world, I needed a more full-featured IDE for my development. I have found NetBeans to be the IDE that fits my Ruby on Rails development the best. It offers common things like syntax highlighting, autocompletion, ability to run Rake tasks, and an integrated debugger. | ||||
|
feedback
|