Skip to content

Conversation

tehut
Copy link

@tehut tehut commented Apr 2, 2017

Rails Zoo

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Describe in your own words the Rails request/response cycle for viewing an animals detail page When you click the link the browser sends a GET request for the the path index/:id (as specified in the link)
Describe one area of Rails that you gained more clarity on with this assignment It was just really good to do it again so soon after the first lesson. I think I feel a lot better about creating new rails apps, new migrations and new erb pages
Is there a specific piece of code you'd like more feedback on? Not really, anything that jumps out at you!
What is one aspect of this project that surprised you? I didn't find anything surprising, I just really appreciated getting to cement my learning from last-last week.

@PilgrimMemoirs
Copy link

Rails Zoo

What We're Looking For

Feature Feedback
Appropriate Git usage with no extraneous files checked in Well Done
Answered comprehension questions ❗️ Expand on first question - What happens after the url is matched to the route? what other parts, and it what order does cycle go through ( with the controller, model and views). Here's a nice visual of that cycle http://68.media.tumblr.com/c2838d3c5306ebcbcac0e85a5a05533a/tumblr_inline_nlus00X7JT1t9vfbl_500 It's taken from this blog post http://paulhan221.tumblr.com/post/114731592051/rails-http-requests-for-mvc
Naming conventions: controller is plural, model is singular Well Done
Overall
❗️ Delete and Edit functionality not complete

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