They 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 (May 2025): Added instructions for customizing the PostgreSQL configuration file postgresql.conf used by the Docker container. See…
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…
ReadDistinct GraphQL Query with Gatsby 5If you're building a website or web application with Gatsby, you might come across a situation where you need to perform a distinct query…
Read