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

Latest Screencasts (page 6)

RailsCasts #233 Engage with Devise

Railscasts - 2010-09-27 - free

Janrain Engage (aka RPX) makes it easy to support many authentication solutions through their one service.

Watch this screencast

Faking Sinatra with Rack and Metaprogramming

Teach Me To Code - 2010-09-24 - free

Sinatra has a really nice DSL. You can fake the basics of the DSL with some simple Rack middleware created by metaprogramming. If you like the screencasts, please give $5 to help me get to RubyConf Download (64.2 MB) Download iPhone & iPod (35.6 MB)

Watch this screencast

RailsCasts #230 Inherited Resources

Railscasts - 2010-09-06 - free

Inherited Resource simplifies RESTful controllers by providing default actions which can be customized through inheritance.

Watch this screencast

RailsCasts #229 Polling for Changes

Railscasts - 2010-08-30 - free

If you have frequently changing data on the server side, it's helpful to automatically display this to the user as well. Here I show how to accomplish this with polling in jQuery.

Watch this screencast

Rack Basics

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

Rack is the basis for most major web frameworks in Ruby (like Ruby on Rails.) This video gives a basic overview on how it is used and what features make it a powerful component for Ruby Web Frameworks

Watch this screencast

RailsCasts #228 Sortable Table Columns

Railscasts - 2010-08-23 - free

Here I walk you through adding the ability to sort table columns in ascending or descending order by clicking the header.

Watch this screencast

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 #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

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 #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