How I coded a Rails 8 CFP app in 30m with Antigravity
A developer shares how they built a conference CFP voting app in Rails 8 using Antigravity's AI coding approach, detailing the prompt and features.
A developer shares how they built a conference CFP voting app in Rails 8 using Antigravity's AI coding approach, detailing the prompt and features.
A retrospective on the challenging, multi-year migration of the Parse API from Ruby on Rails to Golang, detailing the technical hurdles and solutions.
A guide to implementing a read-only maintenance mode in Rails for server migrations, using middleware and patching ActiveRecord/ActiveJob.
A technical guide on integrating Rails ActionMailbox with an existing Postfix email server using aliases and curl commands for email processing.
A guide to deploying Ruby on Rails with PostgreSQL on Google Cloud Run, using a personal toolchain and the Cloud Skills Boost platform.
A developer compares Django and Ruby on Rails for web development, discussing his choice and offering advice for learners.
A tutorial building a single Rails backend API for a todo list, then creating frontends with React, Angular, Vue, Svelte, and jQuery to compare frameworks.
A tutorial on creating and deploying a Ruby on Rails API to Heroku, covering setup, database configuration, and deployment steps.
A tutorial on setting up and implementing many-to-many relationships in Ruby on Rails using a practical example with Investors and Companies.
A concise reference guide for Ruby on Rails developers covering CLI commands, Bundler, Active Record types, and model/route macros.
A live coding session pairing with a new developer to work on a Ruby on Rails issue, covering fundamentals like Active Record and MVC.
Discusses replacing ambiguous three-state Booleans (true/false/null) with explicit enumerations in programming for clearer, safer code.
A tutorial on building a Ruby on Rails API with JWT authentication for a user notes application.
A guide on manually generating a Devise password reset link in Ruby on Rails for a user who didn't receive the automated email.
A Rails performance expert shares key lessons on why Rails apps become slow and how to improve them, based on extensive teaching and consulting experience.
Announcing the second edition of a comprehensive course on Ruby on Rails performance, covering updates, new lessons, and community insights.
Explains how to fix the common Heroku deployment error when pushing a Ruby on Rails app using SQLite3, by switching to PostgreSQL.
A technical guide for setting up a Ruby on Rails development environment with PostgreSQL on the openSUSE Leap 42.1 operating system.
A reflection on Robert C. Martin's classic talk about software architecture, use-case driven design, and treating the web and database as implementation details.
A 2014 review of 'Advanced Rails' by Brad Ediger, concluding the book is outdated and not recommended for modern development.