When I want to set an html class to an element...
table.column :data => 'Open', :link => true, :data_column_html => {:class => "text-center"}
I see multiple warning logs (more than 100) with this message:
You are setting a key that conflicts with a built-in method Hashie::Mash#class defined in Kernel. This can cause unexpected behavior when accessing the key via as a property. You can still access the key via the #[] method.
This not broke the table but causes a very slow render of the view.
Rails 5.1
table_for 3.6.1