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

Latest Screencasts (page 10)

RailsCasts #209 Introducing Devise

Railscasts - 2010-04-12 - free

Devise is a full-featured authentication solution which handles all of the controller logic and form views for you. Learn how to set it up in this episode.

Watch this screencast

Nested Forms With JQuery

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

Ruby on Rails allows you to nest models within a form. Ryan Bates of Railscasts demonstrated how to set up these forms with JavaScript using the Prototype framework, which ships with Rails. In this episode, Charles Max Wood gives a brief overview of how Ryan’s code works, and then refactors the JavaScript to use JQuery. [...]

Watch this screencast

RailsCasts #208 ERB Blocks in Rails 3

Railscasts - 2010-04-05 - free

Blocks in ERB templates are handled differently in Rails 3.0 Beta 2. Learn all about it in this episode.

Watch this screencast

How Rails 3 Makes Your Life Better

Railsdispatch - 2010-04-01 - free

In this our first Rails Dispatch content push, we’ve got two great pieces of content for you: Rails 3 introduces a series of brand new features that will make your Rails applications better and your experience more pleasant. In today’s post, I’m going to cover some of the most important...

Watch this screencast

RailsCasts #207 Syntax Highlighting

Railscasts - 2010-03-29 - free

Here I talk about three popular choices for syntax highlighting in Rails: CodeRay, Ultraviolet and Pygments.

Watch this screencast

There's a few useful shorthand ways to create certain objects in Ruby, ... - Caius

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

Use the Cucumber

Peepcode - 2010-03-10 - paid

The Cucumber behavior-driven development framework is appreciated by developers from many languages. It makes it easy to write plain-text stories that run executable Ruby code against your application. In this hour and ten minute screencast, you’ll learn the basics of Cucumber. You’ll learn the syntax, organization, and philosophy of writing...

Watch this screencast