benkoshy / pagy-esbuild

Pagy demo app - via esbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

This a demo app, to help you report issues / bugs / debug on pagy. If the documentation is lacking:

Please make a PR to the documentation, or otherwise, msg someone in the pagy gitter forums.

Steps

To Run:

rake db:seed

./bin/dev

Reproduce Your issue

git checkout -b pagy-bug

Please push to your own remote, and include it in your bug report to pagy.

Don't forget to register your stimulus js controllers!

esbuild ain't webpacker. There's no glob which automatically registers all controllers. Or you might have to write or use a third party library for the same functionality.

./bin/rails stimulus:manifest:update

About

Pagy demo app - via esbuild


Languages

Language:Ruby 80.6%Language:HTML 14.9%Language:JavaScript 2.7%Language:CSS 1.5%Language:Shell 0.3%