Label: routes

All content with label routes.
Related Labels: controllers, rest, tutorial, recipes, routing

Page: Adding trailing slash to pages automatically (Pylons Cookbook)
From a search engine point of view, it is important that every url in your application has one canonical location. It's not true by default in your Pylons app but it is easy to fix. Step 1: Fix url generation. Routes has undocumented appendslash ...
Other labels: controllers, recipes
Page: Alternative controller searching method (Pylons Cookbook)
Alternative controller searching method This article is in DRAFT status. It needs rewording and style improvement. Documentation masters, please help! :) This article is for advanced users! This article is for Pylons 0.9.6! In older versions the configuration layout is different, but it is still possible to implement this, I ...
Other labels: routing, controllers