The restcontroller sets up a couple routes that use the Rails ";"
separator. For example,

  'messages/:(id);edit',
  'messages/:(id).:(format);edit',

Reading through some of the Rails Routes documentation, I see they've
decided to deprecate the use of ";" and go with plain "/" instead.

http://dev.rubyonrails.org/changeset/6485

Just wondering if Python Routes will/should follow suit?

Thanks,

--David Niergarth


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to