This app will require us to use most of the essential elements of the Rails framework:
-
Routes
-
Controllers
-
Views
-
Models
-
Seed data
-
Session data
-
Cookies
-
Filters
-
Model Callbacks
-
1-N Associations
-
N-N Assocations
-
has_many
-
belongs_to
-
has_secure_password
-
Get this app and do what you need to see the home page. The home page is just a mockup, an example of what we should see when a user has signed in and is looking at the flight schedule. None of the links or buttons work, except for the “Help” link.
-
Read the code that’s already there.
-
Find out how the mockup is being shown.
-
Find the controllers, views, and stylesheets.
-
-
Our goal is to transform the mockup into a live, database-backed Rails application.
-
Use the “Help” link to access the list of user stories and business rules.