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.
- 595+
- 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.
Ruby 2.7 adds Module#const_source_location
Ruby 2.7 has added Module#const_source_location to get the source location of a constantHow to Start Software Consulting
How to get started with Software Consulting or Software Freelancing. First steps, ongoing work and more.Rails 6 Adds dig to Session Object
Rails 6 has added dig method to ActionDispatch::Request::Session to easily traverse session object's nested hashesRails 6 Custom Serializers for ActiveJob
Rails 6 introduces ability to provide custom serialization of ActiveJob arguments.Rails 6 Adds Hash#deep_transform_values
Rails 6 has added Hash#deep_transform_values and Hash#deep_transform_values! to allow performing deep value transformations on a nested hashRails 6 Adds Support for Disabling Advisory
Rails 6 adds support for database configuration to disable advisory locksFind Timezone from Coordinates Using Ruby
Find timezone from latitude & longitude in ruby using timezone gemRails 6 Upgrades to rails notes Command
Rails 6 introduces several upgrades to rails notes command and adds Rails::Command::NotesCommand to be used by rake notes under the hood.Ruby 2.7 Warns Proc.new/proc Without Block
In Ruby 2.7, Proc.new or proc without a block now emit warnings when a block is passed, while lambda without a block raises an error.Ruby 2.7 adds FrozenError#receiver
Ruby 2.7 has added `FrozenError#receiver` to return the frozen object on which modification was attempted