reg ROR

Hi all,

I am new to ROR concepts

where to get detailed tutorial for web development using Aptana rad rails (OS–> Windows) pls provide some suggestion reg d same

Hi all,

I am new to ROR concepts

where to get detailed tutorial for web development using Aptana rad rails (OS--> Windows) pls provide some suggestion reg d same

First work right through the tutorial at railstutorial.org, which is free to use online and uses cloud9 for development so everything can be done in the browser and is not dependent on a particular OS. That will show you the basics of Rails. Then I suggest you rethink your plan to use Aptana on Windows and instead use a linux version such as Ubuntu, or use a Mac. Some do claim success on Windows but many more use Linux or Mac and there will be little help available for you here and on the forums if you use Win.

Colin

Agreed on all points. One thing to add is, if they are “married” to a Windows environment settings up something like Virtualbox with Ubuntu to use as their development environment might be a good step. + You get to learn some ops stuff along the way. :slight_smile:

-James