🔖 Posts about rails7
Rails Hotwire: mastering techniques for streamlining inline editing in your user interface
Recently, the inline editing capabilities demand has increased a lot. It allows users to edit certain fields in a form directly on the form page, without navigating to a separate edit page. No refresh nor reload page is needed. And why not,...
Setup TailwindCSS and esbuild on Rails 7
Every time I run a new rails application, I’d need to configure essential tools for my front-end stack such as TailwindCSS and esbuild. I’ve adopted my configuration from my friend [Pete Hawkins](https://dev.to/phawk)’s post on [The best way to run Tailwind CSS...