Results 28 issues of nakamura

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....

I have made changes so that instance variables are stored in both the index and create actions, in order to capture controller operation logs and perform other post-processing tasks. Please...

Introduced partial search similar to Rails, as an alternative to to_partial_path. Models that have an inheritance relationship often use similar or almost identical partials. Being able to reuse partials not...

I believe this is an oversight from when the templates were split in a previous version. Please review.

I have some proposal regarding Issue #2363. I believe this PR can still be improved, so if anyone has any opinions, please review and let me know. --- ## Administrate::Page#context...

feature
dashboards
fields

Added several hook points for customization. This simplifies the process of adding elements to parts of the page, allowing for customization without the need to copy existing templates.

It seems that since Administrate v0.18.0, the search processing part has been separated into `filter_resources`. Since Ransack is also part of the filter family, I think it would be smarter...

For security reasons, I would like to display a warning and reset the search results when invalid search parameters are included. What do you think? I have divided it into...

Support for virtual fields, based on #1586. # Usage - It is possible to use a name as attribute_name that doesn't exist in the DB column or as a method...