Media Summary: The config.threadsafe! option will likely be enabled by default in Here I show how three popular state machine gems can be used to clean up a list of boolean/datetime fields. I also show a custom ... 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 ...
Ruby On Rails Railscasts Pro - Detailed Analysis & Overview
The config.threadsafe! option will likely be enabled by default in Here I show how three popular state machine gems can be used to clean up a list of boolean/datetime fields. I also show a custom ... 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 ... Server-sent events allow you to trigger events on the browser from a persistent connection to the server. This requires In the second part of this two part series on Backbone.js, we finish up the Raffler application. Included is how to create entries ... In this first part of a two part series you will learn basic Backbone concepts including models, collections, routers, views and ...
Models have a tendency to become a complex mess as an application grows. In this episode you will learn a couple of techniques ... Celluloid puts an object-oriented spin on multi-threaded development. Here I cover the fundamental features of Celluloid in ... A select menu is often used for setting a belongs_to association, but you should also consider using a text field with autocomple. Here I compare several syntax highlighting solutions and show how to use Pygments in a Ember.js is a javascript framework for making rich client-side applications. In the first part of this two part series I show how to ... Sometimes logic needs to be shared between the server-side (