Getting Started With Rails

Posted by Jeff Kupperman on March 11, 2011 19:53

A PDF version of a basic rails programming tutorial.

Attachment: rails_tutorial.pdf

Connecting to a dev server

Posted by Jeff Kupperman on March 13, 2011 23:52

Connecting to a development server via SSH, using Terminal (Mac) or Putty (PC). (Screencast.) Substitute your dev server address for the one in the screencast.

Attachment: connecting_via_ssh_mac.mov

Attachment: connecting_via_ssh_pc.mov

Starting a new Rails app

Posted by Jeff Kupperman on March 14, 2011 00:23

First steps in making a new Rails application, parts 1 and 2.

Attachment: first_rails_1.mov

Attachment: first_rails_2.mov

Using a template

Posted by Jeff Kupperman on March 14, 2011 01:08

Using an HTML/CSS template in a Rails application.

Attachment: using_a_template.mov

Adding comments

Posted by Jeff Kupperman on March 14, 2011 01:16

Allowing users to attach comments to items. Demonstrates a relationship between two object types.

Attachment: adding_comments-1.mov

Attachment: adding_comments-2.mov

Attachments

Posted by Jeff Kupperman on March 14, 2011 01:23

Attaching a photo to an item, using the Paperclip plugin.

Attachment: attaching_photos.mov

Users

Posted by Jeff Kupperman on March 14, 2011 01:32

A very simple user authentication system.

Attachment: users.mov