Latest Screencasts (page 34)
RailsCasts #56 The Logger
Railscasts - 2007-07-11 - free
Learn all about the logger in this episode. See how to send messages to the log and how to customize it.
Watch this screencastRailsCasts #55 Cleaning Up the View
Railscasts - 2007-07-09 - free
This episode starts off with a big, messy template. Watch as this code shrinks and becomes more readable while the interface stays the same.
Watch this screencastRailsCasts #54 Debugging with ruby-debug
Railscasts - 2007-07-06 - free
This episode will show you how to debug a rails app using ruby-debug: set a breakpoint, inspect variables, change the code and more.
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 #51 will_paginate
Railscasts - 2007-06-29 - free
In edge rails (soon to be Rails 2.0), the built-in pagination has been moved into a plugin: classic_pagination. I recommend jumping over to the will_paginate plugin as shown in this episode.
Watch this screencastRailsCasts #50 Contributing to Rails
Railscasts - 2007-06-27 - free
The best way to contribute to the Rails project is to submit a patch. This episode shows how to do exactly that. There's also a surprise at the end that you don't want to miss!
Watch this screencastRailsCasts #49 Reading the API
Railscasts - 2007-06-25 - free
The Rails API docs are very useful but can be difficult to read. This episode will give some tips on reading the docs and mention a few alternative sites for accessing the API. Update: sorry about the broken movie, it should work now.
Watch this screencastRailsCasts #48 Console Tricks
Railscasts - 2007-06-22 - free
The Rails console is one of my favorite tools. This episode is packed with tips and tricks on how to get the most out of the console.
Watch this screencastRailsCasts #47 Two Many-to-Many
Railscasts - 2007-06-20 - free
There are two different ways to set up a many-to-many association in Rails. In this episode you will see how to implement both ways along with some tips on choosing the right one for your project.
Watch this screencast