Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queues - Maria McGrew - rails-zoo #19

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Queues - Maria McGrew - rails-zoo #19

wants to merge 4 commits into from

Conversation

ghost
Copy link

@ghost ghost 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 Request is when the user clicks the link for an animal to see more information and the response is the server sending back that information in a way for the user to be able to read it. In the instance of the zoo, the server is using html to make the animal information readable.
Describe one area of Rails that you gained more clarity on with this assignment I gained some clarity on using the new method. When I used the strong params, the new method needed to be defined or I got an error, this was different than the in class example where strong params still worked without defining that particular method.
Is there a specific piece of code you'd like more feedback on? Maybe the strong params and new method, since I got the error that :animal needed to be defined.
What is one aspect of this project that surprised you? How the paths work. I'm still learning how to write them correctly and so I learned a little by messing around with them some.

|

@PilgrimMemoirs
Copy link

Rails Zoo

What We're Looking For

Feature Feedback
Appropriate Git usage with no extraneous files checked in Could use more commits
Answered comprehension questions Good Start - But what parts of rails are called at each stage for that cycle to be successfully achieved? When you enter a URL and press 'enter', what's the first part of rails that URL interacts with (Routes, Controllers, Models or Views)? Then what part is called after that? (Route, Controller, Model or views), and then what...etc.
Naming conventions: controller is plural, model is singular Well Done
Overall
There are controller methods for update and delete, but no way to do so in the browser. What could you add to the animal's show page to delete an animal?

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