2 New rough cuts.
I have a head cold, so I won’t be recording the voice-overs for these until this weekend. But here they are in rough form.
Getting started with Merb
This screencast walks a user through the basics of Merb, including installation, app generation, basic configuration, generators and rake tasks, and basic RESTful resources.
Merb Essential Helpers
This screencast is intended to show you some of my most heavily used Merb helpers. Includes building links with link_to, generating urls with the url method, and building forms with the help of merb_helpers.
Any feedback? Leave a comment or yell at me in #merb (ShayArnett)
Posted on 01/31/2008 - 1 Comments

Comments
tripdr
Please hurry ::D I am over watching it all right now and reading source code makes me more confused in the form_for @post, :action =>url(:post, @post) For SOME Reason the second @post has to be there... WHY !! Is it an id ? I see nothing of it in source examples