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 Import Maps Replace Webpacker
A new Rails skeleton will not have to require the full JavaScript toolchain with Webpack by default as Rails 7 embraces the future of Javascript.Cypress 8.6.0 Screenshot Overwrite
Cypress introduced the overwrite:true as an option to cy.screenshot() command to overwrite existing screenshots with the same file name.8 Ways to Handle State in React Apps
Sometimes, it is better not to use any external state management tool unless our application is that complex.Rails 7 ActiveJob Priority Testing
Rails 7 gives us option to set `:priority` in test helper methods `assert_enqueued_with` and `assert_performed_with`.Rails 7: Instrument ActiveStorage analyzers
Rails 7 adds instrumentation for ActiveStorage analyzers so that the time of analysis can be tracked.Understanding CSS Custom Properties
Custom properties give us the ability to set properties at the central place, which can be used whenever required.Rails 7 Database-Specific Setup Tasks
For multi DB Rails applications starting with Rails 7, we can now setup and reset a particular database.Rails 7 from: Option in assert_no_changes
ActiveSupport::TestCase#assert_no_changes adds additional options.