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

Latest Screencasts (page 2)

RailsCasts #257 Request Specs and Capybara

Railscasts - 2011-03-14 - free

Request specs in RSpec are a great way to ensure the entire application stack is working properly. Here I also show how to use capybara with integrated JavaScript testing using Selenium.

Watch this screencast

RailsCasts #255 Undo with Paper Trail

Railscasts - 2011-02-28 - free

Undo and redo behavior is easy to add with a versioning gem such as Paper Trail. Learn how to add an undo link to any model's flash message.

Watch this screencast

RailsCasts #254 Pagination with Kaminari

Railscasts - 2011-02-21 - free

If you need pagination in Rails 3 try out Kaminari. It is a clean, flexible solution which uses scopes to flow nicely with Active Record queries. Did I mention it also works with Mongoid?

Watch this screencast

RailsCasts #253 CarrierWave File Uploads

Railscasts - 2011-02-14 - free

CarrierWave makes it easy and clean to add file uploads to your application. It supports a variety of ORMs, frameworks and image processors.

Watch this screencast

Episode 092: File Uploads With S3SwfUpload

Sdruby - 2011-02-08 - free

Nathan Colgate Clark gives a general overview of his Amazon S3 upload plugin (past, present, and future) and shares his thoughts on how it managed to stand out on GitHub. Bonus content: download the slides from this talk.

Watch this screencast

RailsCasts #251 MetaWhere & MetaSearch

Railscasts - 2011-01-31 - free

MetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options.

Watch this screencast

Aligning text with Tabular.vim

Vimcasts - 2011-01-17 - free

There are times when you can improve the readability of your code by lining up the elements on neighbouring lines. In this episode, I demonstrate how this can be achieved using the Tabular plugin.

Watch this screencast

RailsCasts #248 Offline Apps Part 2

Railscasts - 2011-01-10 - free

Learn how to make a site usable offline with HTML 5 localStorage. This last part of the series covers jquery-tmpl and jquery-offline.

Watch this screencast

RailsCasts #247 Offline Apps Part 1

Railscasts - 2011-01-03 - free

Learn how to make a site usable offline through an HTML 5 cache manifest. This first part of the series covers rack-offline and problems you may run into.

Watch this screencast

RailsCasts #243 Beanstalkd and Stalker

Railscasts - 2010-12-06 - free

Beanstalk is a fast and easy way to queue background tasks. Stalker provides a nice wrapper interface for creating these jobs.

Watch this screencast