On Linux environment, is there any good intellisense tool, like an IDE you use for coding Ruby on Rails?
And what about Windows environment, any really good smart editor?
thank you
On Linux environment, is there any good intellisense tool, like an IDE you use for coding Ruby on Rails?
And what about Windows environment, any really good smart editor?
thank you
The best one is of course RubyMine: http://confluence.jetbrains.net/display/RUBYDEV/RubyMine+EAP
Try Komodo Edit (free) or Komodo IDE (money): http://www.activestate.com/komodo-edit
Why don't you just use Sublime Text 2 Text Editor, which is lighter than any IDE, and then you can install the SublimeCodeIntel which will provide you with autocomplete features , you can do that through installing Package Control , then
⌘+shift+p → “install” → ENTER → “codeintel” → ENTER → Restart ST2
It is working perfectly with me and I'm totally in love with this smart editor .
Anyways if you are looking for a full IDE give netbeans a try http://netbeans.org/projects/ruby/