Archive for August, 2007

Using Visual Studio as a Ruby On Rails IDE

Microsoft Visual StudioThere are lots of good editors for Ruby development, such as Aptana (formerly known as RadRails) which is based on the Eclipse framework so it needs lots of resources to run (because is is based on Java). An other solution can be RoRED. RoRED seems to be OK, but I really miss lots of features from it.

If I say IDE, I mean a full featured environment with project management, useful editor and debugging features. And this is when Visual Studio comes in. Microsoft’s Visual Studio is one of the most famous IDEs, used by lots of programmers who have to focus on .Net, ASP, C, C++, C#. But what about Ruby developers? Since now it can be used as a Ruby On Rails IDE with a “small extension” built by SapphireSteel Software: Ruby In Steel.

Continue reading ‘Using Visual Studio as a Ruby On Rails IDE’

TextMate: The best Ruby On Rails editor for OS X

TextMateIn the development scene lots of people are using Macs and OS X. If you can afford to buy a Mac (or you already have one or maybe more :)) the best choice for you must be TextMate. I can say it is the best code editor what I’ve seen so far on the OS X platform. It has lots of useful features, such as text snippets (for Ruby On Rails as well). Continue reading ‘TextMate: The best Ruby On Rails editor for OS X’