Skip to content

Conversation

@laneia
Copy link

@laneia laneia commented Apr 16, 2019

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 doing whatever actions involve the database, such as finding records and manipulating records (creating, updating, destroying).
Describe in your own words what the Controller is doing in Rails The Controller coordinates between the Model and the View to facilitate getting the requested data from the Model and then displaying it according to the format in the View.
Describe in your own words what the View is doing in Rails The view contains formatting information (HTML) that tells the application how to display the data.
Describe an edge-case controller test you wrote N/A yet.
What is the purpose of using strong params? (i.e. the params method in the controller) Strong params are a good security measure to prevent updating more sensitive attributes by assigning permission for mass update or not.
How are Rails migrations related to Rails models? Rails migrations involve updates to the database schema, which can include changing the models and the structure of the data that the models are being used to access.
Describe one area of Rails that you are still unclear on What to test and how to test certain things are still murky.

@laneia
Copy link
Author

laneia commented Apr 16, 2019

I'm super, super behind (ongoing health issue) and this is a work in progress. I'll post again or send a direct message when it's ready for grading.

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.

1 participant