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.
Rails Adds --minimal Flag for New Apps
Rails introduces --minimal flag to generate a barebones application without extra frameworks.Ruby Adds Rightward Assignment Support
Previously ruby used to support only Rvalue to be assigned to Lvalue. Now, it adds support for Rightward assignmentRuby Adds Find Pattern in Pattern Matching
Find pattern is introduced in pattern matching, which is useful in matching arrays.How to investigate your build size in Webpack
Let us look at a few handy tools that can help us in analyzing and reducing our bundle size.Ruby 3.0 Changes Proc Autosplatting Behavior
Ruby 3.0 changed the inconsistent behavior for autosplatting, when rest argument and keyword arguments are present for a ProcRails 6.1 Allows SQL Comments in OR Queries
ArgumentError used to be thrown when relations with SQL comments and Optimizer hints were combined using or. Rails edge(6.1.0.alpha) fixes that issue.Rails Configurable web_image_content_types
Rails adds config.active_storage.web_image_content_types to make image content types configurable, supporting formats like webp.ACID transactions in every day applications
Breaking down the use of ACID transactions using real-life examples of systems that we employ every day.Rails 6.1 ActiveModel::Errors as Objects
Rails 6.1 changes ActiveModel::Errors from Hash to array of Error objects with where, add, delete.Rails support bulk insert/upsert on relation
Rails 6.1 has added support for bulk insert/upsert on relation to preserve scope values.