Fortitude v0.0.8 Release Notes

Release Date: 2014-11-13 // over 9 years ago
    • 🛠 Fixed an issue where repeated reloading of a view in development mode in Rails could cause an error of the form superclass mismatch for class MyView. (The issue was that Fortitude was calling require_dependency on the view .rb file in the template handler, which caused it to get loaded outside of the scope where Rails is watching for loaded constants, so that it can unload them before the next request. This caused view classes to hang around forever, but not necessarily their superclasses, causing a very confusing superclass mismatch error.) Many thanks again to Jacob Maine for the very detailed bug report and collaboration to fix the issue.