-
Notifications
You must be signed in to change notification settings - Fork 1
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
Submitting Coder School Assignment 1 #1
Comments
Hi @thminhVN -- good job 👍 The goal of this homework is to understand routes (RESTful and custom), use MVC correctly for simple pages, generate simple test data, use validations, use ActiveRecord for filtering, sorting and association. Great things:
Suggestions:
resources :menu_items do
resources :orders
end That way in your OrdersController, you have Overall, it's good to see that your code is relatively clean. In your free time, I recommend checking out the Ruby style guide. If interested in more stuff like that, the Rails style guide includes good ideas as well. I hope you can start homework earlier next time order to have time for some optional features as well. |
@harley Thanks for your review. I will read Ruby style guide and try to improve later. |
Here is my completed assignment 1. Sorry for late submission.
/cc @coderschoolreview
The text was updated successfully, but these errors were encountered: