ActiveScaffold v3.2.12 Release Notes

    • ๐Ÿ‘Œ improve support for tableless models, add support for count
    • ๐Ÿ›  fix div id for nested scaffolds
    • add config.timestamped_messages and config.highlight_messages
    • ๐Ÿ‘Œ Improve performance using class to check authorization for plural associations which are not loaded, and avoiding to load associations if it's not needed
    • Fix using a scope in main form, it wasn't working for associations (for create multiple from active_scaffold_batch)
    • ๐Ÿ›  Fix searches with no results, it was loading first page without conditions
    • ๐Ÿ‘ Allow to change highlight options with ActiveScaffold.js_config
    • ๐Ÿ‘ allow to override column count calculation for colspan
    • Remove conditions_from_params from nested links
    • ๐Ÿ›  Fix nested forms for singular associations
    • enable to get constraints in helpers, so can be used in options_for_association_conditions, for example
    • ๐Ÿ‘ Allow to edit has_one :through association in nested forms
    • ๐Ÿ›  Fix cancan bridge broken in a previous release
    • ๐Ÿ›  Fix mark action