Add a Kafka Consumer to RailsThis post will walk through how to integrate a Kafka consumer into a Rails application in a maintainable and testable way. Why would you…
ReadThey Don't All Have To Be ActiveRecord ModelsRails makes it relatively easy to go from an idea to a working web application. If you follow along with the Getting Started with Rails…
ReadSetup a Rails Project with Postgres and DockerUpdate (September 2023): Rails projects using fixtures will need one additional permission for the Postgres role. See initialization section…
ReadUnderstanding ActiveRecord Dependent OptionsRails makes defining relationships between models using Active Record associations super easy. Simply add a macro style declaration such as…
ReadOld Ruby and New MacPicture this scenario - you're a Rails developer that just got one of the new M1 or M2 Macs and are enjoying the performance boost and…
Read