Open thejourneydude opened 11 years ago
I have it working on Heroku. The main difference I see in my GemFile is this:
gem 'anjlab-bootstrap-rails', '>= 3.0.0.0', require: 'bootstrap-rails'
Also, make sure you run bundle install
I tried it with 3.0.0.0
but received the same error in the original post.
Does replacing the ~
with >
like in my example make any difference?
Nope, still got the same error.
I'm wondering if it has to do with Rails Admin because of this line of code below:
(in /tmp/build_2cr88btdoy00s/vendor/bundle/ruby/2.0.0/gems/rails_admin-0.5.0/app/assets/javascripts/rails_admin/rails_admin.js:18)
I'm having issues with heroku + this gem as well. Getting:
2013-09-10T17:59:27.190730+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/anjlab-bootstrap-rails-3.0.0.2/lib/bootstrap-rails/engine.rb:6:in `block in <class:Engine>': uninitialized constant Bootstrap::Rails::Engine::Sass (NameError)
in my heroku logs. get a generic h10
application error whenever I include the gem on deploy. App won't load.
Everything works fine on my localhost, however whenever I push to Heroku I come across this error when Heroku runs
rake assets:precompile
.My Gemfile looks like this