1. Introducing Backbone.RouterFilters

    Rails controller like filters for your Backbone Router

    Backbone is amazing and so small that you have no excuse not to look at the source code as you’re using it. The hardest things I’ve encounter with Backbone are reconciling it with my experience using the Rails MVC structure and reminding myself that a 1,500 line library (that’s with comments!) is sure not to have all the features I’ve become used to in Rails.

    Read more →