Tag: Rails
All the articles with the tag "Rails".
The Complete Software Architecture Walkthrough
Published: at 07:00 AM (18 min read)A complete walkthrough of software architecture design — from understanding requirements to mapping components — using Chatterly, a real-time messaging app, as the working example.
Rails Active Support
Published: at 10:00 AM (3 min read)An exploration of Rails ActiveSupport framework components including Core Extensions, Concern, Inflector, TimeWithZone, Notifications, and Autoload.
Rails Attribute Tracking Methods
Published: at 10:00 AM (2 min read)An overview of Rails attribute tracking methods for monitoring changes to ActiveRecord model attributes before and after save operations.