Newbie Question

What are some Great resources to get into Rails? Keep in mind this is for someone that has little to no programming experience. So starting from scratch...

Work right through a good tutorial such as railstutorial.org which is free to use online. Make sure that you install exactly the correct version of rails for the tutorial (which should be Rails 3.n) Most developers use Linux (Ubuntu for example) or Mac. I recommend installing with rvm, I gather that rbenv is an alternative. Also consider that to develop web applications you will eventually need a good knowledge of html, css and javascript.

Colin