|
|
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.
|
|
|
|
|
|
|
|
Metric Fu
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
Metric Fu is a compilation of several tools to help find areas of code that could be improved. In this episode I show you how to setup this tool on the railscasts.com source code
|
|
Edit Multiple
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
Use checkboxes to select multiple records and edit them all in one form as shown in this episode. With virtual attributes you can even edit values relatively!
|
|
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.
|
|
Three Profiling Tools
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
Ever want to know what Rails is doing under the hood during a request? In this episode I show three different profiling tools: New Relic RPM, FiveRuns TuneUp, and Rack::Bug.
|
|