On Jul 20, 5:20 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote:
> 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.
>
Thanks I'll look into it but unless I'm mistaken, the routing is the
default that paste setup at project generation.
I'm also noticing that globals and helpers don't come into the
controllers for some reason, perhaps it's all related but I haven't
had time to get to the bottom of it.
> --
> 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
-~----------~----~----~----~------~----~------~--~---