Latest Screencasts (page 3)
RailsCasts #54 Debugging Ruby (revised)
Railscasts - 2012-04-07 - paid
This episode will show you how to debug a rails app using the "debugger" gem: set a breakpoint, inspect variables and change the executed code at runtime.
Watch this screencastRailsCasts #339 Chef Solo Basics
Railscasts - 2012-04-06 - paid
Chef is a provisioning tool which allows you to spin up production servers automatically. Here I show how to get started with Chef Solo and create a custom cookbook.
Watch this screencastRailsCasts #338 Globalize3
Railscasts - 2012-04-04 - free
Rails has great internationalization (I18n) support making it easy to translate static text into other languages, but how do we translate database content? Learn how using Globalize 3 in this episode.
Watch this screencastRailsCasts #138 I18n (revised)
Railscasts - 2012-03-29 - paid
Translate a site into other languages through internationalization (I18n). Here I show how to store a locale in the URL and manage translated text through YAML files.
Watch this screencastRailsCasts #336 Copycopter
Railscasts - 2012-03-27 - free
Copycopter provides a nice interface that clients can use to edit the text in a Rails application. Learn how to deploy a Copycopter server using Heroku and integrate it in a Rails application through I18n.
Watch this screencastRailsCasts #337 Capistrano Recipes
Railscasts - 2012-03-27 - paid
Get the most out of Capistrano by writing specific recipes with ERB templates. Here I show how to deploy to a blank VPS by running just a few Capistrano commands.
Watch this screencastRailsCasts #133 Capistrano Tasks (revised)
Railscasts - 2012-03-24 - paid
Learn the basics of writing Capistrano tasks, how to set variables, and run commands on a remote server. Then peak into the internals of Capistrano's deploy tasks to see how they work.
Watch this screencastRailsCasts #334 Compass & CSS Sprites
Railscasts - 2012-03-21 - freeCompass improves the Sass experience by providing useful mixins, functions, and more. You will also learn how to make CSS sprites with it in this episode.
Watch this screencastRailsCasts #335 Deploying to a VPS
Railscasts - 2012-03-21 - paid
Deploying a Rails application can be overwhelming because there are so many different options. Here I present a pattern for deploying a Rails app to a VPS using nginx, Unicorn, PostgreSQL, rbenv and more.
Watch this screencastRailsCasts #201 Bundler (revised)
Railscasts - 2012-03-16 - paid
Bundler makes it easy to manage Ruby Gem dependencies. Learn how to use it in a Rails application, see what's new in Bundler 1.1, convenient ways to run bundle exec, and how to fix gem compilation issues.
Watch this screencast