In this screencast, we continue our challenge of creating a Twitter clone called ‘Flitter’ using Ruby on Rails. We learn how to use jQuery to create a...
Now that we have a backbone to our ‘Flitter’ application, we learn how to create the front end and tie it all together. In this screencast, I cover a lot of...
In this screencast you will see how to make a rails application capable of parse and execute shell commands using the ruby function %x The screencast start with basic...
Learn how to save data such as bank information, social security number, or other sensitive information in your Rails application securely by encrypting the data. By...
Ruby on Rails gives you some simple but powerful tools for mapping URL’s and HTTP Verbs to your Controllers and Views. Here is a simple walkthrough of 4 of these...
In this screencast, I show you how to use the Twitter gem to connect to Twitter, and we clarify some of the difficulties that comes with learning OAuth. Download 67 MB...
This is a screen-cast explaining how to use blocks in ruby.
Download 99.9 MB
Download (iphone & ipod) 24.5 MB
Quick demonstration on how to create a HD Video that looks sharp on Vimeo.com. I just go over the settings required for creating and exporting the video. Download 18 MB...
In this series, I attempt to recreate a twitter style application called ‘Flitter’. In this installment, I show you how to create an authenticated system...
An introduction to GitHub, which includes how to create new repositories, set up your account, push and pull, clone and send pull requests. Download 85.4 MB Download...
This is a basic introduction to integration testing with cucumber. In it, I describe how to use cucumber and rspec to implement a feature in a web application...
Learn how to create a simple plugin using Ruby on Rails. This video will teach you how to turn a view helper into it’s own plugin, and extend the ActionView::Base...