I'm probably one of two people using Rails who really cares about the little annoyances that come with choosing to use primary key field names of tablename_id. :) I don't know if it's 1.1 worthy, but I would like some feedback on http://dev.rubyonrails.org/ticket/3373 -- specifically, what would the preferred location be for a globally- accessible way to get the primary key field name based on ActiveRecord::Base.primary_key_prefix_type. This comes up not only when generating fixtures (the subject of that patch), but also with schema dump and migrations.

I have other patches that I use for schema dumping and migrations that improve the support for ActiveRecord::Base.primary_key_prefix_type, so it wouldn't take me long to add some tests and submit a patch if I had a pointer on where that case statement would best reside.

On Feb 26, 2006, at 11:13 AM, Michael Koziarski wrote:

Hey guys,

We're now beginning to finalise rails 1.1, and we need to make sure
that we don't miss any heinous bugs.  While we'll all be giving the
list a once over, we're only human and we're likely to miss things.

So, if you have any tickets which you think need to be addressed,
please bring them up in this thread,  or add a keyword of
needs_review.   We're pretty keen on pushing out a 1.1 release pretty
soon, but we also want to get all the nasty bugs.

--
Cheers

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

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

Reply via email to