Rack Screencasts: if you don't know Rack yet, you should!
If you're a Ruby web developer and you haven't learned Rack yet ... now's the time! Rails 2.3 has spectacular Rack support, as do: Merb, Sinatra, Ramaze, Mack, Camping, and more. I've released a few screencasts for learning Rack that some people have found useful ... sooooo, I figured I'd share with the rest of the community, incase someone else finds these useful!
- Rack Basics: the very basics of what Rack is, why you should care, howto write apps, etc
- More Rack: rackup files, using Rack middleware, creating slightly more complicated Rack apps
- Rack Middleware: what is it, how to write it, how to use it in Rack/Rails/Sinatra apps, etc
- Rack Basics: the very basics of what Rack is, why you should care, howto write apps, etc
- More Rack: rackup files, using Rack middleware, creating slightly more complicated Rack apps
- Rack Middleware: what is it, how to write it, how to use it in Rack/Rails/Sinatra apps, etc

Comments