Hello. My application needs routes like '/something/:year/:month/:day/' in several controllers, so i'm looking for a way to factor out this logic and package it into plugin (because the same logic is needed in different app).
I have a lite app with tests implementing this behaviour: https://gist.github.com/nikita-d/8402137 So, how can i make a plugin that, given a base route and endpoint, inserts a bridge that handles dates between them? -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/groups/opt_out.
