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

Merge feature to development #1

Merged
merged 5 commits into from Apr 17, 2020
Merged

Merge feature to development #1

merged 5 commits into from Apr 17, 2020

Conversation

Blasco9
Copy link
Owner

@Blasco9 Blasco9 commented Apr 16, 2020

In this branch, I created the new rails app, created the models, added validations and relationships to such models and fixed all linter errors.

EDIT: I added the following cops

Lint/RaiseException:
Enabled: false
Lint/StructNewOverride:
Enabled: false
Style/HashEachMethods:
Enabled: false
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false

As suggested in this PR microverseinc/linters-config#63

Copy link

@fatymahmed fatymahmed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Blasco9,

You have done a great job in this project, everything looks good 🎉🎉

It's a 👍🏾 from me!

✔️ Approved!

[OPTIONAL]

  • Even though the main aim of this project is to test your knowledge of active records, models, and associations, I highly encourage you to add views to your app so that users can create posts using forms rather than using the console, that way it will look more like Reddit and it will be easier to use for users who do not know how to use the console 😀.

Good luck with your next projects.

@Blasco9
Copy link
Owner Author

Blasco9 commented Apr 17, 2020

Thanks for your review, I will try to implement the front end part when possible.

@Blasco9 Blasco9 merged commit 549b6ce into development Apr 17, 2020
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.

None yet

2 participants