-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Sprockets AssetNotPrecompiledError in Rails 7 #103
Comments
I haven't looked into it yet if you find a fix please feel free to submit a PR |
no response from issue creator. closing for now. |
This is still happening with rails 7.0.7 The error:
Modifying
I ran Seems to have fix the issue, but noticed some errors with my rspec feature specs. Not sure if related. Getting this error when precompiling assets for production
Which is covered here #107 Ultimately found the fix here: thoughtbot/administrate#2091 (comment)
|
Hi,
I am using Rails 7 with esbuild and tailwind css. I tried adding
attachment: Field::ActiveStorage,
to an Active Storage field in administrate and got this error:Sprockets::Rails::Helper::AssetNotPrecompiledError
Administrate doesn't seem to support Rails 7 yet, so I'm using a fork.
The error I'm getting seems to be similar to the problem with the original administrate branch regarding asset compilation, but I may be wrong.
Is there a way to get this plugin to work with Rails 7 defaults and administrate?
Thank you.
The text was updated successfully, but these errors were encountered: