gon v5.2.0 Release Notes

Release Date: 2014-08-26 // over 9 years ago
  • โž• Added

    • namespace_check option. Thanks to @tommyh
    • AMD compatible version of including gon. Thanks to @vijoc

    ๐Ÿ”„ Changed

    • Only inject gon into ActionController::Base-like object in spec_helper. Thanks to @kevinoconnor7

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fix issue where include_gon would raise exception if the controller did not assign any gon variables. Thanks to @asalme