Rails In-depth Part 1: From request to response
Rails In-depth Part 1: tracing the lifecycle of a Rails request through Rack, config.ru, and the router.
Tag
Rails In-depth Part 1: tracing the lifecycle of a Rails request through Rack, config.ru, and the router.
Learn how to set up WebAuthn in Rails for passwordless authentication, offering a secure and seamless login experience using biometric or hardware-based credentials.
MessagePack is now supported in Rails 7.1, this new serializer enables the generation of smaller payloads and significantly faster serialization and deserialization compared to other serializers.
Autoloading lib directory isn't always straightforward. In this blog post, we'll delve into the autoloading of the lib directory using config.autoload_lib(ignore:).
In upcoming Rails 7.1 secret_key_base will be stored in credentials instead of secrets, as secrets has been deprecated in favour of credentials
Integrate Replicate in Rails application and effortlessly run various machine learning models in the cloud using Replicate
Extract the sample rate of an audio file with ActiveStorage::AudioAnalyzer which will return the bit rate, duration, and sample rate
Mount react components manually while rendering element on JS request.