2006/6/28, Jamis Buck <[EMAIL PROTECTED]>:
Francois,
I suspect the problem is that the :game regex has \A and \Z in it.
Because the new routes put that verbatim into the larger route regex,
the match will fail. (Ditto for the /^.*$/ regex, with the ^ and $
anchors.) I *think* (Nicholas, correct me if I'm wrong) that you can
just take the \A and \Z out of the regex and all will be well. Can
you give that a spin and see what happens?
By the way, isn't \A \z better than \A \Z ?
-- Jean-François.
--
À la renverse.
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core