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

Latest Screencasts (page 11)

RailsCasts #204 XSS Protection in Rails 3

Railscasts - 2010-03-08 - free

It is easy to be vulnerable to cross site scripting attacks in earlier versions of Rails, but Rails 3 solves this by automatically escaping unsafe input.

Watch this screencast

RailsCasts #203 Routing in Rails 3

Railscasts - 2010-03-01 - free

Rails 3 sports a new routing interface. In this episode I show how to translate the old interface into the new one and show off a few new features.

Watch this screencast

Ruby Essentials – Strings, Arrays and Hashes

Teach Me To Code - 2010-02-17 - free

Are you new to Ruby and want to get a head start? In this screencast, I discuss some of the most common methods and techniques that have to do with strings, arrays and hashes. This is also excellent for those coming from other languages.

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

RailsCasts #200 Rails 3 Beta and RVM

Railscasts - 2010-02-08 - free

Get started with Rails 3.0 Beta and install Ruby 1.9.1 using RVM: Ruby Version Manager. Stay tuned to the end for a challenge on giving back to open source.

Watch this screencast

E-Commerce using Rack::Payment

Remi - 2010-02-03 - paid

Rack::Payment lets you add 5 lines of code to your Rails (or any Rack-based) application and you can start accepting single payments! Let’s say you have an online store and you want to accept credit card payments. You can require rack-payment in your application: 1 # config/environment.rb 2 3 Rails::Initializer.run...

Watch this screencast

Nic Benders will show you what's needed for building a hosting environment for production applications. The focus will be on selecting server hardware, picking a Linux Distro, and getting your Rails app running. Bonus content: download the slides from this talk.

Watch this screencast

RailsCasts #199 Mobile Devices

Railscasts - 2010-02-01 - free

Change the look and behavior of a Rails app on mobile devices. Also use jQTouch to build a native-looking interface.

Watch this screencast

RubyPulse Episode 0.25 - linguistics

Rubypulse - 2010-01-27 - free

.. a generic, language-neutral framework for extending Ruby objects with linguistic methods. - Michael Granger, Martin Chase

Watch this screencast

RailsCasts #198 Edit Multiple Individually

Railscasts - 2010-01-25 - free

Use checkboxes to edit multiple records in one form, where each one has an individual set of form fields.

Watch this screencast