

Cheaply running ruby on rails apps (for side projects)
With Heroku's free tier gone, this is my work-in-progress configuration for a new ruby on rails apps...


Rails development, SSL, service workers and self-signed certs
There are several motivations for running your local web application over SSL; making use of service workers being a prime...


Rails developers can add versioning to their APIs with relatively little effort. This article explains why you need to add...


Integration Testing Ruby on Rails with Minitest and Capybara - Semaphore
Capybara is an acceptance test framework for web applications. Learn how to use it with Minitest for integration testing of...


Understanding the need behind a change is important to build better software. Here’s why.


Create a Business Language for a Rails Application | AppSignal Blog
Build and parse a programming language to extend your Rails application's functionality.
Ruby on Rails Interview Questions
Check out our downloadable Ruby on Rails Interview Questions Template, and learn how can you get the most honest responses...


Rails Hotwire: mastering techniques for streamlining inline editing in your user interface
Originally posted on ahmednadar.com Recently, the inline editing capabilities demand has...
📖 Understanding the Instrumentation API in Rails
The instrumentation API in ActiveSupport serves a dual purpose. You can use it to implement the publish-subscribe pattern, as well...