Rails 7.1 Introduces Default Health Check Controller
Rails 7.1 now introduces a default health check endpoint for health checks.Integrate Tailwind CSS in Electron
In this blog, we will learn how to integrate Tailwind CSS in Electron, a popular framework for building desktop applications with web technologies.When to extract code to React custom hooks?
React custom hooks help us to build reusable logic, and make the code more readable. In this blog, we will talk about when and when not to use react custom hooks.What's new in Vite 4?
Vite 4 is released 5 months after releasing Vite 3. The new version is motivated by the breaking upgrade from Rollup 2 to Rollup 3. Let's have a look over this and other updates.Manually mount react component using UJS
Mount react components manually while rendering element on JS request.Rails 7.1 Adds ability to handle reconnects with the connected callback
Rails 7.1 has enabled subscribers to handle reconnections with the connected() callback in the Action Cable in the event of a lost connection.Rails initializers you don't know about - Inflections
Rails comes with a lot of initializers. In this post, we will look at the inflections.rb initializer and how we can use it.Rails preserves entry TTL when incrementing or decrementing an integer value.
Rails now preserve expires_in while incrementing or decrementing an integer value in MemoryStore to be more consistent with MemCachedStore and RedisCacheStoreControl the specificity and order of styles with CSS Cascading Layers
Cascading layers is a new feature in CSS to maintain and order the stylesheet in which we can cascade and organize the CSS more efficiently.Rails 7.1 db:prepare to load schema if the database already exists but is empty
Rails 7.1 introduces a new feature to allow db:prepare to load schema if the database already exists but is empty. Also, it will dump the schema after migrations are run.