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.
- 592+
- 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 Array#extract!
Rails 6 adds Array#extract! to remove and return the elements for which the block returns a true value.Rails 6 - I18n key support for submit_tag key
Rails 6 adds I18n style locale key support to submit tagRails 6 adds Relation#extract_associated
Rails 6 adds `ActiveRecord::Relation#extract_associated` for extracting associated records from a relation.Rails 6: Introduces explicitly adding rails server handler option
Rails 6 introduced --using or -u option for specifying the rails serverRails 6 sms link helper
Rails 6.1.0 adds support for sms_to helper, which renders SMS anchor link tag, which when clicked pops open user's SMS client targetting the specified phone number.Rails 6 delegate to, with private: true option
Rails 6 adds support to pass an additional option private: true in order to delegate methods as private methodsRuby 2.7 Introduces Enumerable#filter_map Method
Ruby 2.7 introduces Enumerable#filter_map, combining filter and map into a single, efficient method callRails 6 deprecates update_attributes and update_attributes!
Rails 6 has deprecated update_attributes and update_attributes! in favor of update and update!