Routex Demo

A demo application using Routex. The source code of this example can be found at Github

View the product page (current route branch)

Alternatives

The extension AlternativeGetters makes it easy to link to alternative pages.

Embedded in code Value
@route.contact: europe@example.com
@route.locale: en-150
@route.region_display_name Europe
 
Runtime values Value Source priority
@runtime.locale: en-150 [:query, :session, :accept_language, :attrs]
@runtime.language: en [:query, :attrs]
@runtime.region: 150 [:accept_language, :attrs]
Gettext.get_locale(): en Stateful process