I have a few controllers where I do not want the delete link to be shown for each item. In the controller, I have set config.delete.link = false and everything has worked as expected up to version 3.4.37. When I updated to 3.4.38, the link appears. I do the same with the show link but it is still working as expected.
Gem lock that works
active_scaffold (3.4.37)
rails (>= 3.2.22.2, < 5)
active_scaffold_batch (3.3.4)
active_scaffold (>= 3.4.18)
active_scaffold_config_list (3.3.2)
active_scaffold (>= 3.4.31)
active_scaffold_sortable (>= 3.2.2)
active_scaffold_export (3.3.2)
active_scaffold (>= 3.3.0.rc)
active_scaffold_sortable (3.2.12)
active_scaffold (>= 3.3.0.rc3)
Gem lock that does not works
active_scaffold (3.4.38)
rails (>= 3.2.22.2, < 5)
active_scaffold_batch (3.3.4)
active_scaffold (>= 3.4.18)
active_scaffold_config_list (3.3.2)
active_scaffold (>= 3.4.31)
active_scaffold_sortable (>= 3.2.2)
active_scaffold_export (3.3.2)
active_scaffold (>= 3.3.0.rc)
active_scaffold_sortable (3.2.12)
active_scaffold (>= 3.3.0.rc3)