ActiveScaffold v3.2.8 Release Notes

    • โšก๏ธ add deprecation for update_column, update_columns should be used instead
    • fix constraints with hide_nested_column disabled in list and embedded scaffolds which are nested too
    • ๐Ÿ›  fix setting a hash as includes, cannot be concat in finder
    • โž• add option to scroll on close only if element is not visible in viewport (default now)
    • ๐Ÿ›  fix create and edit singular associations without render_component
    • messages go across all table
    • display readonly associations in forms, it was ready to display them but it was skipping them
    • ๐Ÿ›  Some fixes for inplace editors (cloning form overrides, ajax and radiobuttons). Add handlers for empty columns
    • โž• add wrap_tag to list so cells content can be wrapped in a tag for better styling
    • ๐Ÿ›  fix date picker parsing for datetime fields when jquery is used
    • โšก๏ธ add as:element_updated js event when replace or replace_html is called
    • rescue database exceptions so you get error messages for it insted of error 500, for example in case you forgot to check uniqueness for a unique index
    • โž• add class attribute for displayed unauthorized columns in forms, so they get same styling