Impressum / Imprint

Eclipse-based Rails IDE

Posted on October 06, 2005

From the RubyOnRails weblog:

RadRails is a project to build a cross-platform IDE for Ruby on Rails using the Eclipse platform. It’s still very early days, but they have an alpha out you can play with.

Hm. I for my part really enjoy not using the tools I used for Java development when doing Rails projects. Especially if it saves me some hundred MB of RAM ;-)

But - as long as it attracts more users to Ruby and Rails - fine with me :-)

Comments
  1. MattOctober 11, 2005 @ 07:44 PM
    One of the goals of the project, and the reason we're using Eclipse RCP, is to reduce the memory footprint while still offering plenty of functionality. It's still certainly larger than vim or your favorite text editor, but right now it's using less than 50mb of RAM at runtime.
  2. jkOctober 11, 2005 @ 11:28 PM
    Wow, that sounds quite impressive. Didn't know Eclipse could be that slim. But it's still more than two XEmacs instances ;-)