I’ve gone through Michael Hartl’s railstutorial.org, and I’m currently revisiting it. In fact, I use it as a resource for developing apps (especially in the early stages).
I will also go through the railsbridge.org tutorial.
Are there additional Ruby on Rails tutorials I should go through? I ask, because not everyone does things the same way, and each tutorial is likely to cover something that other tutorials do not. (For example, railstutorial.org relies entirely on RSpec testing, but I understand that testing can be done without RSpec.)