CoffeeScript Routing, part deux

By Tim Bugai

Adding named parameters to the CoffeeScript router

Standalone Javascript Routing

By Tim Bugai

A recent project has us using spine.js as well as a few other JavaScript libraries. Though spine.js comes with its own routing, it conflicts with pjax. The solution was to roll our own.