IT 231
Spring 2018
Craig Miller
Weekly Notes
Assignments
- Assignment 1
- Assignment 2
- Assignment 3
- Assignment 4
- Assignment 5
- Assignment 6
For this project, you will create a Rails scaffolded app and write a report of your experience.
Design a model consisting of 3 or 4 attributes and their data types. Your model should have a singular name (e.g. movie) and each attribute should be a property that describes an instance of your model name.
Note if you are using Rails installed in the computer labs, you may need to make this modification in the app/assets/javascripts/application.js file:
//= require_treeto
// require_tree
Make at least one modification to one of the components (view, controller, model, routing system) of the Rails architecture.
Open the Rails console (rails console) and add at least one record to your database using Rails ActiveRecord. See online guide for examples.
For this project, you only need to submit a one-page report that summarizes your process of completing these steps. The report should be single-spaced and effectively formatted with headers, code excerpts and possibly bulleted lists. The report should address all of the process elements presented above.
This assignment is worth 10 points. A well presented report that addresses all of the requirements will receive 10 points.