The best environment for Rails on Windows

Fabio Akita has put together an excellent how-to on how to setup your windows machine to succesfuly install a perfect environment to develop Rails applications.
Before starting out, ignore some of what’ve already read elsewhere: it is not necessary to use full blown IDEs such as Netbeans or Aptana. You can, but you don’t need to. [...]

Validatig non AR Models in Rails 2.1>

Since Active Record changed in Rails 2.1, now you have to do this.