Rubyology
The Rubyology podcast is a series of lessons learned by Chris Matthieu on his endeavor of switching from Microsoft .NET programming to Ruby on Rails. Believe it or not, there are similarities between both Microsoft ASP and .NET and Ruby on Rails. Let Chris
Visit Show Website http://www.rubyology.com/Recently Aired
-
HD
ScreenCast 7: Crypto
Today's screencast will demonstrate 2 forms of cryptography: 1) 1-way ...
Today's screencast will demonstrate 2 forms of cryptography: 1) 1-way hashing 2) 2-way encryption/decryption For the hashing, we will be using the SHA1 method and for the encryption, we will be using AES (Advanced Encryption Standard) with 128 bit encrypt
-
HD
Rubyology 5: Deploy
Okay Code Monkeys it's time to deploy our Ruby on ...
Okay Code Monkeys it's time to deploy our Ruby on Rails application to a hosting provider! I'll walk you through the necessary Subversion, Secure Shell, and Capistrano steps required to launch your application. Here is the link to SteelPixel's wiki page o
-
HD
ScreenCast 6: WhoIs
This Rubyology screencast expands on the Web 2.0 Domain Randomizer ...
This Rubyology screencast expands on the Web 2.0 Domain Randomizer routine by looking up web domain availability of those being generated by our Ruby Rand function. We are demonstrating the open-uri function in this screencast.
-
HD
ScreenCast 5: Web 2.0 Names
This Rubyology screencast will focus on the Ruby random function ...
This Rubyology screencast will focus on the Ruby random function and should serve as a refresher on arrays and hashes as well as looping. The source code to our example is provided below: # Rubyology Screencast - Web 2.0 Name Randomizer 10.times do letter
-
HD
Rubyology 4: AJAX
Learn how to add AJAX to your Web 2.0 Ruby ...
Learn how to add AJAX to your Web 2.0 Ruby on Rails application using the link_to_remote tag and the form_remote_tag. I also briefly cover the script.aculo.us - web 2.0 javascript library and the auto_complete_for feature used in my Chug'd site (http://ch
-
HD
ScreenCast 4: Looping Loco
Ruby supports many methods of looping logic. This Rubyology screencast ...
Ruby supports many methods of looping logic. This Rubyology screencast will show you 7 different looping structures that can be used in your Ruby or Ruby on Rails applications.
-
HD
ScreenCast 3: Time Fun
Check out some of the cool time functions supported by ...
Check out some of the cool time functions supported by Ruby!
-
HD
ScreenCast 2: Arrays
This Rubyology screencast demonstrates tips and tricks of using arrays ...
This Rubyology screencast demonstrates tips and tricks of using arrays or hashes in Ruby.
-
HD
Rubyology 3: Control Freak
This episode of Rubyology explores the concept of the Rails ...
This episode of Rubyology explores the concept of the Rails MVC (Model, View, Controller) and how basic Rails applications work. We also walk through the creation of a very simple scaffolding exercise and discuss CRUD (Create, Read, Update, Delete) and va
-
HD
ScreenCast 1: Strings
Our first screencast developed to offer programming tips and tricks ...
Our first screencast developed to offer programming tips and tricks on Ruby. This screencast covers basic string manipulation.