Here my note for installing pg gem on my mac m2. gem install pg:1.5.9 -- --with-pg-config=$(brew...
Got following error during mysql2 gem installation sugiartos-MacBook-Pro:aaero sugiarto$ gem...
Few days ago, I bought second macbook pro m2, and need to setup rails projects on my mac. One type...
Today, I have a requirement to override the Java version on the Flutter project. I used sdkman for...
A week ago, I was working on a Flutter project to generate tags based on a post sentence. The...
When setting up github actions for running system tests, it is sometimes difficult to know or debug...
A few days ago, I needed to setup github actions for running Rails tests that required MySQL, Redis,...
When developing custom Shopify apps, I usually use ngrok as a reverse proxy for webhooks integration....
In one of my projects, I used searchkick gem and elasticsearch for implementing search...
Two days ago, I had a requirement to create a database function that accepts a single argument, in...
Yesterday, I worked on elasticsearch integration with help of searchkick. I did several times adding...
Ever wondering to read nginx access log as a report? Yeah, we can easily read the nginx log file...
A few days ago, I received an email from Heroku for upgrading Redis 6.2.14 to 7.2 due to a deprecated...
This post will not explain in detail parts of the app's upgrade and only give general points about...