Skip to content

Conversation

@idevera
Copy link

@idevera idevera commented Sep 27, 2017

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 takes the input from the controller in whatever form it requests from the view. It then talks to the database and retrieves/updates the data
Describe in your own words what the Controller is doing in Rails The controller gets the routes from the requested browser and sends requests to the model or the views, depending on what the requests were.
Describe in your own words what the View is doing in Rails The view updates the view to the browser
What is the purpose of using strong params? (i.e. the params method in the controller)
How are Rails migrations related to Rails models? Migrations update the database structure and models change how that data is stored from the database
Describe one area of Rails that are still unclear on One area of rails that I am still unclear about is how to pass in more than one parameter from the view. I am having a hard time visualizing a hash within a hash.

@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 I love the styling! Great work overall.

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