Rails Foundation Contributing Member
Ruby on Rails consulting from engineers who work deep in Rails.
Saeloun helps teams modernize Rails applications, improve performance, untangle production issues, and ship product work with a senior Rails and React team in Boston and Pune.
- 596+
- engineering articles
- 2019
- founded in Boston
- Rails
- Foundation member
Latest Rails, React, and engineering articles
Field notes on framework changes, performance, upgrades, testing, and product engineering.
Rails 7.1 Async Query Support in ActiveRecord
With the Active Record API for general async queries we can efficiently query not so fast queries asynchronously to improve the performance.Rails 7.1 MessagePack Serializer Support
Rails 7.1 adds native MessagePack support for MessageEncryptor and MessageVerifier, enabling smaller payloads and faster serialization.Rails 7.1 generates_token_for Method
Generate tokens for specific purposes and verify their authenticity.Rails 7.1 ActiveRecord Normalization
Rails 7.1 lets you define custom normalization rules for model attributes with the normalizes method.Limiting Maximum Index Name Length in Ruby
Rails 7.1 defined maximum limit of 62 bytes for auto-generated index names.Rails 7.1 Autoload Lib with Ignore Option
Autoloading lib directory isn't always straightforward. In this blog post, we'll delve into the autoloading of the lib directory using config.Why Project Estimation Matters for PMs
In this blog, we will explore why estimations are important for project managers and how it contributes to effective project management.