Rails 2.2 Extras
Category: Web Development > Ruby On Rails      Posted: 02 Feb 09

This episode finishes up the Rails 2.2 series by showing a few miscellaneous additions that I find useful.

Nested Resources
Category: Web Development > Ruby On Rails      Posted: 09 Dec 08

In this episode I show how to nest resources through routing and go into some new additions in Rails 2.2

I18n - Internationalization
Category: Web Development > Ruby On Rails      Posted: 09 Dec 08

Internationalization is one of the biggest additions in Rails 2.2. See how the basics work in this episode.

Helpers Outside Views
Category: Web Development > Ruby On Rails      Posted: 10 Nov 08

Have you ever wanted to access helper methods outside of the view layer? In this episode I show you a couple ways to do just that.

Helpers Outside Views
Category: Web Development > Ruby On Rails      Posted: 10 Nov 08

Have you ever wanted to access helper methods outside of the view layer? In this episode I show you a couple ways to do just that.

Dynamic Layouts
Category: Web Development > Ruby On Rails      Posted: 10 Nov 08

Discover how to dynamically change the layout using content in the database. Check out this episode for details.