Skip to content

Conversation

@avalliere
Copy link

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 Clicking an animal's name goes through the route, which informs which controller action needs to be used - in this case it's "show". The controller show action requests information from the model. The model interacts with the database and sends the information back to the controller, which then passes it to the view. The information is then rendered into html and passed to the browser through the controller.
Describe one area of Rails that you gained more clarity on with this assignment I have a better understanding of when I need to create a new model and run a migration.
Is there a specific piece of code you'd like more feedback on?
What is one aspect of this project that surprised you? A lot of the code an implementation of Rails seems really simple so far, which is surprising every time I write it because Rails still feels unwieldy, vast, and confusing as a whole project.

@PilgrimMemoirs
Copy link

Rails Zoo

What We're Looking For

Feature Feedback
Appropriate Git usage with no extraneous files checked in Well Done - First answer demonstrates a solid understanding of the rails cycle.
Answered comprehension questions Well Done
Naming conventions: controller is plural, model is singular Well Done
Overall Nice, clean code that follows rails conventions! Great work!

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