#35
May 23, 2007

Custom REST Actions

REST adds many constraints. It restricts your controllers to seven actions. Normally this is okay, but sometimes you need to add your own custom actions. Learn how in this episode.
Download (20.8 MB, 8:44)
alternative download for iPod & Apple TV (12.1 MB, 8:44)
#92
Feb 10, 2008

make_resourceful

The make_resourceful plugin is a great way to DRY up the 7 RESTful actions common in most controllers. Learn how to use it in this episode.
Tags: plugins
Download (15 MB, 6:08)
alternative download for iPod & Apple TV (9 MB, 6:08)
#95
Mar 02, 2008

More on ActiveResource

See how to handle authentication and custom actions using ActiveResource in this episode.
Download (18.5 MB, 8:15)
alternative download for iPod & Apple TV (12.8 MB, 8:15)
#52
Jul 02, 2007

Update through Checkboxes

See how to select multiple items using checkboxes and perform an action on the selected items in this episode.
Download (27 MB, 10:02)
alternative download for iPod & Apple TV (14.6 MB, 10:02)
#65
Aug 06, 2007

Stopping Spam with Akismet

The Railscasts site has been getting a lot of comment spam in the past, but no longer. In this episode I will show you how I solved this problem by using the Akismet web service.
Download (44.4 MB, 11:17)
alternative download for iPod & Apple TV (20.7 MB, 11:17)
#67
Aug 20, 2007

restful_authentication

Need multiple user authentication? If so, the restful_authentication plugin is a great way to go. It will generate some basic authentication code for you which is good starting point to your authentication system. Watch this episode for details.
Download (30.6 MB, 9:30)
alternative download for iPod & Apple TV (16.3 MB, 9:30)
#97
Mar 17, 2008

Analyzing the Production Log

In order to improve performance of your Rails application you need to find the bottlenecks. A great starting point is your production log. In this episode you will see how to use RAWK to analyze your log file and determine which controller actions take up the most processing time.
Download (8.5 MB, 5:55)
alternative download for iPod & Apple TV (7.7 MB, 5:55)
#106
May 14, 2008

Time Zones in Rails 2.1

In the past, time zones have been very difficult to work with, but no longer! Rails 2.1 brings with it great time zone support as you can see in this episode.
Tags: rails-2.1
Download (8.3 MB, 6:07)
alternative download for iPod & Apple TV (7.1 MB, 6:07)
#160
May 04, 2009

Authlogic

Authentication can get very complex. In this episode I show how Authlogic can handle this complexity while you stay in control of how it is presented to the user.
Download (26.6 MB, 14:06)
alternative download for iPod & Apple TV (17.8 MB, 14:06)
#19
Apr 16, 2007

Where Administration Goes

This is the first part of a three part series on building an administration system. Many developers choose to separate it completely from the public side of the site by placing it into an admin subdirectory. This episode will show you an alternative and often better solution.
Download (19.1 MB, 5:12)
alternative download for iPod & Apple TV (8.3 MB, 5:12)

Next Page >

sponsored by:
if you want to help:
required:
Get Quicktime Player
Give Back to Open Source