In my previous post I’ve described how to use Tachiban for authentication in a Hanami 1.3 app. This post will be about using my authorization gem Rokku with Hanami applications.| Stuff from here and there
The problem The gist of the matter is that some Excel macros started causing extreme memory leaks when used in version 2013 and later. My first searches online yielded results instructing to avoid copying and pasting, to disable calculations for the duration of the macro etc. I’ve done all I possibly could based on those results, but the issue persisted.| Stuff from here and there
To be able to list logged in users in my Hanami application I’ve switched from cookies to redis for session store. The setup is quite brief thanks to the redis-rack gem.| Stuff from here and there
I wanted to learn about the workings of an authenitaction system for a web application and I decided to make my own for a Hanami based web application I was working on at the time.| Stuff from here and there
Deploying Hanami web application with Puma, Nginx and PostgreSQL using Docker| Stuff from here and there