-
-
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
v0.2.0 is still requiring the image field #561
Comments
I encountered the very same error. I confirm that adding |
There's already a PR: |
It's listed in breaking changes |
The breaking change is that if you use the image field, you need to include the new The problem here is that if you don't use the image field, administrate still requires the image field, which breaks if you don't require the gem. |
For the average user (just using the administrative gem) this means the gem is effectively broken. I'm not sure how the tests for the gem are still green. I would suggest a new version with the fix #560 quickly. |
0.2.2 has been released. Closing this now :) |
👏 @yujinakayama for the fix |
Thank you so much for administrate, it is such a pleasure to use after rails_admin and activeadmin.
I've just upgraded to
0.2.0
but my application can't start, getting the followingLoadError
exception message:cannot load such file -- administrate/field/image
.It appears that
administrate/base_dashboard.rb
is still requiringadministrate/field/image
.The text was updated successfully, but these errors were encountered: