
Why is Ruby-on-Rails not more popular?
If Rails is so good, why is it not more used?
If Rails is so good, why is it not more used?
Until recently, Rails comes with no default way to authenticate the user, like Laravel does in the PHP world.
Turbo frame is a powerful feature of Hotwire, here is a quick memo about how to follow conventions in the simplest case. Convention over configuration is powerful, but sometimes it is also a problem when you are not sure anymore about conventions ;) so I plan to release more "simplest *** Hotwire feature".
form_with is known as a form helper, which means it's an abstraction to build well-known, standard HTML form.
Today I'm releasing a brand new Ruby-on-Rails starter kit, that mixes Tailwind and Rails.
Flash message is a very old notion of Ruby-on-Rails. This article will be focused on the usability of these messages.