Here's a few patches I'd like to see make it in:

http://dev.rubyonrails.org/ticket/3782 - Stop the MysqlAdapter crashing when views are present (ignoring is better than crashing).

http://dev.rubyonrails.org/ticket/4108 - Alias the STI table to the name of the association. Say Nationality uses sti (class Nationality < NamedItem), you can do Person.find(:all, :include => :nationality, :order => 'nationality.name'), rather than Person.find(:all, :include => :nationality, :order => 'named_items.name'). Especially useful if you're including multiple STIs that share the same table.

http://dev.rubyonrails.org/ticket/3677 - Should definitely be fixed for 1.1. Currently, any <attribute>? methods the user writes will be overridden by the AR default.

-Jonathan.
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to