Bruno Meira wrote in post #1019487:
> Hi 7stud,
> I wanted a URL like that: /users/:id, where :id could only be one or
> more integers, actually the user id.
> I don't have in mind any case that this line could'nt be resolve.
> Could you give me an example?
> Thx ;D

Sure, your route+constraint matches the url:

  /users/SallieMae5

and therefore it does not meet your stated requirements.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to