Closed cseydel closed 10 years ago
Hi @cseydel, sorry to hear you're having problems.
Do you have an application that I can use to try and reproduce this problem?
We've got the same problem... https://github.com/lukemesiti/autismconnect
We can't currently deploy to heroku because of this.
I've grepped across the project and can find no instance of image_path anywhere in the code. It's not in our codebase. It doesn't appear to be in forem's codebase either so it's pretty confusing.
I got the same error when deploying. This is happening because https://github.com/radar/forem/blob/rails4/app/assets/stylesheets/forem/base.css here select2
is being required (which in turn is used when adding user to a group inside Admin section. I ended up hooking up select2
directly, without base.css
and select2-rails
gem.
But this error seems to be fixed in a new version of select2-rails
so I will submit a PR to bump it.
I've added @bodrovis's fix to master and rails4. Please upgrade to the latest on either of those branches and let us know if it fixes the problem.
Thanks for reporting the bug in the first place :)
Hi, I am trying to deploy my app to heroku but it fails for forem base.css.
with this gems:
May someone can give me a hand on this? To get straight, this are my application.rb lines referring to assets: