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.
Avoiding Overuse of Rails Engines
In this post, we will see how the overuse of engines could lead to some serious issues.Rails adds --js alias to --javascript
Rails now provides support to choose a javascript approach using --js aliasRails Multi-DB reading_request? Override
Rails moves reading_request? method from the DatabaseSelector to the DatabaseSelector::Resolver class so that we can override the method in custom Resolver.Rails 7.1 Media Tags with ActiveStorage
Rails 7.1 extends audio_tag and video_tag to accept Active Storage attachmentsRails Max Records in Async Destroy
Rails adds an active record configuration to limit the maximum number of dependent records destroyed in a single background job.Copy to Clipboard in JavaScript
The Clipboard API helps to copy text and images to the clipboard asynchronously without affecting the performance of the application.Rails Pattern Matching for ActiveModel
Rails now provides pattern matching support for ActiveModel (and transitively ActiveRecord)Rails Aliased Attributes in insert_all
Rails is continuously adding convenience to make active record queries more flexible.Kubernetes Rollout and Rollback
As people and businesses increasingly depend on SaaS products, DevOps have started on creating reliable infrastructure.Cypress 9.6.0 cy.origin for Multi-Domain
Cypress introduces cy.origin to switch between multiple superdomains in a single test from UI