Latest Free Screencasts
Configuring ActiveRecord in Sinatra
Screencasts Org - 2011-03-31 - freeIn a previous episode, Using ActiveRecord with Sinatra, we showed you how to use ActiveRecord and Sinatra to build a URL shortener. We showed how to get ActiveRecord up and running in your Sinatra application, and now in this screencast, we'll show you the various ways on how to configure...
Watch this screencastUsing ActiveRecord with Sinatra
Screencasts Org - 2011-03-20 - freeIn this screencast we'll create a URL shortener in Ruby with Sinatra. We're going to show you how to integrate ActiveRecord with a Sinatra application. You'll need this regular expression to follow along: /^\b((?:https?:\/\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))$/ What you'll learn How to integrate ActiveRecord in to Sinatra with sinatra-activerecord How to build a...
Watch this screencastBuilding a Simple AJAX Website with Sinatra & jQuery
Screencasts Org - 2011-03-11 - freeTo mark AJAX's birthday on 18th March, we've put together a screencast to show you how to create your very own AJAX-updating countdown website for the big day. We're using Haml, Sinatra and jQuery to do this and recommend you look at our introduction videos if you're not familiar with...
Watch this screencastIntroduction to Sinatra
Screencasts Org - 2011-03-06 - freeWelcome to the Introduction to Sinatra screencast. You may also be interested in our Introduction to Haml screencast, as we will be using some Haml in this video. You might be surprised to find out that if you search on Google for “Sinatra”, the first result is not Ol’ Blue...
Watch this screencastFaking Sinatra with Rack and Metaprogramming
Teach Me To Code - 2010-09-24 - free
Sinatra has a really nice DSL. You can fake the basics of the DSL with some simple Rack middleware created by metaprogramming. If you like the screencasts, please give $5 to help me get to RubyConf Download (64.2 MB) Download iPhone & iPod (35.6 MB)
Watch this screencastRailsCasts #222 Rack in Rails 3
Railscasts - 2010-07-12 - free
The router in Rails 3 is fully compatible with Rack. Learn how to embed Sinatra into an app, handle redirects, and improve on Rails Metal.
Watch this screencastIntroduction to MongoDB – Part II
Teach Me To Code - 2009-11-30 - free
This is the second part of the series on MongoDB. In this screencast, we create a small Sinatra app called YASI that accesses the data using MongoDB. Get the code at http://blog.rubyhead.com/files/yasi.zip
Watch this screencastIntroduction to MongoDB – Part I
Teach Me To Code - 2009-11-22 - free
In this screencast, you will see the basic CRUD operation using MongoDB shell. This is the first installment of a series on MongoDB.
Watch this screencastRailsCasts #151 Rack Middleware
Railscasts - 2009-03-02 - free
Rack middleware is a way to filter a request and response coming into your application. In this episode I show how to modify the response body using middleware.
Watch this screencast