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
admin/bin/rails generate godmin:install
While following the setup instructions, and running admin/bin/rails generate godmin:install on a Rails 6 application, I get the following error:
The file ~/dev/my_app/admin/app/assets/javascripts/admin/application.js does not appear to exist
The text was updated successfully, but these errors were encountered:
This is because in Rails 6 this has moved to app/javascript/packs/application.js
app/javascript/packs/application.js
Sorry, something went wrong.
Or... actually the rails engine no longer generates any javascript assets at all...
No branches or pull requests
While following the setup instructions, and running
admin/bin/rails generate godmin:install
on a Rails 6 application, I get the following error:The text was updated successfully, but these errors were encountered: