Great presentation!
Can't wait to see what you both come up with for the model layer!
Great presentation!
Can't wait to see what you both come up with for the model layer!
This is going to be soo freaking cool! Can't wait for your new course!
I have written a tutorial inspired by a real world project I worked on a few years ago if you want to have a look :
www.hotrails.dev
It's not technically a book, but it's in written format with drawings.
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!
Sure!
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.
Don't you think no-build makes sense for small applications with minimal JavaScript dependencies?
Modern CSS is very good and I don't feel the need for a build step anymore. Importmaps works fine too if you know you won't rely on a lot of JavaScript dependencies.
I bet it would be a great talk!
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.
It's so easy to add those feature now compared to previously with Devise, or any other gem!