Setting Up Rails Development Environment using Aptana Studio
You first need to complete the first five steps of my earlier post “Setting Up Rails Development Environment on Windows Vista/XP” which explain how to install Ruby, RubyGems, Ruby on Rails, Mongrel web server and MySQL database server on Microsoft Winodws Vista/XP. You can skip the last two steps(sixth and seventh) of that post which describe how to setup NetBeans 6.1 IDE for development with the Rails framework; continue with this post instead which explains how to setup the Eclipse-based IDE Aptana Studio for developing web applications using the Ruby on Rails framework.
Download and Install Aptana Studio and RadRails plugin

Select Aptana RadRails checkbox and select all the available optional features available for it.

I recommend that you leave the selected default location for installation as it is and proceed with the installation.

Once the RadRails plugin is installed, it is time to configure Ruby installation in Aptana Studio. If you haven’t installed Ruby and Ruby on Rails yet, see my previous post.
Configure Ruby/Rails in Aptana Studio


That’s all we need to do to get Ruby on Rails framework configured with Aptana Studio IDE. We can now create new project and check out if everything is working properly. I have made a separate post to show how to create a basic Ruby on Rails web project in Aptana Studio and run it with the help of a lot of screenshots to introduce you to the most important features of the Aptana RadRails IDE for Rails based development, so check that out for more details.
5 comments
Unable to download the ruby plugin for aptana, giving an exception in last stating:
org.eclipse.eclipsemonkey.ruby_1.0.3.200807071913NGT.jar cannot be downloaded.
[...] Tutorial configuración: http://beans.seartipy.com/2008/09/03/setting-up-rails-development-environment-using-aptana-studio/ [...]
[...] Setting Up Rails Development Environment using Aptana Studio [...]