rails_panel icon indicating copy to clipboard operation
rails_panel copied to clipboard

chore: mark as compatible with rails 7.1

Open Roguelazer opened this issue 1 year ago • 3 comments

Tested locally and it seems to work with no other changes

I had to convert the Dockerfile to use Debian-based images instead of Alpine because current versions of nokogiri include binaries in them that link against glibc and fail to run when ruby is linked against musl libc.

Roguelazer avatar Oct 16 '23 17:10 Roguelazer

LGTM 🎉

nicho1991 avatar Nov 01 '23 14:11 nicho1991

Hi, I have tested it in an application using kaminari and I get this error: StackLevelTooDeep, am I the only one? 😬

elalemanyo avatar Nov 09 '23 11:11 elalemanyo

@elalemanyo switch to Pagy for pagination, you'll be much happier

scott-knight avatar Nov 09 '23 15:11 scott-knight

Thanks. Will be done by relaxing Rails version constraint: https://github.com/dejan/rails_panel/pull/197

dejan avatar Apr 13 '24 08:04 dejan