Latest Screencasts (page 7)
Ruby’s Enumerable Module: The Inject Method
Teach Me To Code - 2010-07-16 - free
Quick Ruby Tip: The inject method is useful for aggregating data across a dataset. For example a summation could be done with inject (by aggregating each number into the sum.)
Watch this screencastConverting HAML to ERB with Vim macros
Vimcasts - 2010-07-08 - free
HAML and ERB are two commonly used ruby templating languages. You may have a strong preference for one or the other, but it’s not always up to you which one you use. I was recently asked to convert several HAML files to ERB format. In this episode, I will demonstrate a couple of Vim macros that helped make short work of the task.
Watch this screencastRails 3 – Building a Blog – Part 2: CRUD Show and Create
Teach Me To Code - 2010-06-30 - free
The second part of the tutorial for building a blog with Ruby on Rails version 3. We demonstrate how to set up some basic routes, manage the controller and views, and create a basic form for creating posts.
Watch this screencastRailsCasts #220 PDFKit
Railscasts - 2010-06-28 - free
Generating PDFs in plain Ruby can be a lot of work. Instead, consider generating PDFs from HTML using PDFKit.
Watch this screencastRails 3 – Building a Blog – Part 1: Test Setup & Generators
Teach Me To Code - 2010-06-22 - free
Every good project needs a good setup. In this episode, I set up a github repo, create a new rails application, hook in Cucumber and Rspec, write a Cucumber feature, and write the code to make it pass.
Watch this screencastRailsCasts #219 Active Model
Railscasts - 2010-06-21 - free
In Rails 3 the non-database functionality of Active Record is extracted out into Active Model. This allows you to cleanly add validations and other features to tableless models.
Watch this screencastRuby on Rails 3 Intro
Rails3 - 2010-06-10 - freeGregg Pollack of Envy Labs introduces Ruby on Rails 3 By rails3 Tags : 3, on, rails, ruby
Watch this screencastRails 3 Screencasts: Intro and Action Dispatch
Rails3 - 2010-06-08 - freeRails 3 Screencasts: Bundler and ActionMailer
Rails3 - 2010-06-08 - freeRails 3 ships with Bundler, a Ruby library that makes DependencyManagement a painless process. In this video we learn Bundlerbasics and take a look at the new Action Mailer syntax. By rails3 Tags : on, rails, ruby
Watch this screencastRails Screencast: ActiveRelation & ActiveModel
Rails3 - 2010-06-08 - freeActive Relation gives you a more powerful syntax for pulling datainto your application. We'll learn about the new syntax anddiscover how to leverage Active Model to enhance our plain old Rubyobjects. By rails3 Tags : 3, ActiveModel, ActiveRelation, Rails, Rails3, Ruby on Rails, active, model, rails, relation
Watch this screencast