Latest Screencasts (page 5)
RailsCasts #66 Custom Rake Tasks
Railscasts - 2007-08-13 - free
Rake is one of those tools that you don't realize how powerful it is until you start using it. In this episode you will learn how to create custom rake tasks and improve them by using rake features.
Watch this screencastRailsCasts #58 How to Make a Generator
Railscasts - 2007-07-16 - free
Rails comes with many built-in generators, but what if you want to customize them or make your own? Rails gives you a great way to do this which you will learn in this episode.
Watch this screencastRailsCasts #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 #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 #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 #44 Debugging RJS
Railscasts - 2007-06-13 - free
RJS and AJAX can be difficult to debug. Many times you don't get any error message in the browser. Learn different techniques for solving these tricky problems in this episode.
Watch this screencastRailsCasts #36 Subversion on Rails
Railscasts - 2007-05-25 - free
This episode will walk you through setting up a Rails project on subversion. It covers some helpful tips and gotchas you may experience along the way.
Watch this screencast