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

Latest Free Screencasts (page 3)

RailsCasts #220 PDFKit

Railscasts - 2010-06-28 - free

Generating PDFs in plain Ruby can be a lot of work. Instead, consider generating PDFs from HTML using PDFKit.

Watch this screencast

Every good project needs a good setup. In this episode, I set up a github repo, create a new rails application, hook in Cucumber and Rspec, write a Cucumber feature, and write the code to make it pass.

Watch this screencast

Episode 1 - Moving to Bundler

Bddcasts - 2010-05-17 - free

Launching a new series: URLAgg updates. We upgrade URLAgg to the latest gems and migrate from using config.gem to Gem Bundler.

Watch this screencast

Code Metrics with Metric Fu

Teach Me To Code - 2010-04-20 - free

Maintainability of your code can be measured in many different ways. Jake Scruggs has combined several of the tools that measure you code into one Ruby Gem: metric_fu. Here’s a demonstration. Go check it out!

Watch this screencast

RailsCasts #210 Customizing Devise

Railscasts - 2010-04-19 - free

Here we dive deeper into Devise by customizing how the views, routing, validations, and authentication works.

Watch this screencast

Library Management Gets an Update in Rails 3

Railsdispatch - 2010-04-13 - free

Rails 3 revolutionizes gem dependency management by including a new library called Bundler. This new system supersedes the old config.gem system that was built in to Rails 2. It provides all of the functionality of that system and a lot more — now you can be confident that the gems...

Watch this screencast

RVM – Ruby Version Manager

Teach Me To Code - 2010-03-23 - free

RVM is a program that allows you to install and manage multiple versions of Ruby and Gems. This setup is ideal for testing your application or gem (library) against multiple versions of Ruby. Also, if you’re looking into Rails 3 on Ruby 1.9 this is a great way to try it out. Are you thinking [...]

Watch this screencast

RailsCasts #206 Action Mailer in Rails 3

Railscasts - 2010-03-22 - free

Action Mailer has been rewritten for Rails 3 providing a much cleaner API with its use of the Mail gem.

Watch this screencast

Gem Bundler

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

Loading multiple Ruby Gems can result in runtime errors when an incompatible version of a gem dependency is already loaded as a dependency of another gem. Gem bundler can also pre-load and cache gems for faster loading. Having two gems that require different versions of the same dependency can sometimes cause runtime errors. Yehuda Katz [...]

Watch this screencast

RailsCasts #201 Bundler

Railscasts - 2010-02-15 - free

Bundler is the way to manage gem dependencies in Rails 3.0. Learn how to install gems and lock them down in this episode.

Watch this screencast