Latest Screencasts (page 18)
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 screencastScaling 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 screencastEpisode 0.5 - Ruby Version Manager (rvm)
Rubypulse - 2009-09-01 - freeRailsCasts #177 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 screencastEpisode 0.4 - Sketches
Rubypulse - 2009-08-27 - free
"Sketches allows you to create and edit Ruby code from the comfort of your editor, while having it safely reloaded in IRB whenever changes to the code are saved." - Hal Brodigan
Watch this screencastRailsCasts #176 Searchlogic
Railscasts - 2009-08-24 - free
Searchlogic makes searching models easier than ever with its assortment of named scopes. In this episode I show you how to create simple and advanced searches.
Watch this screencastRailsCasts #174 Pagination with AJAX
Railscasts - 2009-08-10 - free
Learn an easy, unobtrusive way to add AJAX functionality to an existing set of pagination links using jQuery.
Watch this screencastRailsCasts #173 Screen Scraping with ScrAPI
Railscasts - 2009-08-03 - free
Screen scraping is not pretty, but sometimes it's your only option to extract content from an external site. In this episode I show you how to fetch product prices using ScrAPI.
Watch this screencastCreating a Simple Plugin
Teach Me To Code - 2009-08-02 - free
Learn how to create a simple plugin using Ruby on Rails. This video will teach you how to turn a view helper into it’s own plugin, and extend the ActionView::Base.
Watch this screencastProgramming With Ruby Episode 17, Getting Advanced
Man With Code - 2009-07-31 - free
Covered In This Episode: Symbols eval Bindings Running Other Programs Safe Levels Transcript: Hello Everybody and welcome to Programming With Ruby Episode 17, Getting Advanced. I’m Tyler, and this video is brought to you by manwithcode.com. By now, you know a large amount about Ruby, so in this episode we will be going over some [...] .
Watch this screencast