Rails

Articles about Rails, the framework

Rails authentication with Rodauth, an elegant Ruby gem

Rodauth is a wonderful Ruby gem that helps to handle authentication problems. Let’s see how to integrate it into a Rails application. 0. Motivation At BootrAils, until recently, we were uncomfortable about what could be a decent default authentication in any new Rails app – until Rodauth appeared under the radar. There are no “Active Auth” …

Rails authentication with Rodauth, an elegant Ruby gem Read More »

Rails 7 : a preview

I’m not part of the Rails team, I’m just a daily Rails developer. So this list comes only from my imagination. Let’s dream. Hot reloading just works™ Hot reloading means “auto-refreshing the browser when the developer modifies a file”. It’s 2021, now all web frameworks (at least in the JavaScript space) have hot-reloading that just …

Rails 7 : a preview Read More »

Scroll to Top