-
-
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
Dependency on bourbon not listed #615
Comments
Thanks @pedantic-git I just ran into this issue today and was trying to figure out why paths from my images were not there. This saved me some time 👍 |
@fourcolors It looks like it's fixed in the master branch now, so hopefully in the next release we can drop this. |
@pedantic-git Thanks again! |
@danbee can you confirmed that this has been fixed? If so I think we can close the issue. |
It’s not currently fixed on the master branch. |
I solved this by adding What would be the right way to fix this on master? |
Per [issue thoughtbot#647], documentation does not contain possible options to set for fields via .with_options. * Add possible options for Field::HasMany, Field::Number, Field::Select, Field::String, and Field::Text * Remove :multiplier and :title options from Field::Number.with_options example, as they are not yet implemented (see [issue thoughtbot#292]) [issue thoughtbot#647]: thoughtbot#647 [issue thoughtbot#292]: thoughtbot#292 ignore rubymine files administrate engine requires bourbon. fixes thoughtbot#615 Revert "ignore rubymine files" This reverts commit 4d82e06. administrate engine requires bourbon. fixes thoughtbot#615 ignore rubymine files
I just encountered this bug on Rails 5, fresh app with a single model. I resolved it by adding bourbon to my Gemfile directly, and bundling. |
To fix this, either put bourbon in your Gemfile or |
File to import not found or unreadable: bourbon. thoughtbot/administrate#615
@nickcharlton No new release yet? |
@nickcharlton - This issue still seems to be a problem for a new install that uses the latest version (0.0.11). |
After upgrading to administrate 0.2.2 (from 0.2.0) my app started throwing:
This was fixed by adding the 'bourbon' gem to my Gemfile, but I feel it should properly be included in administrate's dependencies instead.
The text was updated successfully, but these errors were encountered: