A Whole New ActionMailer
This video takes you through a tour of the new ActionMailer features in the context of a live application. More information on the content of this screencast
Programming Videos and Tutorials
This video takes you through a tour of the new ActionMailer features in the context of a live application. More information on the content of this screencast
Rails 3 introduces a new query interface for performing finds in Active Record. See how it works along with the changes in named scopes. http://railscasts.com/episodes/202-active-record-queries-in-rails-3
Rack is the basis for most major web frameworks in Ruby (like Ruby on Rails.) This video gives a basic overview on how it is used and what features make it a powerful component for Ruby Web Frameworks Video Producer: Teach Me Code
At the DjangoConf 2008 edition, James Bennett presents a talk on how to build reusable applications. He proposes 4 simple principles to achieve this goal: * Do one thing, and do it well. * Don’t be afraid of multiple apps. * Write for flexibility. * Build to distribute. Slides of …
Closure Library is the open-source JavaScript library behind some of Google’s big web apps like Gmail and Google Docs. This session will tour the broad library, its object-oriented design, and its namespaced organization. We’ll explain how it works and how to integrate it in your setup, both for development and …
Since then more Rails applications have gone into production, additional techniques have been developed for optimizing performance, and more open source libraries have been published. In this talk I will first give a quick introduction for those just getting their feet wet with optimizing Rails applications. However, the majority of …