简体   繁体   中英

Linux supported IDE for Ruby on rails development

what is the best IDE for developing Ruby on rails project for a website on Linux based platform ? i also need to devrlop the front end . i am using mongodb for database.

NetBeans很好。

Personally I just use a Sublime Text Editer that makes most easy for our code development....

Sublime Text is a sophisticated text editor for code, markup and prose. features

  1. slick user interface
  2. extraordinary features
  3. amazing performance
  4. no need to install (Portable)

    more info : www.sublimetext.com

Vim与rails.vimsnipMate脚本:)

我个人只是使​​用文本编辑器,但是我从其他开发人员那里听到了有关RubyMine的好消息

I'd recommend Komodo Edit http://www.activestate.com/komodo-edit

I've used it for several Rails projects now. It's a nice text editor with good project browsing and a few convenience features. Works on Mac, Windows and Linux, so is nice and portable.

I tried the pay version, but found it to be overkill.

If you want to go lightweight, vim + rails.vim is an awesome combo.

If you want a heavier IDE, check out RubyMine . I've been using it for about 5 months now, and it's really quite excellent - I'm not normally an IDE guy, but it's got enough nice features that I've stuck with it.

I suggest you avoid finding some bloated memory hog of an IDE. You don't get much benefit from them in dynamically typed languages. If you want syntax highlighting, indentation, easy project navigation, etc, just use vim with rails.vim , as jrdioko suggested. You'll be impressed with many of its features and it's super lightweight.

它不是一个IDE,但是我真的对Gmate插件使用Gedit进行了评分

Try out RubyMine 6. It is amazing. It has pretty good features for specially Ruby on Rails.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM