Fortitude v0.9.1 Release Notes

Release Date: 2014-12-15 // over 9 years ago
    • 🛠 Fixed a bug where doing something like div nil, :class => 'foo' would simply output <div></div>, rather than the desired <div class="foo"></div>. (Thanks to Leaf for the bug report!)
    • You can now render widgets from ERb using a widget method, using the exact same syntax you would for rendering them from Fortitude. In addition, this works for Erector widgets, too.
    • Fixed a bug where calling Fortitude::Widget.widget_class_from_file would fail if the class name as specified in the source text of the file started with leading colons (e.g., class ::Views::Foo).