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 Rack comes with many helpful utilities such as request and response objects, various middleware, and MockRequest for testing. 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 ... In the second part of this two part series on Backbone.js, we finish up the Raffler application. Included is how to create entries ... Here I compare several syntax highlighting solutions and show how to use Pygments in a Authorization can be difficult to implement and test because it often involves complex logic that exists throughout the entire app. 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.