Media Summary: Sorcery is a full-featured, modular solution to authentication which leaves the controller and view layers up to you. Using feature flags based on Redis, we can enable and disable access to certain areas of our application. In this episode, learn ... Warden makes it easy to move authentication up into Rack middleware. This means authentication can be accessed outside of a ...
Ruby On Rails Railscasts 283 - Detailed Analysis & Overview
Sorcery is a full-featured, modular solution to authentication which leaves the controller and view layers up to you. Using feature flags based on Redis, we can enable and disable access to certain areas of our application. In this episode, learn ... Warden makes it easy to move authentication up into Rack middleware. This means authentication can be accessed outside of a ... Clean up complex view logic using Draper. This gem provides decorators (much like presenters) which bundles view logic in an ... Spork improves the loading time of your test suite by starting up your Clean up complex view logic with the help of presenters, and doing this from scratch gives you a lot of flexibility. Here I show not ...
In the second part of this two part series on Backbone.js, we finish up the Raffler application. Included is how to create entries ... Resque creates background jobs using Redis. It supports multiple queue and comes with an administration interface for ... GitHub makes it easier than ever to contribute to open source with pull requests. Here I show how to submit a pull request to the ...