Welcome Guest

Ruby Plus

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

Services

Hire Us

Become a Member

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

Rails Meetup

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

Home Office

For those who are curious, here is my Home Office

Recommend Me

Recommend Me

Please Support

Greenpeace

Subscribe to RSS

Bookmark this Site

Required

Get Quicktime Player
Win a iPhone 3G

I will be giving away one iPhone 3G ($199 in value) as the prize for submitting a Rails document patch. You will be entered into the drawing as many times as you submit a document patch that gets accepted. The deadline is Aug 22, 08. So contact Rails Core Team member Pratik by sending him an email and get access to the GIT hub for submitting your patches. I am also accepting donations for the prize. You can advertise on this site in exchange for the donation.

Recent Episodes of Ruby and Rails Screencasts
92
July 4, 08
Discuss

Extremely Simple Photo Album in Rails

I had looked at Gullery, WebAlbum and Photo Album in Ajax on Rails books among others.

I will show you how to create a photo album with slide show in a RESTful way. I will include the source code as part of the download.

Exercise

You can extend this album so that the photo upload does not tie up the Mongrel process by using Background DRB, Merb etc.

Add the feature where users can only add/edit photos to their album.

Resources

File uploads via Merb inside a Rails application 

Download (35 MB, 24 mins)
91
July 4, 08
Discuss

Association Proxy Method in Rails

In this episode you will learn how to use the <association_name>_ids=([array of ids]) association proxy method in your controllers. When you have has_many or has_and_belongs_to_many models you can use the association proxy method and simplify code in your controllers.

 Based on the blog post params fu #4 by Stephen Chu

Download (10 MB, 12 mins)
90
July 4, 08
Discuss

fields_for and the index option in Rails

In this episode you learn how to use fields_for and the index option to create a new parent model with multiple child models on one post.

This tip will simplify your code in the controller. Based on the blog post by params ful #3 and #5 by Stephen Chu.

Download (25 MB, 28 mins)
89
July 4, 08
Discuss

fields_for and params in Rails

In this episode you will learn how to put attributes into a different params key using fields_for if they belong to a different model than the one you are using in the form_for helper.

This technique is useful in real world projects. Based on the blog post params fu #2 by Stephen Chu.

Download (12 MB, 12 mins)
88
July 4, 08
Discuss

form_for and params in Rails

In this episode you will learn how to wrap all relevant attributes in a single params key. Covers the basics of form_for and params in Rails.

This is based on the blog post params fu #1 by Stephen Chu

Download (18 MB, 18 mins)
87
June 24, 08
Discuss

Introduction to jQuery

In this episode I walk you through a hello world example in jQuery and autocomplete functionality that does not make a server side call.
Download (11 MB, 10 mins)
86
June 18, 08
Discuss

Command Pattern in Ruby

In this episode you will learn how to implement GoF Command Design Pattern in Ruby.

I cover the concept of closures, scope and  extent that is required to understand the implementation of Command Pattern

Download (14 MB, 21 mins)
85
June 17, 08
Discuss

Select Dropdown using Has One Relationship in Rails

In this episode you will learn how to use options_from_collection_for_select when you have a has_one relationship between ActiveRecord objects.

 Note: For create, I was looking at the wrong book because the id was higher than the one we were looking at. (I had created some books before the screencast)

Download (10 MB, 10 mins)
84
June 13, 08
Discuss

Drop Down Box in Rails

I was surprised when I found that Rails does not provide any helper to create simple drop down box with integer values. I came across the blog post by Brian McQuay

In this episode I will show you how to display and edit a simple drop down box that contains integer values. I have included the source code in the download. This is an opportunity for you to contribute to Rails, check out Ryan Bates screencast on contributing to Rails using GIT and create a patch to include this helper to FormHelper.

Download (6 MB, 5 mins)
83
June 12, 08
Discuss

Reports in ActiveMerchant ARB with Authorize.net in Rails

This episode shows how to handle the status of the automated recurring billing. For instance, how do we know the charges are going through?

The download includes the source code that will show you how to handle different scenarios in your application.

 Resources:

  1. Silent Post Back  
  2. ActiveMerchant Google Group Thread 

 

Download (13 MB, 8 mins)

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