Latest Screencasts (page 9)
RubyPulse Episode 0.36 - fibers
Rubypulse - 2010-05-12 - free
Fibers are primitives for implementing light weight cooperative concurrency in Ruby.
Watch this screencastRailsCasts #213 Calendars
Railscasts - 2010-05-10 - free
If dates play an important role in your application, consider adding a date picker or calendar view as shown in this episode.
Watch this screencastRSpec Subjects
Teach Me To Code - 2010-05-05 - free
RSpec provides an extremely concise way of representing simple tests to be called on new instances of a class or on explicitly defined receiver objects. You can do this by using ‘subjects’ either as defined by the ‘describe’ or the ‘subject’ methods.
Watch this screencastRailsCasts #212 Refactoring & Dynamic Delegator
Railscasts - 2010-05-03 - free
Learn how to refactor a set of conditional Active Record queries using a Dynamic Delegator.
Watch this screencastIntroduction to MacRuby and HotCocoa
Thinkcode Tv - 2010-04-21 - paid
In this screencast Renzo Borgatti introduces MacRuby, a Mac OS X implementation of the Ruby language. After a brief introduction and some examples from the command line, Renzo guides us in building an application with Xcode and, finally, with HotCocoa, an idiomatic library that allows us to program graphical interfaces...
Watch this screencast Use coupon LEARNIVORE for 10% discount!Code 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 screencastA Whole New ActionMailer
Railsdispatch - 2010-04-20 - free
In this week’s screencast, I take you through a tour of the new ActionMailer features in the context of a live application. Read on after the screencast for more in-depth information on the topics covered in the screencast. Behind the Scenes The biggest change (and in fact the change that...
Watch this screencastRubyPulse Episode 0.34 - ruby shortcuts - the rest
Rubypulse - 2010-04-15 - free
There's a few useful shorthand ways to create certain objects in Ruby, ... - Caius
Watch this screencastRuby’s Percent Functions
Teach Me To Code - 2010-04-13 - free
Ruby uses special characters to define certain data types. If you wish to use these characters in your data types, you need to escape them or use percent functions. Percent functions are much simpler.
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 screencast