A: 

When I started with Rails 2.x last year, I got some books that were talking on Rails 1.x

There were things that changed from 1.x to 2.x, such as the way scaffolding works or that a framework like streamlined stopped from existence. On the other hand, there were some concepts and points that stayed valid from Rails 1.x to 2.x For example, most tutorials and documents start on talking about the model layer, how easy it is to use ActiveRecord and how you have REST for dealing with basic CRUD operations.

In general, I think with such an active community, it's actually one of the strong point of rails that you get so many shifts in innovation so fast. Actually, it is one of the strong points of the open-source community.

poseid
Right, I'm in agreement with you that this is one of the strong points of rails. However, it isn't relevant to people attempting to learn rails, which is the primary point of this question.
corprew
One source to point would be irc: #ror, #railsbridgeThere is also a webpage of railsbridge: www.railsbridge.org
poseid
+1  A: 

Check out API Dock. It has an excellent, annotated, and more importantly, versioned documentation of the rails API.

Damien Wilson