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 - Andrea Valliere - TaskList #43

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

Conversation

avalliere
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 interacts with the database according to commands from the Controller
Describe in your own words what the Controller is doing in Rails The Controller is the mediator that handles user requests and passes information between the database and the view
Describe in your own words what the View is doing in Rails The View is what is seen in the browser. It's also in communication with the Controller.
What is the purpose of using strong params? (i.e. the params method in the controller) It prevents malicious code from being passed in by specifying exactly which params can be passed in.
How are Rails migrations related to Rails models? Migrations are instructing updates to the model.
Describe one area of Rails that are still unclear on I am still generally unclear with the processes and relationships of all the different elements of Rails, but I think this will become more clear as I work on more projects.

@droberts-sea
Copy link

Task List

What We're Looking For

Feature Feedback
Baseline
Appropriate Git Usage with no extraneous files checked in yes
Answered comprehension questions yes
Successfully handles: Index, Show yes
Successfully handles: New, Create yes
Successfully handles: Edit, Update yes
Successfully handles: Destroy, Task Complete yes
Routes follow RESTful conventions yes
Uses named routes (like _path) yes
Overall

Looks good!

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