Skip to content
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

Sass::SyntaxError in RailsAdmin::Main#dashboard with 0.8 #2481

Closed
mtparet opened this issue Nov 23, 2015 · 8 comments
Closed

Sass::SyntaxError in RailsAdmin::Main#dashboard with 0.8 #2481

mtparet opened this issue Nov 23, 2015 · 8 comments

Comments

@mtparet
Copy link

mtparet commented Nov 23, 2015

I just upgraded an existing version from 0.7 to 0.8 and I got an error:
selection_100

@tnlin
Copy link

tnlin commented Nov 23, 2015

I have exactly the same problem!!!!!!!
debugging all night but got nothing
(This is my first time using RA, so depressive)

@bensheldon
Copy link
Contributor

It seems like #2391 (Replace jQueryUI datetimepicker with jQuery Bootstrap datetimepicker) added assets to /vendor, but they aren't being picked up in the SASS loadpaths. Also, it seems like the /vendor directory was not added to the gemspec which may be why they aren't in the SASS loadpaths.

@bensheldon
Copy link
Contributor

FYI, the problem is the gemspec is not packaging the vendor directory. For a quick fix until this is fixed in the packaged version, you can change your gemfile declaration to:

gem 'rails_admin', github: 'sferik/rails_admin', tag: 'v0.8.0'

which will use the non-packaged version which I have verified works.

@monkbroc
Copy link

I came to report this too. vendor is missing from the gemspec.

@natebeaty
Copy link

+1. @bensheldon fix worked for me for now.

@mshibuya
Copy link
Member

Sorry about that 🙇
Just released the fix as 0.8.1.

@monkbroc
Copy link

Arigatou Shibuya-san!

Thanks for your efforts in maintaining rails admin!

@hainminsoe
Copy link

i'm newbie in ror, please tell me . how can i fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants