You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe your comfort and completeness levels before submitting. Comfort Level (1-5):
1.5
Completeness Level (1-5):
1.5
How many hours did you spend on this assignment?
3
What part did you spend the most time on?
Understanding the flow of data along the different routes
Does the assignment run without errors? If the assignment has errors, what are they?
Nil
Describe one part of the code or choose one line you would improve upon. What would you improve?
Nil
What did you think of this deliverable? Any other comments?
Things that Ruby on Rails are doing automatically is causing me to be unable to comprehend on how the data flows to each different routes.
Please describe your comfort and completeness levels before submitting. Comfort Level (1-5):
2
Completeness Level (1-5):
1.5
How many hours did you spend on this assignment?
3
What part did you spend the most time on?
Ruby is still giving me loads to think about in terms of what syntax to use
Does the assignment run without errors? If the assignment has errors, what are they?
Nil
Describe one part of the code or choose one line you would improve upon. What would you improve?
Nil
What did you think of this deliverable? Any other comments?
Ruby is simplifying heaps of mechanism that take awhile to produce in javascript, but the syntax and way of doing it is really not intuitive at all.
Please describe your comfort and completeness levels before submitting. Comfort Level (1-5):
1.5
Completeness Level (1-5):
2
How many hours did you spend on this assignment?
3-4 hours
What part did you spend the most time on?
Had an error with the database not taking in the M-M relationship ID until I found out that I created the table with plural instead of singular. Took a long time to notice.
Does the assignment run without errors? If the assignment has errors, what are they?
Nil
Describe one part of the code or choose one line you would improve upon. What would you improve?
Nil
What did you think of this deliverable? Any other comments?
Simplification of stuff is amazing, but the way of how it forces you to have certain syntax is really hard to remember everything.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deliverable Submission
Please describe your comfort and completeness levels before submitting. Comfort Level (1-5):
1.5
Completeness Level (1-5):
1.5
How many hours did you spend on this assignment?
3
What part did you spend the most time on?
Understanding the flow of data along the different routes
Does the assignment run without errors? If the assignment has errors, what are they?
Nil
Describe one part of the code or choose one line you would improve upon. What would you improve?
Nil
What did you think of this deliverable? Any other comments?
Things that Ruby on Rails are doing automatically is causing me to be unable to comprehend on how the data flows to each different routes.