rubyonjets/jets

Jets build failing with 'uninitialized constant ActionView::Helpers::NumberHelper'

Closed this issue · 0 comments

Checklist

  • [x ] Upgrade Jets: Are you using the latest version of Jets? This allows Jets to fix issues fast. There's a jets upgrade command that makes this a simple task. There's also an Upgrading Guide: http://rubyonjets.com/docs/upgrading/
  • [ x] Reproducibility: Are you reporting a bug others will be able to reproduce and not asking a question. If you're unsure or want to ask a question, do so on https://community.rubyonjets.com

My Environment

Software Version
Operating System OSX
Jets 3.0.10
Ruby 2.7.2

Expected Behaviour

Jets build is failing due to missing helper method ActionView::Helpers::NumberHelper

<class:Md5Zip>': uninitialized constant ActionView::Helpers::NumberHelper (NameError)

Current Behavior

When building jets, the zip fails to create and build exits with a non 0 due to the missing number helper.

Step-by-step reproduction instructions

Issue is reproducible by running jets build --no-templates

Solution Suggestion