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

Latest Screencasts (page 8)

Rails 3 – Build a Blog – Part 3: Edit and Delete CRUD

Teach Me To Code - 2010-08-10 - free

This is the continuation of the Rails 3 Build a Blog series. This episode includes implementation of the Edit and Destroy methods on the Posts Controller. There are a lot of things left to cover on Rails 3, but this gets you the basics of the MVC framework and how to use Cucumber to build [...]

Watch this screencast

RailsCasts #226 Upgrading to Rails 3 Part 2

Railscasts - 2010-08-09 - free

Here we continue upgrading an application to Rails 3 by getting our specs up and running and going through the rails_upgrade plugin.

Watch this screencast

RailsCasts #225 Upgrading to Rails 3 Part 1

Railscasts - 2010-08-02 - free

In the first part of this series on upgrading a Rails 2 application to Rails 3, we'll start off by setting up Rails 3.0 Release Candidate in a clean environment. The rails_upgrade plugin will then help us determine what needs upgrading.

Watch this screencast

Rails 3 Upgrade Handbook PDF

Peepcode - 2010-07-30 - paid

Rails 3 is possibly the most anticipated release of the popular Ruby web framework. It’s been rewritten from the inside out with speed and stability at the forefront. However, these extensive internal and syntactical improvements require some changes to your code and plugins. Respected Rubyist Jeremy McAnally has researched and...

Watch this screencast

Upgrading Rails 3.0 Beta4 to Rails 3.0 Release Candidate

Teach Me To Code - 2010-07-27 - free

This video goes over some issues that popped up while upgrading a Rails 3 application to the Release Candidate This video goes over some issues that popped up while upgrading a Rails 3 application to the Release Candidate.

Watch this screencast

RailsCasts #224 Controllers in Rails 3

Railscasts - 2010-07-26 - free

Embedded flash notices, permanent cookies, and the details of respond_with are in this episode.

Watch this screencast

RailsCasts #223 Charts

Railscasts - 2010-07-19 - free

There are a number of libraries to help create graphs. Here I show how to integrate Highcharts into a Rails app.

Watch this screencast

Ruby’s Enumerable Module: The Inject Method

Teach Me To Code - 2010-07-16 - free

Quick Ruby Tip: The inject method is useful for aggregating data across a dataset. For example a summation could be done with inject (by aggregating each number into the sum.)

Watch this screencast

RailsCasts #222 Rack in Rails 3

Railscasts - 2010-07-12 - free

The router in Rails 3 is fully compatible with Rack. Learn how to embed Sinatra into an app, handle redirects, and improve on Rails Metal.

Watch this screencast

RailsCasts #221 Subdomains in Rails 3

Railscasts - 2010-07-05 - free

It is now possible to add subdomains to Rails 3 without the use of additional plugins. Learn how in this episode.

Watch this screencast