Getting Started With Rails
A PDF version of a basic rails programming tutorial.
Attachment: rails_tutorial.pdf
A PDF version of a basic rails programming tutorial.
Attachment: rails_tutorial.pdf
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
First steps in making a new Rails application, parts 1 and 2.
Attachment: first_rails_1.mov
Attachment: first_rails_2.mov
Using an HTML/CSS template in a Rails application.
Attachment: using_a_template.mov
Allowing users to attach comments to items. Demonstrates a relationship between two object types.
Attachment: adding_comments-1.mov
Attachment: adding_comments-2.mov
Attaching a photo to an item, using the Paperclip plugin.
Attachment: attaching_photos.mov