Amazon RDS on Heroku Still Works
Although Heroku has put a lot of attention into their own Postgres-based datbase architecture, Heroku Data, this article still works…
Achieving Developer Excellence with Automated Testing
Stuff relevant to Ruby on Rails.
Although Heroku has put a lot of attention into their own Postgres-based datbase architecture, Heroku Data, this article still works…
You can install an older version of rails using this syntax: rails _5.1.6_ new my-test-app (Where “5.1.6” is the version…
I am pleased to announce Version 1.3 of my gem nondestructive_migrations. With this update, nondestructive_migrations is ready for Rails 5.1.…
1. Create an ErrorsController in app/controllers class ErrorsController < ApplicationController def not_found respond_to do |format| format.html { render template: “errors/not_found”,…
Today I’ll take a moment to expound on how web development has changed over the last two decades. Long ago,…
Sometimes in the life of a hybrid Rails-Javascript app you may want to do something unique: have a config file…
Site speed can be said to be the number one issue facing web developers today. Whether it’s this KISS Metrics…
I am pleased to announce Versions 1.1.5 and 1.2 of my gem nondestructive-migrations. With these updates, nondestructive-migrations is ready for…
My colleagueReid Cooper and I discovered a nice little trick of controller concerns, something we sometimes call “behaviors” in our…
If you’re a Ruby or Rails developer looking for some advice on how to get better at integration testing: congratulations!…