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.
- 592+
- 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.
picture_tag helper in Rails
Support for picture_tag helper in Rails. Its usage, advantages, and use cases.Part 3 - Redesigning Saeloun's Website ( Information Architecture )
Learn about the changes we made to improve the information architecture of our website.React error handling with react-error-boundary
React error boundaries provide a way to gracefully handle runtime errors and prevent them from crashing the entire application.Part 2- Redesigning Saeloun's Website (Research)
Learn about how we did the competitive analysis as part of secondary research and collected references for our website.Rails.env.local? in Rails 7.1
Rails.env.local? was introduced in Rails 7.1. This post explores its usage.Simplify Routing and Boost Performance with Next.js App Router
Discover the powerful features of Next.js 13's App Router built on React Server Components, enabling efficient route organization and layout creation. Improve performance with server-centric routing and seamless client-side navigation. Unlock advanced routing patterns like parallel routes and route interception to create sophisticated web applications with ease.Rails 7.1 extends enum support for Postgres adapter
Rails 7.1 extends support to rename enum, add enum value and rename enum value for Postgres adapterUsing quarter method by rails 7.1
Get quarter of the date provided for the current year or the custom year.Smooth Scrolling to an Element using scrollIntoView in React with a Fixed Header
Fixed headers are a popular design choice for websites. However, scrolling to an element that includes a fixed header can present several challenges. In this blog post, we will discuss how to overcome these challenges and scroll smoothly to elements with fixed headers.Shaping Rails to Your Needs, Customizing Rails Generators using Thor Templates
Templates are an easy way to customize your Rails generators to fix repetitive tasks and make your life easier.