Welcome Guest

Ruby Plus

Free Ruby and Rails Screencasts
Navigation: Home | Archive | Signup | Login | Testimonials | RSS Feed

Available for Hire

Hire Me

Become a Member

Sign up for free membership and get notifications for members only free Ruby and Rails screencasts. Privacy

Announcement

I found Strengths Finder 2.0 book very helpful. Check it out.

Rails Meetup

If you live in the bay area, check out South Bay Ruby on Rails Meetup

Recommend Me

Recommend Me

Please Support

Greenpeace

Subscribe to RSS

Bookmark this Site

Required

Get Quicktime Player
69
May 3,08
Discuss

Rails Deployment using RailsMachine

In this episode you will learn how to secure your server, use SSH-Agent to enjoy fast and secure login. You will also see how easy it is to deploy a Rails app on RailsMachine account.
Download (18 MB, 26 mins)
68
May 2, 08
Discuss

Rails with Active Merchant Authorize Net CIM Gateway

In this episode you will learn how to use Active Resource to integrate your Rails app with a Billing Rails app that uses Active Merchant Plugin's Authorize.net CIM gateway.

 You will also see how to use javascript to autopopulate fields when filling out the form for shipping and billing address. 

Download (14 MB, 13 mins)
67
Apr 27, 08
Discuss

Rush - The Ruby Shell

rush is a replacement for the unix shell (bash, zsh, etc) which uses pure Ruby syntax.

It combines the power of unix with the elegance of Ruby.  

Download (5 MB, 7 mins)
66
Apr 15, 08
Discuss

How to send emails with pdf attachments using ActionMailer in Rails

In this episode you will learn how to send emails with pdf attachments in Rails 2.0. The Rails 2.0 API for ActionMailer is different from the previous version.
Download (11 MB, 14 mins)
65
Apr 9, 08
Discuss

ActiveMerchant with Authorize.net in Rails Part 2

In this episode you will learn how to use CIM API of Authorize.net gateway to post transactions and add recurring billing logic.

 For recurring billing you can check the last_charged_at field in Subscriptions table and if it was successfully processed you can charge the customer based on the interval. Interval attribute can store the frequency of charging a customer for subscriptions. I am using months as the unit for this attribute.

Write a method in CustomerProfile model to check the subscriptions table for any pending charges that must be posted to the gateway. Use this class method in a Rake task that will be run by a CRON job.

 Resources: How to create domain model

The download includes the source code and the billing domain model diagram that is capable of handling recurring charges. 

Download (34 MB, 14 mins)
64
Apr 6, 08
Discuss

Extremely Simple Calendar Integration for Rails

This episode is based on the blog post Extremely Simple Calendar Integration for Rails

 You will the learn basics of form, routes and how to save the calendar selection value to the database.

Download (14 MB, 17 mins)
63
Apr 4, 08
Discuss

Why Ruby is an acceptable LISP?

This episode is based on the blog post by Eric Kidd Why Ruby is an acceptable LISP

You will learn the very subtle technique that allows chaining of functions in Ruby. 

Download (7 MB, 10 mins)
62
Apr 2, 08
Discuss

ActiveMerchant with Authorize.net in Rails

In this episode you will learn how to make a purchase transaction using ActiveMerchant plugin with Authorize.net gateway.
Download (7 MB, 10 mins)
61
Mar 30, 08
Discuss

Ruby 1.9 Features

In this screencast you will learn about the new features in Ruby 1.9. This is based on the blog post by Gregory Brown : On the Horizon : Ten Things I like about Ruby 1.9
Download (9 MB, 14 mins)
60
Mar 15, 08
Discuss

Ruby Metaclasses Final Episode

In this final episode you will learn how every class in Ruby is a first-class object. We will see how classes and subclasses have metaclasses and how to access them.

Reference: MetaRails - Metaprogramming by example by Nick Sieger RUM - July 25, 2006 

Google it to download the slides. 

Download (14 MB, 20 mins)

Recommend Me
Privacy Policy
Copyright © 2007 - 2008, rubyplus.org