Alexandre Ruban
alexandreruban.bsky.social
Alexandre Ruban
@alexandreruban.bsky.social
💻 Senior/Lead Ruby on Rails developer
📘 Author of the turbo-rails tutorial (https://hotrails.dev)
✏️ I write Ruby on Rails books (https://rubanonrails.com)
I experimented with view transitions for the first time and the effect is sooo cool!

The best part is it only required... 5 lines of code 🤯. I must use this on all my projects now!
December 28, 2024 at 12:14 PM
Thanks to the new Rails authentication generator, it's very easy to add features such as allowing only one session at a time.

It's also very easy to test, thanks to the `open_session` method.
December 16, 2024 at 8:10 AM
Modern CSS is just sooo good!!

- We can create very nice layouts with CSS grid (we can even name the grid areas 🤯)
- We have variables
- We can easily transform colors and the result feels consistent thanks to OKLCH

CSS used to be a pain but now I really enjoy it.
November 23, 2024 at 9:03 PM