views:

85

answers:

1

It seems like there's a lot of cool stuff going on in the Ruby on Rails world. I am primarily a PHP developer, and use Zend Framework for creating web applications, but I would like to learn more about Ruby on Rails.

Where can I find the best online resources for learning Ruby on Rails?

Resources:

Here are some of the resources I've collected so far:

+5  A: 

I think http://guides.rubyonrails.org/ is a good place to start. You an also read rails in nutshell book for free while it's being written. Railscasts is also very good resource if you want to learn cool rails tricks.

Chandra Patni
So far, the guides have been extremely helpful!
Andrew