Yehuda Katz talked about Rails 3
Rails API should not change! It’s a mistake to change the API and the implementation at the same time (think Ruby 1.9 language and VM).
ORM Agnisticism
With for_for @obj, @obj can be an ActiveRecord, DataMapper, CouchDB, SimpleDB, Sequel object. Two interfaces are now support for ORM objects, ActiveRecord/DataMapper style: errors, #each, [...]
