ruby on rails - POW is showing previous gemset path -
so having issues pow loading rails application. when try visit http://app.dev url following error:
bundler::gemnotfound: not find minitest-5.4.1 in of sources /usr/local/rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.7.2/lib/bundler/spec_set.rb:92:in `block in materialize'
i updated ruby 2.1.2 , created new gemset app, , set rvm use gemset in application folder. however, pow still trying use default 2.0.0@global gemset?
according pow/rvm documentations, have tried placing .powrc file in application root, still cannot pow use proper gemset.
i can access app file in rails console, no errors. think strictly pow having issue
thanks
i ended restarting pow server, , resolved issue
touch ~/.pow/restart.txt
Comments
Post a Comment