author-pic

About generated methods for has_many relations

Posted on March 04, 2022

Besides making the collection of objects available through 16 more methods get added to the model automatically.

Read full post

Ruby class members are methods!

Posted on March 04, 2022

Members of a class are retrieved via sending message to the instance object. This means, accessing a property is the same as invoking a method with the same name. This can be used as a useful…

Read full post

Setting up xDebug on MacOS

Posted on June 02, 2021

This guide is based on the works of Asrar from dev.to and adapted to PHP 8. If you dont have PHP 8 already install it using brew: Download the latest version of xDebug. Then build and install the…

Read full post