-
Notifications
You must be signed in to change notification settings - Fork 13
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
Galleria's Fatal Error #5
Comments
As I recall, gems using vendor folder for assets need an update to work with Rails 4.1+. Please check the asset pipeline docs ;) |
I'm not sure what you mean by "need an update to work with Rails 4.1+". Gem update? |
in Rails 4 they have removed vendor folder,so,assets will not server from vendor. in that
Since version 4 vendor and lib directories are not included in the asset pipeline by default. If you want to then you should extend assets path or use `app/assets`` So perhaps a better solution is to move/rename Just fork the repo, link to your fork from your Gemfile then experiment. |
Damn, I forgot to reply to your comment after getting this resolved. |
After including the gem in the Gemfile and
bundle install
and configuring Galleria, I receive this error for built-in classic theme.Fatal error: Theme CSS could not load after 20 sec. Please download the latest theme at http://galleria.io/customer/
I'm not sure if that's Galleria's error or the gem's error. So, I'll be creating an issue on both repositories, just to be sure.
I'm on
ruby 2.1.0p0
,rails 4.1.0
&rails-gallery 0.3.3
it's happening on both localhost and development. The gallery however does work as expected with no problem whatsoever.The text was updated successfully, but these errors were encountered: