Check boxes search with Ransack gem
问题 I need to filter data in a table. To do this, I found meta_search gem. I installed meta_search and I get this error: uninitialized constantActiveRecord::Associations::ClassMethods::JoinDependency This is deprecated for Rails 4 (framework that I'm using). So, I installed ransack (rails 4 branch) (gem based on meta_search) and works beautifully. The problem is that I need to use the meta_search's collection_checks method to handle check boxes and this method does not exist in ransack. So, the