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?
E?
|
2
|
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? E? |
|||
|
|
|
|
For me, on the Mac it definetly has to be TextMate. You may want to check out the TextMate clone for Windows, E-TextEditor. |
|||
|
|
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. |
|||
|
|
|
|
I use NetBeans at work and e at home. I've considered switching to RubyMine, has anyone tried it? |
|||
|
|
|
|
My choice for Mac is definitely TextMate. For Linux i may use Vim or Gedit. |
|||
|
|
|
|
For Windows? Really, don't bother with E-TextEditor... it's a nice idea and a good feature set (thanks to TextMate!), but it is waaaay too buggy. Since getting a recommendation from a Twitterite, I switched to Sublime Text (http://www.sublimetext.com/) and find it delightful. |
|||
|
|
|
|
I toggle between the Ruby-Enhanced version of Notepad2 and Sapphire Steel depending on what project I work on. |
|||
|
|
|
|
On Windows : E On Linux : Vim On Mac : TextMate |
|||
|
|
|
|
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'... |
|||
|
|
|
|
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. |
|||
|
|
|
|
for what its worth, i am developing on Vista at home, and XP at work. I was using Notepad++, but i have recently changed to SCITE, and i find it great for Ruby. |
|||
|
|
|
|
Rubymine is the latest addition to IDEs. |
|||
|
|
|
|
On windows I use Aptana with the Radrails plugin, but the best way to go is to get a Mac and Textmate. |
|||
|
|
|
|
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. |
|||
|
|
|
|
Preface: all these are my personal opinions On Mac
On Windows
CLI
|
|||
|
|
I have recently started working with Ruby on Rails. One thing I like about RoR 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. 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 center piece of your development. Specifically for Ruby, get VIM with RubyonRails plugin. Don't forget to download NERDTree for better file explorer in VIM. Aptana Studio community edition is best if you require IDE. Hope this helps. |
|||
|
|
|
|
Zeus does syntax highlighting and code folding for the Ruby language. |
||
|
|
|
|
BBEdit, especially now that verion 9 is out (better project support, non-modal find, diff-by-character). I tried (briefly, I admit) using TextMate, and I could see how strong it was as an editor, but in the short time I was using it the anti-aliased text drove me nuts. Sure, the text display settings can be changed, but though I put some effort into switching to Monaco 11pt non-anti-aliased, I could not get it to not look like ass. In the end, this was mostly due to the default profile's use of boldface and italic text, which looked horrible when anti-aliasing was turned off. There may be an easy way to go through and remove that kind of text styling in one step, but I couldn't find it, and I didn't want to deal with manually tweaking the profile to exclude it. |
|||
|
|
|
|
emacs, run fast from eclipse and eclipse based IDE's. my experience has been huge memory leaks in the jvm when using them. |
|||
|
|
|
|
I'm a Textmate guy, but also recommend JEdit and VIM Ruby/Rails bundles. |
||
|
|
|
|
Has anyone tried 3rdRail by CodeGear. Looks pretty nice. http://www.codegear.com/products/3rdrail |
||
|
|
|
|
I used Aptana for about a year before I switched over to E Texteditor. It's like Textmate for windows. |
||
|
|
|
|
There are several discussions on this very subject here on SO: what-ide-to-use-for-developing-in-ruby-on-rails-on-windows Might want to check these out. |
||
|
|
Aptana provides all the things you're looking for. If you've already used Eclipse, you should feel right at home. |
||
|
|
|
|
I use TextMate on my Mac. It does a pretty good job as a general purpose editor, and works well with Ruby. It does syntax highlighting, etc, and has a file explorer built in. So if I have a rails project in a directory called MyWebSite, from the command line I just type:
TextMate opens up with its built-in file explorer showing all of my project files. I love that feature since so much of Rails takes place on the comamnd line anyway. |
||
|
|
|
|
I just love NetBeans, and because they have full support for Ruby, I would give you NetBeans as my recommendation. |
||
|
|
|
|
NetBeans from Sun, with the Ruby package. Syntax highlighting, auto complete, debugging support, unit test support. Plus it's multiplatform and free. |
||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
Coming from the java/intellij world, I needed a more full-featured ide for my development. I have found netbeans to be the ide that fits my rails development the best. It offers common things like syntax highlighting, autocomletion, ability to run rake tasks, and an integrated debugger. |
|||
|
|
|
|
For a full IDE, Netbeans is great. The debug power is awesome. Textmate is also nice for text editor only. |
|||
|
|