Latest Screencasts (page 5)
RailsCasts #110 Gem Dependencies
Railscasts - 2008-05-23 - free
In Rails 2.1 we now have the ability to set gem dependencies. Now it's easier than ever to specify which ruby gems our rails app relies on.
Watch this screencastRailsCasts #105 Gitting Rails 2.1 RC1
Railscasts - 2008-05-12 - free
Rails 2.1 Release Candidate 1 was just released! In this episode I will show you how to install it into your Rails project.
Watch this screencastRailsCasts #98 Request Profiling
Railscasts - 2008-03-24 - free
You can use profiling to determine where the performance bottlenecks are in specific Rails actions. Watch this episode for details.
Watch this screencastRailsCasts #97 Analyzing the Production Log
Railscasts - 2008-03-17 - free
In order to improve performance of your Rails application you need to find the bottlenecks. A great starting point is your production log. In this episode you will see how to use RAWK to analyze your log file and determine which controller actions take up the most processing time.
Watch this screencastRailsCasts #96 Git on Rails
Railscasts - 2008-03-10 - free
Git has been getting a lot of buzz lately, and for good reason. It's an excellent SCM which in many ways is more simple and powerful than subversion. See how to set up a Rails project with Git in this episode.
Watch this screencastAJAX Essential Training
Lynda - 2008-01-22 - paid
In AJAX Essential Training, instructor Dori Smith shows experienced web developers how to utilize AJAX to best create dynamic pages. The course covers selecting the best tools for the job (HTML, CSS, JavaScript, XML), understanding all aspects of HTTP from requests to responses, and creating dynamic forms and maps from...
Watch this screencastRailsCasts #86 Logging Variables
Railscasts - 2007-12-30 - free
Have you ever wanted to easily log all variables? Now you can by using some advanced Ruby concepts as shown in this episode.
Watch this screencastRailsCasts #85 YAML Configuration File
Railscasts - 2007-12-23 - free
Application configuration shouldn't be spread throughout your code base. Instead a much better place to put it is an external YAML file. See how to do that in this episode.
Watch this screencastJavascript with Prototype.js
Peepcode - 2007-10-07 - paid
by Geoffrey Grosenbach. Technical consulting by Prototype Core Team Member Justin Palmer. Did your first few years of Javascript programming consist of “copy” and “paste”? It’s time to learn it right! Javascript is a highly dynamic language with many interesting features which most developers never learn. Yet familiarity with Javascript...
Watch this screencastRailsCasts #66 Custom Rake Tasks
Railscasts - 2007-08-13 - free
Rake is one of those tools that you don't realize how powerful it is until you start using it. In this episode you will learn how to create custom rake tasks and improve them by using rake features.
Watch this screencast