railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.87k stars 2.25k forks source link

Adding Checkbox for Boolean's on List action directly #1371

Closed drale2k closed 9 years ago

drale2k commented 11 years ago

Hi,

i'd like to suggest adding a checkbox instead of the dot directly on the List action. It's very common to have a boolean flag such as "active" for records where you can enable/disable records. At the moment it is really a pain in the as* to edit multiple records.

Here is what i am talking about: http://cl.ly/image/401C0T421M0w

I'm sure this would be an insane productivity booster. Is this something that can be added relatively easily?

bbenezech commented 11 years ago

Not easily. You need a controller action that does all the relevant auth checking, etc.

mshibuya commented 9 years ago

Already implemented as a plugin: https://github.com/rs-pro/rails_admin_toggleable