Forum application template
It is deployed on Heroku: https://forum-kk.herokuapp.com/
It contains following features:
- Rails and Ruby versions:
- rails 6.1.4
- ruby 3.0.2
- Database:
- postgresql
- relational (users admin panel, categories, topics, posts)
- Authentication:
- devise
- Authorization:
- cancancan
- Styling:
- bootstrap classes
- with own custom css
- pagination (will_paginate)
- erb and haml views
- Code quality:
- rubocop-rails
- overcommit
- Testing:
- Rspec (models + requests)
- factory_bot_rails
- byebug
- JS (vanilla and jQuery):
- interception of destroy alert and customization
- timeout for flash messages