
· Rails
Rails 8 Hotwire, a tutorial
Rails 8 comes with Hotwire by default to handle frontend complexity. Here is a simple tutorial from scratch.
Rails 8 comes with Hotwire by default to handle frontend complexity. Here is a simple tutorial from scratch.
Rollup and Esbuild can both handle JavaScript files in a Rails app. I made some little experiments, both locally and in-production.
This is an opinionated article about ERB and HAML with Rails. Let's compare each other and pick a winner.
Here is a tutorial about how to paginate with Rails 7 and Kaminari.
Authorization means give or refuse access to the current User to some URLs. It's closely bound to Authentication, but it's different.
A quick article about how to retrieve an element inside a Ruby array.