This repository has been create in order to learn Ruby on Rails
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^3.2.2^8.0.4^2.11.8^10.4.19^5.3.3^1.11.3^0.20.2^3.1.0^8.4.38^11.0.0^1.74.150
commits
Finished project development. Need more tests and QA and soft deploy!
b3bd152View on GitHubChanged name of workflow. Workflow is finished for push and PRs to main!
dbb2c8dView on GitHubChanged run test script to bin/rake instead of rails test
3d414e4View on GitHubAdded categories display or view on articles under gravatar as badge pills from bootstrap as links
c3e3f45View on GitHubImplemented multiple category selection to article creation form and linked with form_with command so front and backend work as needed
1d8ca4bView on GitHubSetup backend for associations between categories and articles with CategoryArticle model
20a5ba5View on GitHubCreated navigation accessibility for categories and restricted new path to admins only
dacce03View on GitHubImplemented admin accesibility in creating new categories and some CRUD actions. Created requirement for admin access and implemented those into a helper test method
4f66c3fView on GitHubCreated index view for categories and implemented integration tests
00f8b31View on GitHubCreated integration test for invalid category, needed to change the http status that was sent
962c472View on GitHubAdded integration tests for the show page for the categories. Created set category private controller method for DRY practice
ce9132fView on GitHub