Rails 6 与佩吉

Rails 6 with Pagy

我正在为 Webpacker 实现 pagy into a Rails 6 app. I have the simple pagy_nav links working fine. Now, I'm trying to implement the pagy_combo_nav_js because some of my instances have thousands of items. I've followed the instructions here,但我没有运气。我收到的错误是:

ReferenceError: erb is not defined

有没有人成功地 pagy_combo_nav_js 在 Rails 6 工作?

你实际上在环境中缺少这样的东西 header:
const erb = require('./loaders/erb');

bundle exec rails webpacker:install:erb