
· Rails
Rails administrate, big tutorial, bits of philosophy
Administrate is a Ruby gem that helps your team to manage database content with a clean UI by default, while still giving you any possibility to customize appearance and behaviour.
Administrate is a Ruby gem that helps your team to manage database content with a clean UI by default, while still giving you any possibility to customize appearance and behaviour.
Some recap about access of attributes in a Ruby object
A simple tutorial about Action Mailer with Rails 7 or 8
How to debug Rails 7 app with ruby/debug. Should also work for Rails 8 :)
Constant are not so often used in Ruby, however, it's always good to know how they work when the need arises. Constants are simply variables that are not meant to be changed.
esbuild is very useful in new Rails apps, even with the very last Rails 8 version. Let's see how to customise it.