show/hide this revision's text 2 Correcting typos

Hi Chris,

Firsly Ruby/Rails support on Windows is woeful, if you only have a windows pc get vmware and install an ubuntu virtual machine, you will save yourself a world of unnessisary unnecessary pain.

Then you might want just take a few days to learn Ruby first, there are plenty of good Ruby books and tutorials about.

Learning Rails can be tricky the majority of content out there is outdated, so make sure the version of rails Rails they use is 2.0 +. Peepcode.com video tutorials are extreamly extremely useful when starting out (but not free) and also check out RailsCasts as they are free.

The majority of Ruby/Rails projects have migrated to Git, so if you're unfamiliar with it you'll need to learn that too although if you have used SVN, that shouldn't be a problem. Checkout a few opensource Rails projects on github.com and see how they do things if you get stuck.

Good Luck

show/hide this revision's text 1

Hi Chris,

Firsly Ruby/Rails support on Windows is woeful, if you only have a windows pc get vmware and install an ubuntu virtual machine, you will save yourself a world of unnessisary pain.

Then you might want just take a few days to learn Ruby first, there are plenty of good Ruby books and tutorials about.

Learning Rails can be tricky the majority of content out there is outdated, so make sure the version of rails they use is 2.0 +. Peepcode.com video tutorials are extreamly useful when starting out (but not free) and also check out RailsCasts as they are free.

The majority of Ruby/Rails projects have migrated to Git, so if you're unfamiliar with it you'll need to learn that too although if you have used SVN, that shouldn't be a problem. Checkout a few opensource Rails projects on github.com and see how they do things if you get stuck.

Good Luck