ruby on rails 3 - Project broken with Bundler errors after RVM install -


i installed rvm , installed 3 different rubies: 1.8.7, ree, , 1.9.2.

i have rails 3.0.9 project uses 1.8.7.

now when try run 3.0.9 project, error:

could not find xml-simple-1.1.0 in of sources 

however, following command:

bundle show xml-simple 

yields:

/users/me/.rvm/gems/ruby-1.8.7-p334/gems/xml-simple-1.1.0 

looks right me. missing here? application, when running, not seeing right path. yet bundler, when run @ command line, sees fine. not these paths set. admittedly new rvm, installed because want start new edge project 1.9.2.

thank can provide.

i needed learn how create gemset, switch gemset. can check gem , ruby environment rvm using:

rvm info 

that's clued me in. once "use"d appropriate gemset gem installed, worked great.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -