2

Possible Duplicate:
What IDEs are available for Ubuntu?

I am in search of a light-weight RoR IDE for Ubuntu. Netbeans is good but bulky for a beginner. Same is true with Eclipse.

Is there any simple IDE which is also FREE?

RPK
  • 183
  • Some options are given here http://stackoverflow.com/questions/16991/what-ruby-ide-do-you-prefer. I will say nothing is lighter than VIM. Chk out http://biodegradablegeek.com/2007/12/using-vim-as-a-complete-ruby-on-rails-ide/ – Chakra Apr 19 '11 at 12:29

2 Answers2

1

I believe that the Eclipse plugin RadRails is available for Ubuntu.

Edit: If that is not to your taste, here are several others

Steven
  • 225
0

rails.vim provides a very convenient environment for working with Rails projects in Vim, just watch the screencast. However, I wouldn't recommend it to a beginner who's never used Vim. It's better to focus on learning one thing at a time.

Adam Byrtek
  • 9,811