rails console fails to find installed gem -
rails console fails to find installed gem -
$ bundle install |grep chunk using chunky_png 1.3.3 $ rails c not find chunky_png-1.3.3 in of sources run `bundle install` install missing gems.
i've tried removing gems rvm gemset , re-running bundle twice, doesn't help. ideas?
this on ubuntu 13.10 machine. same code base of operations on mac osx machine works fine.
usually, happens because bundler , rails running different versions of ruby. check, run bundle env
, rails runner 'puts ruby_version'
.
if doesn't solve it, please add together output of both question.
ruby-on-rails ruby-on-rails-4 bundler
Comments
Post a Comment