For those of you that don't follow Edge Rails, there is , once again,
a ticket that shares a common objective with RC. The submitter
(which I believe is also a member of the RC group -hi wildchild!) is
looking to get a key in parms to identify polymorphic resources.
Nothing particularly wrong with that -I've even proposed parms
stuffing in the past (
http://dev.rubyonrails.org/ticket/8105)
But I've -1'd his ticket because of the syntax required in routes.rb.
I like with RC does (at the cost of some hairy code, albeit) to find
polymorphic enclosing resources with no syntax. And with some changes
to Rails (documented here:
http://cho.hapgoods.com/wordpress/?p=151
and in previous posting to this forum) I'm sure the RC approach will
only get simpler, faster and less ambiguous WITH no syntax required in
routes.rb.