Rails
Speed Up Rails with CloudFront CDN
Learn how to integrate Amazon CloudFront CDN with your Rails app to serve static assets faster and reduce load times significantly.Duplicate Column Error Now Shows Table Name
Table name is shown in the error when duplicate columns for the same table is entered while creating it.Restoring data using papertrail.
PaperTrail is a very useful tool, but did you know it can help restore the deleted records as well?Rails 7.1 Improves Support for Custom Namespaces
This patch improves the support for defining custom namespaces while autoloading files.Rails 7.1 Introduces Default Health Check
Rails 7.1 now introduces a default health check endpoint for health checks.Manually mount react component using UJS
Mount react components manually while rendering element on JS request.Rails 7.1 Handles Reconnects in Callbacks
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 Inflections Initializer Guide
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 TTL on Increment/Decrement
Rails now preserve expires_in while incrementing or decrementing an integer value in MemoryStore to be more consistent with MemCachedStore and RedisCacheStoreRails 7.1 db:prepare Loads Schema
Rails 7.1 introduces a new feature to allow db:prepare to load schema if the database already exists but is empty.