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.
Next.js with TypeScript and Tailwind
A step-by-step guide on how to build a Next.js application with Typescript and Tailwind CSSRails 7 Nested Attributes for delegated_type
With Rails 7, accepts_nested_attributes_for can be used for delegated_typeRails 7 Auto inverse_of Detection
This update ensures that "inverse_of" takes into consideration the relevant scope when calculating the object to store in memory.Making React Apps Accessible: Best Tips
Making web applications accessible to all the users is an important aspect to be considered while developing.Rails 7 Adds update_attribute! Method
While update_attribute was used to bypass validations, update_attribute! now does the same but raises ActiveRecord::RecordNotSaved in case of any errorsRails 7 PostgreSQL Generated Columns
Rails 7 now adds support for generated (virtual) columns to the PostgreSQL adapter that has been available since PSQL v12.Typography - Creating our Visual Identity
Part 3 of our Visual Identity series involves Typography that expresses the personality of our company, its values and emotions.React 18 Suspense SSR Architecture
React 18's new SSR combines streaming server-side rendering with Selective Hydration for better performance.Rails 7 Plain Text for Nested Fields
Plain text rendering of nested fields now reserves indentation.Rails 7 Timestamps in insert_all
All relevant timestamp columns (`created_at`, `created_on`, `updated_at`, `updated_on`) are now set via ActiveRecord when using mass insertion queries.