Help out: share this site!

Latest Screencasts (page 23)

7 Security Tips

Railscasts - 2009-09-07 - free

Security is important! Here I show seven different security flaws which are common to Rails applications ranging from mass assignment to CSRF protection. Watch this screencast


Introduction to Outside-in Development with Cucumber

Teach Me To Code - 2009-09-06 - free

This is a basic introduction to integration testing with cucumber. In it, I describe how to use cucumber and rspec to implement a feature in a web application, emphasizing the importance of writing tests before code, which is often referred to as TDD (test-driven development) or BDD (behavior-driven development, a refinement of the original TDD). Watch this screencast


Getting started with GitHub

Teach Me To Code - 2009-09-06 - free

An introduction to GitHub, which includes how to create new repositories, set up your account, push and pull, clone and send pull requests. Watch this screencast


Creating a Twitter Clone in Rails - Part 1

Teach Me To Code - 2009-09-06 - free

In this series, I attempt to recreate a twitter style application called 'Flitter'. In this installment, I show you how to create an authenticated system easily using existing tools. I also show how to generate test data to simulate an active application. Finally, you will learn how to set up self-referencial associations. Watch this screencast


Episode 3 - Adding a brand

Bddcasts - 2009-09-02 - paid

Adding a Brand to be monitored by Brandizzle. Watch this screencast


Advanced ActiveRecord

Peepcode - 2009-09-02 - paid

PeepCode has teamed up with Gregg Pollack and Jason Seifer of Envycasts to provide you with their current library of screencasts! In this EnvyCast you’ll learn about several advanced features of ActiveRecord, including: All this information is packed into 37 minutes. Also includes a handy cheat sheet! Watch this screencast


Scaling Ruby

Peepcode - 2009-09-02 - paid

PeepCode has teamed up with Gregg Pollack and Jason Seifer of Envycasts to provide you with their current library of screencasts! Learn how to write faster Ruby applications and gain a deeper understanding of what it takes to scale Ruby. Topics covered: This 41-minute screencast also comes with a PDF... Watch this screencast


jQuery Essential Training

Lynda - 2009-09-01 - paid

In jQuery Essential Training, Microsoft professional Joe Marini presents the power of the jQuery library, an open-source JavaScript project that greatly simplifies the process of adding advanced functionality to web sites. Joe teaches how to use these new features to build pages that work across browsers with the functionality that... Watch this screencast


Episode 0.5 - Ruby Version Manager (rvm)

Rubypulse - 2009-09-01 - free

"Cut Rubies with ease..." - wayneeseguin Watch this screencast


Model Versioning

Railscasts - 2009-08-31 - free

If you need to keep track of a model's history of changes and switch between versions, consider using the vestal_versions gem like I show in this episode. Watch this screencast