kevin-at-reflexion

Results 2 comments of kevin-at-reflexion

Clarification, I've just tested this out on a fresh project. The behavior works for a sqlite, but switching a fresh project to mysql2 the project still persists.

This appears to be caused by Rails occasionally not loading the connection adapter before `apply!` is called. I recommend something like the following: ``` def self.load_adapters(*adapters) adapters.each do |adapter| begin...