|
|
|
Ruby 1.9 or Bust!
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
Rob Kaufman talks about his new Ruby 1.9 or Bust project. The project is dedicated to updating popular Ruby gems to be Ruby 1.9 compatible, and is seek...
|
|
|
|
|
|
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.
|
|