I'm using the Trailblazer
gem with Rails, and there's a Cell
class inside one of my Trailblazer
operations that starts throwing a superclass mismatch
error whenever I change the code with the server running.
If I start the server and immediately start navigating the site, everything runs fine.
However, if change some code any time after starting the server, and then try to load a page on the site, I get a superclass mismatch
error.