Ruby and linux, preferred setup?

20,679

Solution 1

RubyMine from JetBrains.com works well for Mac/Linux/Windows, the price is 99$ but it's probably the most productive IDE for Ruby and Rails I have tested so far.

Solution 2

Setup Gedit to be almost like Textmate

Solution 3

Aptana with the Rails plugin is pretty good.

Solution 4

If you are on Ubuntu/Debian, plain old emacs with ruby-elisp package isn't bad. It's no TextMate, but it's not bad.

Solution 5

I prefer Netbeans on both linux and Mac

Share:
20,679
Sekhat
Author by

Sekhat

C# and ASP.NET programmer by profession. C# and anything .NET for fun. Though I know PHP, Python, C++ which I use all at times. Learning Ruby, and recently installed a Linux partition on my hard-drive (thought I should use it more outside the server environment) Have good knowledge of configuring Apache and general admin stuff with it, as well as reasonable ability with administrating Linux servers. Also pretty damn knowledgeable of T-SQL and MySql :)

Updated on August 17, 2022

Comments

  • Sekhat
    Sekhat over 1 year

    Mac's have TextMate as there preferred application for ruby development, but what would be the preferred application for linux? I need something where it's easy to work with multiple files, project structure and setup commands to run my ruby app or if it is one my merb app.Syntax highlighting is also a must.

    Now I typically use Vim, but it's not the best for working with multiple files or with a project structure, even with VTreeView plug-in or multiple VIM windows.

    So what would you guys suggest?

    If you have better plugins to use for VIM feel free to mention them, I'm not ruling out VIM here.