-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
initial PR #1385
base: main
Are you sure you want to change the base?
initial PR #1385
Conversation
Easy to read code and good test coverage. Easy to follow naming conventions. Nice work :) |
Nice commit messages - clear and informative. The tests look good, but I can't run them because I can't replicate your database setup. That means I can only see your index page - which, I admit, does look slick. My main criticism would be that there's no way to work out your database set up. I can see from your test that your messages table has three columns, and the first two of them are numbers, but it's unclear what those numbers represent. If you include a migrations file, you can then ensure your project is reproducible on another machine - and you can even set up a rake task to take care of it: |
No description provided.