/palaver

a toy forum software in Hanami 2

Primary LanguageRuby

Palaver

This is my test application in Hanami 2. It attempts to replicate an experience of old-times discussion boards (think phpBB), while at the same time being a testing ground for standard features of a web app.

Technical features

  • Persistence – ROM
  • View layer – Phlex
  • User registration and authentication – custom-made, password hashing with Argon2, using native Hanami sessions
  • Authorization – with Verifica
  • Pagination – with ROM pagination plugin
  • File upload (for avatars) – Shrine + shrine-rom

Contributing etc.

This is a personal testing projects. Currently I'm not accepting PRs, so please do not create them.