Skip to content

Conversation

gofarann
Copy link

@gofarann gofarann commented Apr 3, 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 (1) the controller "gets" the method from the model called show. The show method "finds" the record using the :id and stores it in a hash called arrays. controller then redirects to the view of the animal according to the :id.
Describe one area of Rails that you gained more clarity on with this assignment Still need more clarity on how to access "helpers" syntax, and mostly how to write clean rails code.
Is there a specific piece of code you'd like more feedback on?
What is one aspect of this project that surprised you? It is not until one tries to do the thing, that the details of the thing slips one's mind. I was surprised by how much I had forgotten from the lessons.

@kariabancroft
Copy link

Rails Zoo

What We're Looking For

Feature Feedback
Appropriate Git usage with no extraneous files checked in Almost - three commits for a whole project is not quite enough to be able to resolve issues later or share comprehension
Answered comprehension questions Yes
Naming conventions: controller is plural, model is singular Yes
Overall Good practice - it seems like you ended up with a lot of extraneous Book files so if you accidentally run a command, take a look in the terminal to see all the files it generated so you can be sure to delete it all.

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