ActiveScaffold v3.6.0.rc2 Release Notes

    • ๐Ÿ›  Fix subform crud in subform subgroup when controller is embedded
    • ๐Ÿ›  Fix sorting for mongoid models, broken in 3.6.0.rc1
    • ๐Ÿ‘Œ Improve add_new option, allow to change subform columns (with helper override calling super and add columns to locals argument)
    • ๐Ÿ†• Support add_new option for record_select or radio form_ui
    • ๐Ÿ†• Support add_new option for polymorphic associations (add_new may be array with class names to allow add new, or true to allow add new for any model)
    • ๐Ÿ‘Œ Support description for columns displayed as subform
    • Don't mess with history if current page is not using activescaffold when is loaded
    • ๐Ÿ›  Fix changing sort_by per request when threadsafe is enabled