We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep getting an error when assetpack tries to render out the header lines for getting the asset files.
Specifically:
undefined method 'script_name' for nil:NilClass:
The undefined is a function/variable/somthing called request but I can't find it any where.
request
So where does request come from?
EDIT: just to add clarification the specific line it errors on is in assetpack/helpers.rb:44
The text was updated successfully, but these errors were encountered:
assetpack/builder.rb
build_get
assetpack/class_methods.rb
add_individual_routes
Sorry, something went wrong.
No branches or pull requests
I keep getting an error when assetpack tries to render out the header lines for getting the asset files.
Specifically:
undefined method 'script_name' for nil:NilClass:
The undefined is a function/variable/somthing called
request
but I can't find it any where.So where does request come from?
EDIT:
just to add clarification the specific line it errors on is in assetpack/helpers.rb:44
The text was updated successfully, but these errors were encountered: