Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.38 KB

Modifying RottenPotatoes

Rails Intro: add features to RottenPotatoes

In this homework you will add a feature to an existing simple Rails app and deploy the result publicly on the Heroku cloud hosting service.

General advice: This homework involves modifying RottenPotatoes in various ways. Git is your friend: commit frequently in case you inadvertently break something that was working before! That way you can always back up to an earlier revision, or just visually compare what changed in each file since your last “good” commit.

Remember, commit early and often!

Assignment Contents

How to submit when you're all done

Deploying your finished app to Heroku by the homework deadline is part of the grading process. Even if you have code checked in that works properly, you still need to also deploy it to Heroku to get full credit.

Once you're confident the functionality works correctly on Heroku, submit the URI of your deployed Heroku app according to the submission instructions.