ActiveScaffold v3.4.38 Release Notes

    • ensure add_existing and delete_existing are removed when list is not nested
    • ๐Ÿ’ป add :percentage list_ui, use jquery ui slider, set slider options on column.options[:slider], :value_method (default to column name), :min_method and :max_method to get value, min and max options from record
    • ๐Ÿ›  fix default required for column with :checkbox form_ui and inclusion validator on rails 3.2
    • ๐Ÿ›  fix search on habtm column on postgresql
    • fix for format_number_value with nil
    • โž• add includes for sorting columns only if columns is not displayed, add to includes for postgresql, to outer_joins for others