Delayed Job
Category: Web Development > Ruby On Rails
Posted: 31 Jul 09
Is there a long running task which should be handled in the background? One of the best ways is using the delayed_job plugin like I show in this episode.
|
|
|
Track Magic
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
Jim Rea will demonstrate Track Magic, a plugin for Panorama that allows Rails developers to interact directly with Rails databases on the desktop witho...
|
|
|
|
|
Cron in Ruby
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
Cron is great for handling recurring tasks, but it is an external dependency with a crazy syntax. In this episode I show you how to use Whenever to create cron jobs with Ruby
|
|
Tree Based Navigation
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
The acts_as_tree plugin provides many methods for handling a tree based association. In this episode I show how to build a navigation system with tabs, subpages, and breadcrumbs.
|
|
|
|
|
|
|
|
|