Latest Screencasts (page 12)
Creating an Admin using Nested Controllers
Teach Me To Code - 2010-01-19 - free
In this screencast, I cover how to create an admin section with a separate login, and describe how nested controllers work.
Watch this screencastEpisode 075: Heroku
Sdruby - 2010-01-18 - free
Blake Mizerany from Heroku shows off the company's cloud platform for Ruby applications. The talk covers Heroku basics, Sinatra, Ruby development, and scaling.
Watch this screencastRailsCasts #197 Nested Model Form Part 2
Railscasts - 2010-01-18 - free
Add and remove nested model fields dynamically through JavaScript using either Prototype or jQuery.
Watch this screencastJemini Tutorial (Part 2 of 2)
Misc - 2010-01-16 - free
In Part 2 of our tutorial, we’ll create some enemies for our player to fight. We’ll set up collision detection, use timers to make a pretty fading effect, and set up a custom manager to coordinate enemy movements and shooting. Be sure to visit jemini.org for help on starting your own game! Jemini Tutorial (Part 2 of 2)
Watch this screencastJemini Tutorial (Part 1 of 2)
Misc - 2010-01-16 - free
Jemini is a Ruby-based framework for game development. In this screencast, we’ll create a shooter game from scratch. Part 1 shows creating a project, setting up a game state, loading animations, music and sound effects, and setting up keyboard input and event handlers. (Not bad for 22 minutes, right?) Jemini Tutorial (Part 1 of 2)
Watch this screencastRailsCasts #196 Nested Model Form Part 1
Railscasts - 2010-01-11 - free
Handling multiple models in a single form is much easier with the accepts_nested_attributes_for method. See how to use this method to handle nested model fields.
Watch this screencastPrime Factors Kata (Annotated)
Katacasts - 2010-01-07 - free
Uncle Bob walks and talks his way through the Prime Factors Kata. No music, but lots of commentary.
Watch this screencastGUI Development in Ruby with Shoes
Remi - 2010-01-06 - paid
“Shoes is a cross-platform toolkit for writing graphical apps easily and artfully using Ruby.” Shoes is a friggin sweet framework for making GUI applications in Ruby. There are lots of GUI toolkits out there but none of them are as easy to get up and running with & distribute as...
Watch this screencastDatabase Scripting in Ruby with Sequel
Remi - 2010-01-05 - paid
Sequel is an awesome Ruby library for working with databases. As opposed to ActiveRecord and DataMapper, which are based on working with model objects, Sequel is meant to be used to directly query a database, without needed to go through an object relational mapper. You can use models and associations...
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 screencast