Text Editors and IDEs for Ruby
What have I found out so far?
Update: (18.30 hrs) I tried out SciTE and found it useful. I have not had time to evaluate the other two, so I guess I shall stick to SciTE. MiiJaySung on the Ruby forum has suggested NotePad2 for Ruby as a better alternative.
Technorati Tags: Text Editors and IDEs for Ruby, IDE, Text Editors, jEdit, SciTE, FreeRIDE
Blogs linking to this article
- Definition of Ruby
- Ruby Windows Installer
- Interactive Ruby - Open a new DOS window and type irb --simple-prompt A prompt appears as >>
- Run a Ruby program by typing ruby hello.rb
- Learnt some features of Ruby like comments, naming rules, variables, constants, strings etc.
- In your Ruby installation there is a built-in text editor 'SciTE' in the ruby/scite folder. SciTE is a SCIntilla based Text Editor.
- Your Ruby installation also has FreeRIDE, a pure Ruby Integrated Development Environment.
- A Ruby Editor plugin for jEdit is also available, as a free download. This converts jEdit into an intelligent Ruby IDE.
Update: (18.30 hrs) I tried out SciTE and found it useful. I have not had time to evaluate the other two, so I guess I shall stick to SciTE. MiiJaySung on the Ruby forum has suggested NotePad2 for Ruby as a better alternative.
First Post | Previous | Next
Technorati Tags: Text Editors and IDEs for Ruby, IDE, Text Editors, jEdit, SciTE, FreeRIDE
Blogs linking to this article
1 Comments:
how about vim plugins for the vi editor? Here are some
a. Vim/Ruby
b. VimRubySupport
c. RubyForge
I am sure google can find you some more.
Post a Comment
<< Home