Latest Free Screencasts
Episode 105: Get Your Flow On: Mastering Your Development Workflow
Sdruby - 2011-07-16 - free
Rob Kaufman explores tools and options for improving your development process: common issues with managing tasks, starting work, committing branches, and getting completed tasks verified and deployed to production. It's all about automating the little steps because details are too easy to forget. Bonus content: download the slides from this talk.
Watch this screencastRailsCasts #264 Guard
Railscasts - 2011-05-02 - free
Guard watches files and runs a command after a file is modified. This allows you to automatically run tests in the background, restart your development server, reload the browser, and more.
Watch this screencastRailsCasts #252 Metrics Metrics Metrics
Railscasts - 2011-02-07 - free
Metric Fu, Metrical, SimpleCov, Rails Best Practices, and more are covered in this episode on metrics.
Watch this screencastRailsCasts #245 New Gem with Bundler
Railscasts - 2010-12-20 - free
Creating new gems is easy with the `bundle gem` command. In this episode I will walk you through how this works.
Watch this screencastRailsCasts #244 Gravatar
Railscasts - 2010-12-13 - freeGravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode.
Watch this screencastRailsCasts #242 Thor
Railscasts - 2010-11-29 - free
Thor is an alternative to Rake. It has better support for command line arguments and provides a way to add global scripts.
Watch this screencastRailsCasts #218 Making Generators in Rails 3
Railscasts - 2010-06-14 - free
Generators in Rails 3 have been rewritten to use Thor which means the code used to create a generator is quite different. Here you will learn the new way to make generators in Rails 3.
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 #195 My Favorite Web Apps in 2009
Railscasts - 2010-01-04 - free
Here I show several of my favorite web applications which I found most helpful as a Ruby developer over the past year.
Watch this screencastRailsCasts #191 Mechanize
Railscasts - 2009-12-07 - free
Mechanize extends the power of Nokogiri allowing you to interact with multiple pages on the site: click links, submit forms, etc.
Watch this screencast