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 6 Adds Ability to Block Database Writes
Rails 6 adds the ability to block writes to a database even if the database user is able to write using connection.while_preventing_writesRuby 2.7 Method#inspect Shows Arguments
Ruby 2.7 improves Method#inspect by also displaying method's argumentsRuby 2.7 Adds Shorthand for Arguments
Ruby 2.7 has added new syntax `...` for method arguments forwarding.Rails 6 adds ActiveSupport::ParameterFilter
Rails 6 has moved ParameterFilter from ActionDispatch to ActiveSupport in order to support filtered attributes with ActiveRecord::Relation#inspect.Ruby 2.7 Dir#glob Disallows NUL-separated
Ruby 2.7 prohibits the problematic '\0' separated string as the parameter for Dir#glob and Dir#[]Ruby 2.7 adds Enumerator#produce
Ruby 2.7 has added Enumerator#produce to generate Enumerator from any custom data-transformation.Rails 6 Adds each_value to Parameters
Rails 6 adds each_value method to ActionController::Parameters