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 7.1 Handles Reconnects in Callbacks
Rails 7.1 has enabled subscribers to handle reconnections with the connected() callback in the Action Cable in the event of a lost connection.Rails Inflections Initializer Guide
Rails comes with a lot of initializers. In this post, we will look at the inflections.rb initializer and how we can use it.Rails Preserves TTL on Increment/Decrement
Rails now preserve expires_in while incrementing or decrementing an integer value in MemoryStore to be more consistent with MemCachedStore and RedisCacheStoreCSS Cascading Layers for Style Control
Cascading layers is a new feature in CSS to maintain and order the stylesheet in which we can cascade and organize the CSS more efficiently.Rails 7.1 db:prepare Loads Schema
Rails 7.1 introduces a new feature to allow db:prepare to load schema if the database already exists but is empty.Rails Opt Out of SameSite Cookie
Rails 7.1 introduces a new feature to allow opting out of the SameSite cookie attribute when setting a cookie.Rails 7 CSRF in Encrypted Cookies
Introduction of Rails 7 feature to store CSRF tokens outside of the session such as in encrypted cookies.Rails 7.1 Enhanced dom_id Method
Learn how the recent enhancement to the Rails `dom_id` method allows developers to generate both an ID and a class for an element in a single line of codeRails 7.1 Adds Rails.env.local? Method
Rails adds the ability to identify whether the current environment is the local development environment with the help of `Rails.env.local?`Rails Ignore Tables in Schema Dumps
Ignore tables by configuring regular expressions on ActiveRecord::SchemaDumper.