Latest Screencasts (page 4)
RailsCasts #71 Testing Controllers with RSpec
Railscasts - 2007-09-17 - free
Controllers are tricky to test, and there's no perfect way to do it. In this episode you will see how I test controllers, and my reasoning behind it.
Watch this screencastRailsCasts #70 Custom Routes
Railscasts - 2007-09-10 - free
In this episode you will learn how to add custom routes, make some parameters optional, and add requirements for other parameters.
Watch this screencastRailsCasts #68 OpenID Authentication
Railscasts - 2007-08-27 - free
Ever wonder how to implement OpenID authentication in your Rails app? This episode will show you how to add it to a site with an existing authentication system.
Watch this screencastRailsCasts #67 restful_authentication
Railscasts - 2007-08-20 - free
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.
Watch this screencastRailsCasts #64 Custom Helper Modules
Railscasts - 2007-07-30 - free
Rails designates one helper module per controller, but that shouldn't stop you from making custom helper modules to help structure the code. Learn how in this episode.
Watch this screencastRailsCasts #53 Handling Exceptions
Railscasts - 2007-07-04 - free
When an exception is raised in development you get the full error along with the stack trace. In production, only a simple message is displayed. Learn why this is and how to customize the handling of exceptions.
Watch this screencastRailsCasts #52 Update through Checkboxes
Railscasts - 2007-07-02 - free
See how to select multiple items using checkboxes and perform an action on the selected items in this episode.
Watch this screencastRailsCasts #46 Catch-all Route
Railscasts - 2007-06-18 - free
Sometimes you need to add complex/dynamic routes. This is often impossible to do in routes.rb, but do not worry. It can be accomplished with a catch-all route. See how in this episode.
Watch this screencastRailsCasts #38 Multibutton Form
Railscasts - 2007-05-30 - free
If you have a form with multiple buttons, you can detect which button was clicked by checking the passed parameters. Learn how in this episode.
Watch this screencastRailsCasts #35 Custom REST Actions
Railscasts - 2007-05-23 - free
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.
Watch this screencast