Project 3.0: Depot Application

Jan 24, 2011

Objective

Finish your first Rails application.

Prerequisites

You should have completed Project 2.

Requirements

Using Agile Web Development with Rails chapters 6 - 14.2 as a guide, complete the Depot application.

Recommended Steps

Your only work this week is to complete the Depot application. Do not consider 14.3 and beyond (controller testing). We'll cover functional / integration tests later. For now, just concern yourself with the unit testing of models.

Grading criteria (700 points)

I must be able to pull your repository and see your project02 directory contains your app root. (eg, project02/app, project02/config, etc)

I must be able to run your migrations, seed data (if present/necessary), and run your Rails application.

I must be able to run your application and it must be functionally complete as compared to the textbook's instructions.

Running rake test should result in no errors or failures.

This is due by 9AM on Wednesday, February 2.