Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queues - Marisol Lopez - Task List #39

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

marisol-lopez
Copy link

Task List

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Describe in your own words what the Model is doing in Rails The model is in charge of the data and talking with the database
Describe in your own words what the Controller is doing in Rails The controller is the one taking requests from the server and deciding how to handle them. It talks to the view and model directly.
Describe in your own words what the View is doing in Rails View is what the user will see; it renders the user interface
What is the purpose of using strong params? (i.e. the params method in the controller) Strong params are to protect the data, so that the user can't somehow pass in bad evil data.
How are Rails migrations related to Rails models? Rails migrations will help make our tables/database data and the model is what speaks to that directly on behalf of the controller.
Describe one area of Rails that are still unclear on Idempotent and Restful Routing

Sorry I completely forgot to commit anything, so you'll see one large commit. I will make sure to do so for the Rails Zoo.

@PilgrimMemoirs
Copy link

Task List

What We're Looking For

Feature Feedback
Baseline
Appropriate Git Usage with no extraneous files checked in Well Done on not checking extra files - Need to commit alot more often❗️
Answered comprehension questions Well Done - Model also handles that resources business logic, if there's any.
Successfully handles: Index, Show Well Done
Successfully handles: New, Create Well Done
Successfully handles: Edit, Update Well Done
Successfully handles: Destroy, Task Complete Well Done
Routes follow RESTful conventions Well Done
Uses named routes (like _path) Well Done
Overall
RESTful route resource http://www.theodinproject.com/courses/ruby-on-rails/lessons/routing
Remember to cleanup any puts in the controller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants