Describe the bug
When running Wheels on BoxLang, all internal Wheels pages fail with the following error:
Application Error
Function [$blockInProduction] not found
The error originates from:
/vendor/wheels/Public.cfc: line 87
As a result, none of the internal Wheels routes (such as Routes, Migrations, Packages, Guides, Tests, etc.) can be accessed.
To Reproduce
Steps to reproduce the behavior:
- Run the Wheels repository or a Wheels application using BoxLang.
- Navigate to any internal Wheels page, such as:
/wheels/info
/wheels/routes
/wheels/packages
/wheels/guides
- Observe the application error.
Expected behavior
All internal Wheels routes should render successfully on BoxLang.
Screenshots

Desktop:
- OS: Any
- CFML Engine: Boxlang
Additional context
The error occurs in vendor/wheels/Public.cfc, which suggests the $blockInProduction() method is not being integrated or resolved correctly in BoxLang.
Possible causes include:
- BoxLang handling of private/public methods differently
- Method name resolution differences for methods prefixed with
$
Describe the bug
When running Wheels on BoxLang, all internal Wheels pages fail with the following error:
The error originates from:
/vendor/wheels/Public.cfc: line 87As a result, none of the internal Wheels routes (such as Routes, Migrations, Packages, Guides, Tests, etc.) can be accessed.
To Reproduce
Steps to reproduce the behavior:
/wheels/info/wheels/routes/wheels/packages/wheels/guidesExpected behavior
All internal Wheels routes should render successfully on BoxLang.
Screenshots

Desktop:
Additional context
The error occurs in
vendor/wheels/Public.cfc, which suggests the$blockInProduction()method is not being integrated or resolved correctly in BoxLang.Possible causes include:
$