Anyone have experience with running Ruby 1.9.1 and using gems ? I'm
trying to run ruby 1.9.1 with Sinatra and DataMapper on Fedora 10. I
have a small bash routine for switching between 1.9.1 and 1.8.6 which
switches MY_RUBY_HOME path to the right ruby executable and switches
GEM_HOME to "~/.gem/ruby/1.9" I have got 1.9.1 compiled and installed
but when I go to run Sinatra - it does not find the gems. I think the
problem all relates to gem paths. I installed gems running as 1.9.1 but
not sure where they got put. So:
1) where does 1.9.1 store gems ?
2) what is the right default path for gems in 1.9.1 ?
thks for any help