Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

Latest Free Screencasts

Creating a Rake Task to Convert ERB to HAML

Teach Me To Code - 2011-03-18 - free

This is a basic demonstration of adding a rake task to Ruby on Rails. Some of the same principles apply to Rake in general. You also see how to call out to the command line and how to convert ERB and HTML to HAML.

Watch this screencast

Setting Up And Testing Devise – Delicious Clone

Teach Me To Code - 2011-01-21 - free

Because I’m going to be testing in cucumber sections of the site that require a user to be logged in, I decided to get it out of the way. So, in this video, I write a cucumber feature to test login and round it off with a few tests on the devise generated user model [...]

Watch this screencast

RailsCasts #245 New Gem with Bundler

Railscasts - 2010-12-20 - free

Creating new gems is easy with the `bundle gem` command. In this episode I will walk you through how this works.

Watch this screencast

RailsCasts #242 Thor

Railscasts - 2010-11-29 - free

Thor is an alternative to Rake. It has better support for command line arguments and provides a way to add global scripts.

Watch this screencast

Episode 0.22 - Rake Parameters

Rubypulse - 2009-12-18 - free

It is quite easy to pass parameters to Rake tasks by using bracketed options.

Watch this screencast

RailsCasts #133 Capistrano Tasks

Railscasts - 2008-10-27 - free

Do you know how to make Capistrano tasks? See how to change default deployment behavior with custom tasks in this episode.

Watch this screencast

RailsCasts #127 Rake in Background

Railscasts - 2008-09-15 - free

In need of a background process? You may be able to accomplish this with a simple Rake task. See how in this episode.

Watch this screencast

Episode 048: Ruby for Data Processing

Sdruby - 2008-06-13 - free

Brian Chapados talks about using ruby & rake to build a simple workflow to coordinate external processes. Bonus content: download the slides from this talk.

Watch this screencast

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 screencast
Find more screencasts on the homepage