RAILS and STI: failure to detect table inheritance, crash

Hello Forest team,

after some debug a few months ago with @Steve_Bunlon we realized that the issue was about the caching of classes (that is disabled in development mode). STI classes are not cached and cannot be loaded by Forest which causes that crash.

@Steve_Bunlon found a workaround (caching classes in development mode) but it makes the development process a lot more frustrating - we need to restart our server on every class change.

Is there a plan for integrating a better solution in the gem ?

Let us know !

Remi