Help out: share this site!

Latest Screencasts

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


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


Easy Rails Jukebox Application

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

Create a Ruby on Rails Jukebox Application and implement the "permalink" feature instead of the usage of "ID". Taking advantage of the "Counter Cache" you will be able to automatically keep track of the number of Albums asociated with each Artist. The last part spicy up the application with the usage of the Themes plugin for Rails. Watch this screencast


MongoDB and MongoMapper

Railscasts - 2009-12-28 - free

MongoDB is a document based database engine. Learn how to access it through MongoMapper in this episode. Watch this screencast


Authorization with CanCan

Railscasts - 2009-12-14 - free

CanCan is a simple authorization plugin that offers a lot off flexibility. See how to use it in this episode. Watch this screencast


jQuery Masonry

Teach Me To Code - 2009-12-02 - free

In this screencast we'll cover aligning floated elements on an HTML page using jQuery, the jQuery Masonry plugin and CSS. Watch this screencast


Declarative Authorization

Railscasts - 2009-11-16 - free

Declarative authorization provides an advanced and powerful solution for role based authorization. Watch this screencast


Styleize your Rails App with Themes

Teach Me To Code - 2009-11-04 - free

Don't want to take the time to create a layout for your new Ruby on Rails application? Don't worry. Use the Themes plugin! In this screencast, I show you how to easily add a layout with built-in menus to your existing Rails application using only 1 line of code. Watch this screencast


Pickle with Cucumber

Railscasts - 2009-11-02 - free

Pickle adds many convenient Cucumber steps for generating models. Also learn about table diffs in this episode. Watch this screencast


Formtastic Part 2

Railscasts - 2009-10-26 - free

Learn about some of the more advanced functionality of Formtastic including handling many-to-many associations, required fields, and styling. Watch this screencast