Help out: share this site!

Latest Screencasts

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


Introduction to Grails - Part 2

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

In this screencast, we continue on our task of creating a 'Stack Overflow' clone by adding more domain classes and relationships between them. We also cover how to test your classes using integration tests. Watch this screencast


Install Clojure - Eclipse

Full Disclojure - 2010-02-05 - free

In this bonus video I review how to install Counterclockwise, the Eclipse Clojure plugin. Watch this screencast


SSH Tunneling (aka port forwarding)

Fosscasts - 2010-02-05 - free

SSH is a great tool and allows for more than just logging into a remote machine. SSH allows you to forward a port so TCP/IP traffic can travel safelythrough SSH. Not only is this secure, but it allows you to do many things - like get around firewalls. In this... Watch this screencast


Install Clojure - ClojureBox

Full Disclojure - 2010-02-04 - free

In this bonus episode I cover how to install ClojureBox on Windows. Watch this screencast


Install Clojure - Command Line

Full Disclojure - 2010-02-04 - free

In this bonus episode I review how to install Clojure at the command line for Windows. Cast: Sean Devlin Watch this screencast


Install Clojure - NetBeans

Full Disclojure - 2010-02-04 - free

In this bonus episode I review how to install Enclojure, the NetBeans pluggin for Clojure. 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


RubyPulse Episode 0.26 - encryptor

Rubypulse - 2010-02-02 - free

A simple wrapper for the standard ruby OpenSSL library. - shuber Watch this screencast


Making Games with Ruby Ep. 2 – Setup

Man With Code - 2010-02-01 - free

Covered in This Episode: how to get set up for this series on Windows, Mac, and Linux. Watch this screencast