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.
Step-by-step guide to GSAP Library
With GSAP library, we can create beautiful animations using Tweens, ScrollTrigger, and TimelinesRails 7 Deferrable Foreign Keys
By default, foreign key constraints in PostgreSQL are checked after each statement.Rails Prevents Unwarranted Shard Swapping
Rails provides the config option ActiveRecord::Base.prohibit_shard_swapping that prevents swapping of database shards.React Code-Splitting for Performance
Code-splitting helps divide large code bundles into smaller ones, which can then be loaded on demand.Rails 7 with_lock Transaction Args
With Rails 7 we can pass transaction arguments like isolation, joinable, etc directly to with_lockRails loads ActionCable via Zeitwerk
Zeitwerk is a new thread-safe code loader introduced in Rails 6. Now, ActionCable and other related modules are loaded via Zeitwerk.ES2022 Private Field Brand Check
ECMAScript 2022 provides a simpler way to check if an object has a given private field using the 'in' operator.Rails destroy_association_async_job Config
Rails no longer ignores the configuration option destroy_association_async_job when destroying objects with destroy_async option.CSS Overscroll and Scroll Snap
Improve the scroll bar behavior with CSS properties 'overscroll-behavior' and 'scroll snap'.