-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error when excluding asset paths in application.rb #2464
Comments
Hello, I'm here from this tweet
Options:
This is not a problem with administrate. This issue happens even if you just try to boot the server:
It looks like you're trying to exclude Tailwind (which is weird) but what are you actually trying to do? |
Hey - I believe I made a mistake when working on this, and wrongfully blamed administrate (oops). Looking back at this issue, its no longer an issue 👍 Closing |
What were you trying to do?
Was trying to install the administrate gem and run the
rails generate administrate:install
command to generate some views.What did you end up with (logs, or, even better, example apps are great!)?
Here is an example application I created:
https://github.com/benjichen16/erroring_app_for_administrate_gem
Inside this app, we have the default rails application and the administrate gem. In the second commit of this repo, I added this line:
Which will cause the application to error out with these logs:
I believe this is related to this issue:
#2091
What versions are you running?
Rails 7.0.8
0.19.0
The text was updated successfully, but these errors were encountered: