Latest Free Screencasts (page 3)
RailsCasts #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 screencastEpisode 1 - Moving to Bundler
Bddcasts - 2010-05-17 - free
Launching a new series: URLAgg updates. We upgrade URLAgg to the latest gems and migrate from using config.gem to Gem Bundler.
Watch this screencastCode Metrics with Metric Fu
Teach Me To Code - 2010-04-20 - free
Maintainability of your code can be measured in many different ways. Jake Scruggs has combined several of the tools that measure you code into one Ruby Gem: metric_fu. Here’s a demonstration. Go check it out!
Watch this screencastRailsCasts #210 Customizing Devise
Railscasts - 2010-04-19 - free
Here we dive deeper into Devise by customizing how the views, routing, validations, and authentication works.
Watch this screencastLibrary Management Gets an Update in Rails 3
Railsdispatch - 2010-04-13 - free
Rails 3 revolutionizes gem dependency management by including a new library called Bundler. This new system supersedes the old config.gem system that was built in to Rails 2. It provides all of the functionality of that system and a lot more — now you can be confident that the gems...
Watch this screencastRVM – Ruby Version Manager
Teach Me To Code - 2010-03-23 - free
RVM is a program that allows you to install and manage multiple versions of Ruby and Gems. This setup is ideal for testing your application or gem (library) against multiple versions of Ruby. Also, if you’re looking into Rails 3 on Ruby 1.9 this is a great way to try it out. Are you thinking [...]
Watch this screencastRailsCasts #206 Action Mailer in Rails 3
Railscasts - 2010-03-22 - free
Action Mailer has been rewritten for Rails 3 providing a much cleaner API with its use of the Mail gem.
Watch this screencastGem Bundler
Teach Me To Code - 2010-03-10 - free
Loading multiple Ruby Gems can result in runtime errors when an incompatible version of a gem dependency is already loaded as a dependency of another gem. Gem bundler can also pre-load and cache gems for faster loading. Having two gems that require different versions of the same dependency can sometimes cause runtime errors. Yehuda Katz [...]
Watch this screencastRailsCasts #201 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