Not so long ago, I used to write my routes as
map.connect(':controller/:action')
now such a route fails to match due to the lack of leading slash. OK.
I was already told to visit http://pylonshq.com/docs/en/0.9.7/configuration/#url-configuration
But ... I would really recommend adding a note about this change to
"What's new in Pylons 0.9.7"
http://wiki.pylonshq.com/pages/viewpage.action?pageId=11174779
(which, even worse, shows the old syntax in the section about
Routes).
Warning about missing leading slash could also make some sense....
--
----------------------------------------------------------------------
| Marcin Kasperski | (...) the only completion criterion for
| http://mekk.waw.pl | the Analysis and Design phases is - the date.
----------------------------------------------------------------------
> What version of Routes do you have installed?
1.11
> It definitely does not requires the leading slash in Routes-1.10
OK, I was not sure, someone on IRC suggested that the change was
introduced in 0.9.7. Still, it deserves some warning, I just spent
a few hours trying to debug what is going on ;-)