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.
What Is New In Rails 7.2: Key Features
Rails 7.2 has just been released, packed with a range of exciting updates that enhance the Rails development experience.Rails Warns On Tests Without Assertions.
With Rails 7.2, `ActiveSupport::TestCase` now warns when tests do not run any assertions.Rails in_order_of Filter Option
Rails added the filter option to in_order_of to prioritize the specified values without filtering the resultsRails 7.1 Composite Primary Key Support
ActiveRecord models can now be configured with composite primary keys, making it easier to work with complex data models.Rails 7.2 Adds Support For Devcontainer.
In Rails 7.2, use `--devcontainer` flag with `rails new` to add a devcontainer to new apps and run `bin/rails devcontainer` for existing apps.Functional Programming In React
Learn how React implements functional programming with immutable data, pure functions, and composition.CSS Units Guide - rem, em, px, vh, vw Explained
Master CSS units like rem, em, px, vh, vw, and percentage. Learn when to use absolute vs relative units for responsive web design.Controlled vs Uncontrolled Components in React
Learn the key differences between controlled and uncontrolled components in React and when to use each.Rails SKIP_TEST_DATABASE_TRUNCATE Flag
Rails 7.2 adds SKIP_TEST_DATABASE_TRUNCATE flag to speed up multi-process test runs by skipping table truncations on large databases.Puma-dev: Run Multiple Rails Apps Locally
Use puma-dev to run multiple Rails apps with custom .test domains and HTTPS locally.