ActionMailer in Action
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Rob Kaufman talks about using ActionMailer safely, how to keep out of the spam box and how to test your emails before your customers see them.

The Return of Kevin Clark
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Kevin Clark takes a break from Powerset to give a full-throttle talk on using Merb as a JSON-RPC service, god, gem2rpm, and heckle.

ActiveRecord Backup & MimetypeFu
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Matt Aimonetti demonstrates his newest plugins: ActiveRecord Backup and MimetypeFu.

Simple Sidebar Plugin
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Ryan Felton shows how to use Simple Sidebar plugin to DRY up sidebar content in applications.

Headliner and Styler
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Patrick Crowley talks about his newest plugins: Headliner and Styler.

ActsAsSolr
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Rob Kaufman shows how easy it is to integrate Solr powered search into your Rails application using the ActsAsSolr plugin.

Ajax CSS Star Rating with ActsAsRateable
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Ryan Felton shows off how to build an Ajax-powered, CSS star rater using the ActsAsRateable plugin and Komodo Media’s CSS Star Rating Redux technique

AWS S3
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Jordan Fowler gives a presentation on Amazon’s S3 service. He also covers the AWS::S3 gem written by Marcel Molina Jr.

ActsNaked
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

In today’s episode, Patrick Crowley introduces his first Rails plugin titled ActsNaked. It’s an easy way to “strip your models and keep them DRY.”

ActsAsTaggable Plugin
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Patrick Crowley discusses his experiences with acts_as_taggable. He starts off outlining some of the differences between the gem and the plugin. Patric...

Making a Gem
Category: Web Development > Ruby On Rails      Posted: 10 Nov 08

Want to create a Ruby Gem instead of a Rails plugin? In this episode I will walk you through creating a gem to extend Rails.

Custom Daemon
Category: Web Development > Ruby On Rails      Posted: 10 Nov 08

Creating a custom daemon to handle background tasks is surprisingly simple. In this episode I will make a daemon to handle dynamically scheduled tasks.