administrate_ransack icon indicating copy to clipboard operation
administrate_ransack copied to clipboard

A plugin for Administrate to use Ransack for filtering resources

Results 4 administrate_ransack issues
Sort by recently updated
recently updated
newest added

I made the following changes to enable the use of Ransack's extensive predicates expressions, in addition to ransackable_scope. Please review and let me know if any further changes are needed....

It's like "group by" by all fields. In some cases it causes hard queries. here https://github.com/blocknotes/administrate_ransack/blob/main/lib/administrate_ransack/searchable.rb ``` def scoped_resource options = respond_to?(:ransack_options) ? ransack_options : {} @ransack_results = super.ransack(params[:q], **options)...

Application crashed at start with info: ! Unable to load application: LoadError: cannot load such file -- polyamorous/activerecord_7.1_ruby_2/join_association 15:44:39 web.1 | /Users/raykin/.rbenv/versions/3.3.0/lib/ruby/3.3.0/bundled_gems.rb:74:in `require': cannot load such file -- polyamorous/activerecord_7.1_ruby_2/join_association (LoadError)...