
· Ruby
Live reload a Rails 7 application, an unsatisfaying attempt
Livereload a Rails app on your local machine is still not available natively. Maybe in next version of Rails, but not yet.
Livereload a Rails app on your local machine is still not available natively. Maybe in next version of Rails, but not yet.
Rails 8 comes with Hotwire by default to handle frontend complexity. Here is a simple tutorial from scratch.
Rollup and Esbuild can both handle JavaScript files in a Rails app. I made some little experiments, both locally and in-production.
This is an opinionated article about ERB and HAML with Rails. Let's compare each other and pick a winner.
Here is a tutorial about how to paginate with Rails 7 and Kaminari.
Authorization means give or refuse access to the current User to some URLs. It's closely bound to Authentication, but it's different.