Latest Screencasts (page 30)
TextMate for Rails 2
Peepcode - 2008-06-06 - paid
Content and filming by Dr. Nic Williams, voiceover by Geoffrey Grosenbach. Dr. Nic Williams has been hard at work on an updated TextMate bundle for Rails 2.0. This 66 minute screencast shows many of the new features of the Rails 2 TextMate bundle. It finishes by showing you how to...
Watch this screencastRailsCasts #112 Anonymous Scopes
Railscasts - 2008-06-02 - free
The scoped method allows you to generate named scopes on the fly. In this episode I show how to use anonymous scopes to improve the conditional logic which was used in the previous episode on advanced search form.
Watch this screencastREST for Rails 2
Peepcode - 2008-06-02 - paid
The first REST screencast was the top-selling screencast at PeepCode for over a year. We’ve started from scratch and built this one from the ground up for Rails 2 (a few Rails 2.1 features are used, too!). RESTful routes have been a big part of Rails since version 1.2, but...
Watch this screencastRails Security Audit PDF
Peepcode - 2008-05-28 - paid
by Aaron Bedra of Relevance No one wants to wake up to an application that has been hacked. This 47-page PDF talks about common vulnerabilities found in Rails applications and how to solve them. After touching on common model and view vulnerabilities, Aaron takes you through a session with the...
Watch this screencastRJS Templates
Peepcode - 2008-05-27 - paidRJS Templates are one of the most exciting parts of Rails 1.1. You can manipulate pages and use Ajax to its full extent without knowing Javascript! This 50 minute Quicktime video tutorial shows you how to use the basic RJS methods from scratch. You’ll be adding to your skills and...
Watch this screencastRailsCasts #111 Advanced Search Form
Railscasts - 2008-05-26 - free
If you need to create an advanced search with a lot of fields, it may not be ideal to use a GET request as I showed in episode 37. In this episode I will show you how to handle this by creating a Search resource.
Watch this screencastRailsCasts #110 Gem Dependencies
Railscasts - 2008-05-23 - free
In Rails 2.1 we now have the ability to set gem dependencies. Now it's easier than ever to specify which ruby gems our rails app relies on.
Watch this screencastRailsCasts #109 Tracking Attribute Changes
Railscasts - 2008-05-21 - freeRails 2.1 keeps track of the changes you make to a model's attributes. It also allows you to see what the previous value was. But watch out for the gotcha! See this episode for details.
Watch this screencastRailsCasts #108 named_scope
Railscasts - 2008-05-19 - free
The named_scope method in Rails 2.1 makes performing finds on models very elegant and convenient. See how in this episode.
Watch this screencastReceiving Email with Ruby PDF
Peepcode - 2008-05-16 - paid
Previously called MMS2R Web applications become much more useful when powered by the oldest communication technology on the Internet: email. This 60 page PDF shows how to use the MMS2R RubyGem to receive and parse email from both desktop clients and mobile devices. You’ll learn about:
Watch this screencast