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.
- 599+
- 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 Default Dockerfile for Production
Rails 7.1 generates Dockerfile, .dockerignore, and docker-entrypoint for easy production deployment.Rails 7.1 perform_all_later for Jobs
perform_all_later allows us to enqueue multiple jobs that belong to different classes simultaneously within ActiveJob.JS Generators, Iterators & Helpers Guide
Understand JavaScript generators for pausing functions, ideal with large datasets. Learn iterator basics, next() method, and efficient iteration with helpersRails 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.