On Sun, Jul 20, 2008 at 8:45 AM, Thomas G. Willis <[EMAIL PROTECTED]> wrote:

> One more thing, and this may just be my problem but, while working
> through the examples I'm constantly having to put a trailing "/" on
> the end of my urls for my controllers/actions. I assume this is
> probably something to change in the routing but there must've been a
> detail I missed somewhere or it's missing.

It sounds like you put trailing "/"'s on the paths in your route
definitions.  Some people do this, as if /articles/1234/ is better
than /articles/1234.  But obviously that's a useless inconvenience
unless the last component is really directory-like conceptually.  I
don't know if there are trailing slashes in the book, but if there are
it's a bug.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
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